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