ActiveRecord::SchemaMigration Load (7.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (5.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (10.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$D9PJGtO16s6d20Yiwe.qnuVVb7JnYjrTtN95ohkHhlvKFZ/iWvsQO"], ["created_at", "2016-03-08 19:50:31.400447"], ["updated_at", "2016-03-08 19:50:31.400447"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$ZQNo9VyWHHz6VU.W/0IH.uZvGJqpVA23KJ8CWBbB35SPaj/rrO6rK"], ["created_at", "2016-03-08 19:50:31.423764"], ["updated_at", "2016-03-08 19:50:31.423764"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$DTqD24zMeAB6Pr5kUOglbeV/Zj6I/8AF0Ruppp1728YdVb7SKUHHi"], ["updated_at", "2016-03-08 19:50:31.431091"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rupert.lehner@weinat.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rupert.lehner@weinat.co"], ["name", "Marcel Schoen"], ["password_digest", "$2a$04$i4NcKRHeRWkx1FukADavkuPKCgouquhC/idonsGVFTGrWX6G46sn2"], ["created_at", "2016-03-08 19:50:31.898437"], ["updated_at", "2016-03-08 19:50:31.898437"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Enim repudiandae nostrum quas. Aliquid doloribus velit distinctio accusantium sequi. Architecto quis aut culpa esse omnis. Ut hic et autem dolor ipsa excepturi."], ["summary", "Temporibus nesciunt velit. Iste omnis fugit. Laboriosam voluptate alias rerum impedit nisi sed."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-08 19:50:32.033002"], ["updated_at", "2016-03-08 19:50:32.033002"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (2.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ana@wolfbatz.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ana@wolfbatz.info"], ["name", "Mitchell Crooks Jr."], ["password_digest", "$2a$04$29NV3MOnHDfQupq/rJ2KVemnoKk40avex.I6dcVNwdMB6w1KvKzJa"], ["created_at", "2016-03-08 19:50:32.081799"], ["updated_at", "2016-03-08 19:50:32.081799"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Quod animi id rerum ut qui qui. Aut pariatur dicta aspernatur quia quis."], ["summary", "Amet sunt quia laboriosam cupiditate vero quos expedita."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 19:50:32.087025"], ["updated_at", "2016-03-08 19:50:32.087025"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gene@schneider.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gene@schneider.info"], ["name", "Felicita Douglas"], ["password_digest", "$2a$04$Q/SxQaNhl0uJEEXXkSU2c.D8iK2HCGKEYQGMxDYAIONtQupIK1trS"], ["created_at", "2016-03-08 19:50:32.093641"], ["updated_at", "2016-03-08 19:50:32.093641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Mollitia voluptatem aut quibusdam quaerat dolore est. Eveniet nobis voluptas aut eum iste."], ["summary", "Et fugiat ex aut minima necessitatibus facilis."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 19:50:32.098227"], ["updated_at", "2016-03-08 19:50:32.098227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vivianne_gottlieb@douglas.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vivianne_gottlieb@douglas.net"], ["name", "Dr. Rosalee Bradtke"], ["password_digest", "$2a$04$WRq5yTRPjOx0mU7.R1C7WeapkK1dzwNKwGJRfkEIj4fFxYGtXNA.2"], ["created_at", "2016-03-08 19:50:32.105452"], ["updated_at", "2016-03-08 19:50:32.105452"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Ullam iste tenetur. Facilis quis ut laboriosam nostrum. Excepturi illum et recusandae beatae vel qui. Maiores ipsum odit."], ["summary", "Eligendi nisi magnam enim quia ipsum molestiae aliquid. Error illum aliquam culpa similique explicabo quisquam. Dolores dolores quidem qui hic perspiciatis."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 19:50:32.110729"], ["updated_at", "2016-03-08 19:50:32.110729"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('earline.lindgren@roweconnelly.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "earline.lindgren@roweconnelly.co"], ["name", "Johathan Farrell"], ["password_digest", "$2a$04$ZTGDljP1M4o2ui9taEZede4WUtBMjEh19021FfaGaFJypuTu6f0/a"], ["created_at", "2016-03-08 19:50:32.119857"], ["updated_at", "2016-03-08 19:50:32.119857"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Suscipit id eligendi. Quas eum odio eius nemo quos incidunt sint. Nostrum dolores consequatur qui."], ["summary", "Maiores facere in eos hic. Est et quia."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 19:50:32.125466"], ["updated_at", "2016-03-08 19:50:32.125466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brionna_funk@effertz.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brionna_funk@effertz.info"], ["name", "Maci Labadie"], ["password_digest", "$2a$04$Cgw16iBD5pnGi4GlTvfy5.raG8XMgITHFb1ceBTZ.RtGds4rJXjIK"], ["created_at", "2016-03-08 19:50:32.132869"], ["updated_at", "2016-03-08 19:50:32.132869"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "At nobis consequuntur doloribus unde voluptate nostrum explicabo. Dolores est sit. Facilis sint voluptatibus. Sed repellat qui maiores mollitia."], ["summary", "Non ut id ut."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 19:50:32.138489"], ["updated_at", "2016-03-08 19:50:32.138489"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jett@bergnaum.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jett@bergnaum.info"], ["name", "Dr. Melyssa Pfannerstill"], ["password_digest", "$2a$04$W9NnKfo4ie.BMkNfA4tnkOHI0TB4p9XMRB83lziR5rEDtAJf51yCa"], ["created_at", "2016-03-08 19:50:32.146224"], ["updated_at", "2016-03-08 19:50:32.146224"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Et dolore cum assumenda ipsa perferendis. Corrupti eos repellendus commodi. Aut quia nobis."], ["summary", "Aut repellendus accusamus natus alias. Sed sunt et est."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 19:50:32.151138"], ["updated_at", "2016-03-08 19:50:32.151138"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jarvis@casperdoyle.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jarvis@casperdoyle.net"], ["name", "Dr. Emmanuel Conroy"], ["password_digest", "$2a$04$pU0bG54q7B2Q0XoWcE3YM.Xdi05JCeDigvhgm1aYamxjrVffOfd/C"], ["created_at", "2016-03-08 19:50:32.158902"], ["updated_at", "2016-03-08 19:50:32.158902"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Possimus beatae et animi voluptate. Sit molestias quia similique."], ["summary", "Aperiam non sapiente autem maiores nulla nobis sint. Quos perferendis numquam consectetur dolorem dignissimos."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 19:50:32.163467"], ["updated_at", "2016-03-08 19:50:32.163467"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gertrude@parkerparker.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gertrude@parkerparker.info"], ["name", "Marjolaine Bruen"], ["password_digest", "$2a$04$LBE8qeE/J36ngPZD7apkvOSxPqCxIZRigP4upiYssm0lUpTeTP0CW"], ["created_at", "2016-03-08 19:50:32.170947"], ["updated_at", "2016-03-08 19:50:32.170947"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ut quis nostrum perspiciatis. Libero autem explicabo. Corrupti voluptatum aut ut voluptatibus quae voluptatem."], ["summary", "Animi veritatis pariatur vel rem a. Ratione totam et molestiae blanditiis dolores tenetur voluptates."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 19:50:32.174960"], ["updated_at", "2016-03-08 19:50:32.174960"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('antonette_streich@kilback.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "antonette_streich@kilback.biz"], ["name", "Heaven Leannon"], ["password_digest", "$2a$04$YPe3shuVDfvpfTA8g4yQ8e6Obdr/TANejQUWdgM/E.ooA9SYC5o6u"], ["created_at", "2016-03-08 19:50:32.181477"], ["updated_at", "2016-03-08 19:50:32.181477"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Modi quo nobis qui. Omnis id saepe nemo quod nihil. Dicta dolorem modi quas. Maiores laudantium nam est sint placeat et."], ["summary", "Quo molestiae est maiores molestiae accusantium perferendis. Unde consequatur nobis itaque. Repudiandae exercitationem voluptas."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 19:50:32.186081"], ["updated_at", "2016-03-08 19:50:32.186081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marianne@leannon.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marianne@leannon.org"], ["name", "Frieda Dare DVM"], ["password_digest", "$2a$04$Lyvv1PKml2O2TOMUtEMcT.WRuQlMlXolZG7alEjY8nKOLhdLneVp."], ["created_at", "2016-03-08 19:50:32.192674"], ["updated_at", "2016-03-08 19:50:32.192674"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Et dolores omnis sit sed suscipit doloremque. Et sequi quisquam fugit consequuntur. Aliquid dolor sint consequatur mollitia cupiditate molestiae culpa. Aut mollitia consectetur quis enim voluptatem est."], ["summary", "Fuga a et iste debitis molestiae. Quam qui tempore et repudiandae dolorum fugiat placeat."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 19:50:32.197042"], ["updated_at", "2016-03-08 19:50:32.197042"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meredith@jacobimante.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meredith@jacobimante.net"], ["name", "Jasmin Koelpin"], ["password_digest", "$2a$04$KABwpWg5JiR/QEIBvDBO0usFwZn9zRBlcYloETSJgyqL7OPxy3HcG"], ["created_at", "2016-03-08 19:50:32.203611"], ["updated_at", "2016-03-08 19:50:32.203611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Libero modi quia vel quis et eos. Iste et aut magnam nesciunt."], ["summary", "Est maxime eos numquam."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 19:50:32.208111"], ["updated_at", "2016-03-08 19:50:32.208111"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maymie@hoegermoriette.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maymie@hoegermoriette.name"], ["name", "Joshuah Jacobson"], ["password_digest", "$2a$04$6lHdj1XTd2fST9PI5DjRUOoBYuzr6DwYo6DQq2Wrer9hTFOXUsQhO"], ["created_at", "2016-03-08 19:50:32.214514"], ["updated_at", "2016-03-08 19:50:32.214514"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Sed reprehenderit voluptatem neque numquam. Distinctio sit asperiores non dolor eius. Illum provident distinctio laudantium voluptates qui. Delectus consequatur et placeat."], ["summary", "Placeat deleniti distinctio reprehenderit facilis officiis culpa voluptatibus. Aut in totam ab."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 19:50:32.218771"], ["updated_at", "2016-03-08 19:50:32.218771"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laurence@schowalter.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laurence@schowalter.co"], ["name", "D'angelo Upton"], ["password_digest", "$2a$04$uMz/9c5LJX3Bz4eGC8SM0uYt3UcP35KomembRGHwHNWd3mu6unL0."], ["created_at", "2016-03-08 19:50:32.225542"], ["updated_at", "2016-03-08 19:50:32.225542"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Aut dolor ratione qui explicabo ea consequuntur. Ducimus odit delectus autem suscipit voluptatibus facilis ipsum. Laudantium et minus sint excepturi nostrum repudiandae. Quia aperiam temporibus quam similique tempora sint et."], ["summary", "Nostrum asperiores enim."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 19:50:32.230222"], ["updated_at", "2016-03-08 19:50:32.230222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('immanuel.little@zulaufhilll.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "immanuel.little@zulaufhilll.io"], ["name", "Norberto Champlin"], ["password_digest", "$2a$04$YlLqg62ZzKOel7.jcU2wX.loZ6dbnZNKXPYdNVydnNDPkoLt1Q49i"], ["created_at", "2016-03-08 19:50:32.238489"], ["updated_at", "2016-03-08 19:50:32.238489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Aut accusantium similique quia iste in harum sapiente. Veritatis minus autem."], ["summary", "Aliquid ad voluptate qui suscipit et non quidem."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 19:50:32.243551"], ["updated_at", "2016-03-08 19:50:32.243551"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emmanuelle.dicki@kirlinlesch.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emmanuelle.dicki@kirlinlesch.biz"], ["name", "Grayson Hand"], ["password_digest", "$2a$04$WIGxeDvlnKSH6W0NdH/5leEsSupAlwNgyvS040Ci1eoDTBGzj6Nmi"], ["created_at", "2016-03-08 19:50:32.250874"], ["updated_at", "2016-03-08 19:50:32.250874"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Officia ut repudiandae illum. Eum suscipit nihil inventore. Autem sunt sit quos enim."], ["summary", "Ut totam nesciunt voluptas. Aut reiciendis aperiam numquam tenetur qui earum similique."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 19:50:32.255405"], ["updated_at", "2016-03-08 19:50:32.255405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emelie@johnston.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emelie@johnston.co"], ["name", "Brice Raynor"], ["password_digest", "$2a$04$RvKfsb.GnJ40sdVU/cer5e/KdLfDD3kF2jNFG9DnqAaSMv8dtAJm2"], ["created_at", "2016-03-08 19:50:32.262596"], ["updated_at", "2016-03-08 19:50:32.262596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Non mollitia porro aspernatur ullam iusto voluptas. Autem enim est. Qui praesentium qui. Officiis ex quia dolores incidunt tempore iure fugiat."], ["summary", "Est possimus et vel et quo reprehenderit. Aut quae et est omnis omnis est quisquam."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 19:50:32.267128"], ["updated_at", "2016-03-08 19:50:32.267128"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('raphaelle_kub@hauck.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "raphaelle_kub@hauck.org"], ["name", "Aisha Hane IV"], ["password_digest", "$2a$04$CjhmDcd.1oHGCfgkj1Q3vuqR/B37XGs1K7FfLahS0eCGMhBegDM16"], ["created_at", "2016-03-08 19:50:32.274396"], ["updated_at", "2016-03-08 19:50:32.274396"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Voluptatibus sunt magnam itaque vel ut assumenda. Dolorem porro perspiciatis et. Exercitationem quo aut et iusto eligendi sed non."], ["summary", "Deserunt qui laudantium eius molestiae. Est dolores qui officiis autem qui consectetur."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 19:50:32.279996"], ["updated_at", "2016-03-08 19:50:32.279996"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carleton@hermanbartell.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carleton@hermanbartell.com"], ["name", "Lew Raynor"], ["password_digest", "$2a$04$0Bvfn.h50PjXGQSN5hFucOJkiURLBaD7lmljesPbtNO2E/K9qbQyq"], ["created_at", "2016-03-08 19:50:32.287181"], ["updated_at", "2016-03-08 19:50:32.287181"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Iste earum dicta assumenda in quibusdam quam totam. Modi explicabo eius officia. Fugiat veniam quia omnis ipsum facilis enim animi. Earum aut praesentium nulla incidunt assumenda perferendis esse."], ["summary", "Voluptatum provident eos. Harum laboriosam sit."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 19:50:32.291991"], ["updated_at", "2016-03-08 19:50:32.291991"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cristopher@durgan.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cristopher@durgan.net"], ["name", "Dejuan Wolff"], ["password_digest", "$2a$04$Xi1zkSsSL28PXg7riNzqTOC5VJUdzQQ9a0TBjWim2DY11fYcgisge"], ["created_at", "2016-03-08 19:50:32.300561"], ["updated_at", "2016-03-08 19:50:32.300561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Vel et dicta nam sunt. Beatae molestias quis. Quasi aut voluptas id fugit saepe iure."], ["summary", "Repudiandae velit molestiae qui."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 19:50:32.304935"], ["updated_at", "2016-03-08 19:50:32.304935"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('virginie_rath@ullrich.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "virginie_rath@ullrich.com"], ["name", "Hallie Connelly"], ["password_digest", "$2a$04$YhClrqzKFijG.tkkegg15uoklhYdy1i/ojbN1Ywfqxhn5lVWXHkIO"], ["created_at", "2016-03-08 19:50:32.312307"], ["updated_at", "2016-03-08 19:50:32.312307"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Ducimus illo voluptatem. Ullam in quae."], ["summary", "Est assumenda quibusdam voluptas tempora dolorem aut temporibus. Eligendi neque qui iure velit maiores commodi."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 19:50:32.318448"], ["updated_at", "2016-03-08 19:50:32.318448"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jasen@graham.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jasen@graham.io"], ["name", "Andrew Runolfsson"], ["password_digest", "$2a$04$MJxIpYMoTriOAq9/e16jnO6alQhjvNiReevEj96ahlITnPVkxfQEi"], ["created_at", "2016-03-08 19:50:32.326618"], ["updated_at", "2016-03-08 19:50:32.326618"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Quo qui laborum quaerat eligendi voluptas. Magnam quo saepe voluptatibus aut illum. Quis amet praesentium voluptatem autem qui eveniet."], ["summary", "Vitae ullam vel ipsum."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 19:50:32.331908"], ["updated_at", "2016-03-08 19:50:32.331908"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeffrey.rolfson@cormier.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeffrey.rolfson@cormier.name"], ["name", "Mr. Terrance Wyman"], ["password_digest", "$2a$04$xTh5RsUccA3vmdc7CaDgvO73rC6xIRkFpPpep3CfruYmfF6pIiTKa"], ["created_at", "2016-03-08 19:50:32.339263"], ["updated_at", "2016-03-08 19:50:32.339263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Et inventore sed et voluptatum. Itaque suscipit perspiciatis."], ["summary", "Accusamus eos dolorem itaque veritatis."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 19:50:32.344438"], ["updated_at", "2016-03-08 19:50:32.344438"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('genevieve_zulauf@mckenzie.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "genevieve_zulauf@mckenzie.biz"], ["name", "Ottilie Emmerich"], ["password_digest", "$2a$04$UCORisXIoZfY7oBYJ8s31OUJk0MIQLcKSG3xFt8bk.577bD2p5xT."], ["created_at", "2016-03-08 19:50:32.352725"], ["updated_at", "2016-03-08 19:50:32.352725"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Aspernatur libero ex sunt fuga cum nam. Dolores voluptas aut. Est ab nulla occaecati veritatis. Aut quis aut laborum."], ["summary", "Exercitationem voluptatem deserunt. Alias laborum vitae sit vel quisquam harum."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 19:50:32.356992"], ["updated_at", "2016-03-08 19:50:32.356992"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('william_marvin@rippin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "william_marvin@rippin.name"], ["name", "Myra Kunze"], ["password_digest", "$2a$04$IH7RXCZQFpy2IMoss9BMhuA1u/7mFU6QO6MIf0yC/RV/uVItC/Mgy"], ["created_at", "2016-03-08 19:50:32.364482"], ["updated_at", "2016-03-08 19:50:32.364482"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Id necessitatibus pariatur error atque. Consequuntur et optio consequatur id. Sed quas tenetur sit. Quas porro ad aut aut omnis facere."], ["summary", "Soluta non sit aperiam sed voluptatem. Accusantium ipsum quia ut."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 19:50:32.368923"], ["updated_at", "2016-03-08 19:50:32.368923"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keegan_carter@kuhlman.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keegan_carter@kuhlman.name"], ["name", "Keon McClure"], ["password_digest", "$2a$04$U8erpdU35Bd.nALX9ilpueeX73keFPUJpPk4sU5.dvS8NG9S77Wfa"], ["created_at", "2016-03-08 19:50:32.375751"], ["updated_at", "2016-03-08 19:50:32.375751"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Repudiandae hic quo at quia modi laborum voluptas. Ipsam aspernatur commodi porro ipsum ut accusamus."], ["summary", "Quas veritatis voluptas velit. Blanditiis consequuntur id iusto. Qui et magnam sequi."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 19:50:32.380629"], ["updated_at", "2016-03-08 19:50:32.380629"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clay_crist@rogahnhettinger.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clay_crist@rogahnhettinger.co"], ["name", "Wilma Gibson Jr."], ["password_digest", "$2a$04$cRILeQ5.BugV5JzfcM3ur.MY7RFrO7EQgVJAVtk8Ywkq8ISC9WzPC"], ["created_at", "2016-03-08 19:50:32.387532"], ["updated_at", "2016-03-08 19:50:32.387532"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ullam non enim beatae autem distinctio quo laudantium. Temporibus quis minus et."], ["summary", "Sint dolorum aspernatur nam. Commodi enim architecto pariatur non earum possimus quas. Aliquid distinctio earum libero."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 19:50:32.392136"], ["updated_at", "2016-03-08 19:50:32.392136"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerod.klocko@gulgowski.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerod.klocko@gulgowski.name"], ["name", "Elyse Glover"], ["password_digest", "$2a$04$Gi0hqgIn6/SwRbNEdOJWounAuskp7Diljl.cdTkpkTtLrUbu2Hc1q"], ["created_at", "2016-03-08 19:50:32.430216"], ["updated_at", "2016-03-08 19:50:32.430216"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-08 19:50:32.460611"], ["updated_at", "2016-03-08 19:50:32.460611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('guadalupe@turner.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "guadalupe@turner.name"], ["name", "Nels Adams"], ["password_digest", "$2a$04$tJBsbAcpX1R34vwNx7jUC.hRHcTgau1BSyCWalpfoaNQ1ztAtvHu6"], ["created_at", "2016-03-08 19:50:32.485078"], ["updated_at", "2016-03-08 19:50:32.485078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Et commodi consequatur dolores labore. Velit doloremque necessitatibus aperiam.", "summary"=>"Cupiditate voluptas qui optio provident delectus."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 1.6ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-08 19:50:32.531255"], ["updated_at", "2016-03-08 19:50:32.531255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Dolorem optio non aut ea sequi. Impedit maiores cupiditate non dolores velit optio voluptatem.", "summary"=>"Provident error molestias delectus exercitationem."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 1.3ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('danielle@hamillbrekke.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "danielle@hamillbrekke.org"], ["name", "Ms. Kaleigh Torp"], ["password_digest", "$2a$04$OLAal3oZNJVJa1oBFGjd.u9NqLNBKwztnJX6f7KhTq6lJxKbwjgMW"], ["created_at", "2016-03-08 19:50:32.560324"], ["updated_at", "2016-03-08 19:50:32.560324"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Incidunt beatae et quibusdam culpa porro eveniet.", "author_id"=>"32"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Incidunt beatae et quibusdam culpa porro eveniet."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-08 19:50:32.579737"], ["updated_at", "2016-03-08 19:50:32.579737"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Sit sunt est esse voluptates."}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 1.7ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lempi@kundefriesen.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lempi@kundefriesen.io"], ["name", "Alia O'Connell"], ["password_digest", "$2a$04$vlkyY.rFsE8MivcoNh1xveLmneRPkY2uQVkva3Aa8k0vA1/BoTfSW"], ["created_at", "2016-03-08 19:50:32.624618"], ["updated_at", "2016-03-08 19:50:32.624618"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Laborum voluptatem ipsum omnis sunt iusto eaque distinctio. Itaque asperiores voluptas reprehenderit dolore illo sed."], ["summary", "Dolor animi dolorum quo ab delectus similique. Et veniam optio minus ullam consequatur sunt. Error optio rerum magnam sunt tempore a."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-08 19:50:32.629568"], ["updated_at", "2016-03-08 19:50:32.629568"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shea_quigley@gibsonrohan.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shea_quigley@gibsonrohan.com"], ["name", "Ashtyn O'Conner"], ["password_digest", "$2a$04$162uRX9tfmaLvWZS/zERGO7Ol2HPfUhe8Gnrl4aKrrajy/guK/ILC"], ["created_at", "2016-03-08 19:50:32.654854"], ["updated_at", "2016-03-08 19:50:32.654854"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Eos laboriosam quae excepturi. Ducimus pariatur eligendi blanditiis quae. Inventore ut quo omnis ut aut. Quia vitae minima doloribus veniam."], ["summary", "Est facilis id provident. Aliquid velit voluptates at aut eaque et."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-08 19:50:32.659984"], ["updated_at", "2016-03-08 19:50:32.659984"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-08 19:50:32.681023"], ["updated_at", "2016-03-08 19:50:32.681023"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maud@kuphal.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maud@kuphal.net"], ["name", "Litzy Durgan"], ["password_digest", "$2a$04$kosmgxYDNuQMdEJJxgKyvOnIT4fwc2tL4DI5NOhE4HTM0waLsYfEK"], ["created_at", "2016-03-08 19:50:32.689955"], ["updated_at", "2016-03-08 19:50:32.689955"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Ab inventore illo placeat blanditiis. Et ipsa velit. Quas odit quia sint accusantium fuga aut consequatur."], ["summary", "Incidunt aliquid at. Vel sit sapiente qui ipsa."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-08 19:50:32.694591"], ["updated_at", "2016-03-08 19:50:32.694591"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frederique_hills@huels.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frederique_hills@huels.name"], ["name", "Ima Cremin"], ["password_digest", "$2a$04$t0u8/0Ry7qp4pLNxYPy1.Oesmo/QkP130QpkyiKksOkXAQ3my8Qb6"], ["created_at", "2016-03-08 19:50:32.721819"], ["updated_at", "2016-03-08 19:50:32.721819"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Et quaerat cum delectus aut illum sequi. Quam dolores rerum ut ducimus et id eaque. Eaque occaecati laborum quia provident. Dolorem fugit sed a adipisci."], ["summary", "Suscipit et eligendi ratione molestiae eos aut id. Quia necessitatibus est nihil. Nihil est cumque aliquid quasi."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-08 19:50:32.726591"], ["updated_at", "2016-03-08 19:50:32.726591"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 19:50:32.740278"], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('andrew.carroll@hickle.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "andrew.carroll@hickle.info"], ["name", "Hassie Heidenreich"], ["password_digest", "$2a$04$lH9KvrGUfgUTagTqc410F.beKyrh.9eLeS3frk9aqAbFWeNZlUrzi"], ["created_at", "2016-03-08 19:50:32.758048"], ["updated_at", "2016-03-08 19:50:32.758048"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Et totam laborum rerum in eum commodi. Aut dignissimos sit assumenda asperiores. Possimus est et tempore repellendus est vitae."], ["summary", "Quia nemo ut saepe neque suscipit est cum. Sint aut aut. Omnis labore quaerat."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-08 19:50:32.765812"], ["updated_at", "2016-03-08 19:50:32.765812"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 19:50:32.780593"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.9ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mercedes.hodkiewicz@weber.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mercedes.hodkiewicz@weber.com"], ["name", "Verla Padberg"], ["password_digest", "$2a$04$z5bn2ycrhsaOdvEMd0qld.keyudI2yJ.x3vbOQmNxISIgPJoFc1fK"], ["created_at", "2016-03-08 19:50:32.801495"], ["updated_at", "2016-03-08 19:50:32.801495"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gudrun@bailey.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gudrun@bailey.co"], ["name", "Karlee Fisher"], ["password_digest", "$2a$04$EDBZ2Iq7QLP8kwacl7/Z5uKrAhASRlscnIOhJMg5Gm8zg7xjNSmxa"], ["created_at", "2016-03-08 19:50:32.808835"], ["updated_at", "2016-03-08 19:50:32.808835"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Blanditiis quibusdam hic in sint dolorum odio. Natus veniam explicabo. Dolorum odit et id in. Necessitatibus asperiores ipsa omnis."], ["summary", "In aut omnis asperiores voluptas. Architecto nemo alias consequatur. Aut ea dolor."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-08 19:50:32.814324"], ["updated_at", "2016-03-08 19:50:32.814324"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-08 19:50:32.828787"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.8ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-08 19:50:32.852131"], ["updated_at", "2016-03-08 19:50:32.852131"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alia_schuster@mcculloughbraun.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alia_schuster@mcculloughbraun.com"], ["name", "Adeline Harvey III"], ["password_digest", "$2a$04$UXwPtJD78jsWMXwbHw4sIepTYExIaDHuB3tnZE6P4/cYKsl4g60eu"], ["created_at", "2016-03-08 19:50:32.860131"], ["updated_at", "2016-03-08 19:50:32.860131"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Ea animi beatae at aliquam sit hic quidem. Dolorem ipsam aspernatur incidunt quis quo. Corrupti ad blanditiis."], ["summary", "Natus perspiciatis autem est. Non ut et maxime et est nobis placeat. Illo unde nisi."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-08 19:50:32.865261"], ["updated_at", "2016-03-08 19:50:32.865261"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 19:50:32.877690"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.4ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Giovani Schultz DVM"], ["password_digest", "$2a$04$Va04yHf8YRumaclEliE0OOnrCb/V7cgafUn7HuImP0I4B5iuZPGq6"], ["created_at", "2016-03-08 19:50:32.918280"], ["updated_at", "2016-03-08 19:50:32.918280"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$eL34.Lm4QYnvIVlAjv8niOyv1tKx53AYjQECI5G8/zT/JY2oW/Kli"], ["updated_at", "2016-03-08 19:50:32.933820"], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-08 19:50:32.987219"], ["updated_at", "2016-03-08 19:50:32.987219"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-08 19:50:33.018815"], ["updated_at", "2016-03-08 19:50:33.018815"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-08 19:50:33.024695"], ["updated_at", "2016-03-08 19:50:33.024695"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-08 19:50:33.029798"], ["updated_at", "2016-03-08 19:50:33.029798"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-08 19:50:33.035549"], ["updated_at", "2016-03-08 19:50:33.035549"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-08 19:50:33.041560"], ["updated_at", "2016-03-08 19:50:33.041560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-08 19:50:33.047591"], ["updated_at", "2016-03-08 19:50:33.047591"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-08 19:50:33.054197"], ["updated_at", "2016-03-08 19:50:33.054197"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-08 19:50:33.060302"], ["updated_at", "2016-03-08 19:50:33.060302"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-08 19:50:33.065524"], ["updated_at", "2016-03-08 19:50:33.065524"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-08 19:50:33.070837"], ["updated_at", "2016-03-08 19:50:33.070837"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-08 19:50:33.076166"], ["updated_at", "2016-03-08 19:50:33.076166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-08 19:50:33.082244"], ["updated_at", "2016-03-08 19:50:33.082244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-08 19:50:33.088517"], ["updated_at", "2016-03-08 19:50:33.088517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-08 19:50:33.093953"], ["updated_at", "2016-03-08 19:50:33.093953"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-08 19:50:33.099347"], ["updated_at", "2016-03-08 19:50:33.099347"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-08 19:50:33.104364"], ["updated_at", "2016-03-08 19:50:33.104364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-08 19:50:33.110494"], ["updated_at", "2016-03-08 19:50:33.110494"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-08 19:50:33.117070"], ["updated_at", "2016-03-08 19:50:33.117070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-08 19:50:33.122366"], ["updated_at", "2016-03-08 19:50:33.122366"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-08 19:50:33.127419"], ["updated_at", "2016-03-08 19:50:33.127419"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-08 19:50:33.134185"], ["updated_at", "2016-03-08 19:50:33.134185"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-08 19:50:33.139536"], ["updated_at", "2016-03-08 19:50:33.139536"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-08 19:50:33.145306"], ["updated_at", "2016-03-08 19:50:33.145306"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-08 19:50:33.151050"], ["updated_at", "2016-03-08 19:50:33.151050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-08 19:50:33.156900"], ["updated_at", "2016-03-08 19:50:33.156900"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-08 19:50:33.162091"], ["updated_at", "2016-03-08 19:50:33.162091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pearline@blick.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pearline@blick.org"], ["name", "Mrs. Vesta Kautzer"], ["password_digest", "$2a$04$SZ.LxvtqLXHZwv5icVn5PuX1qCx83cCZC8TiIphAlcYTPZp7YgS86"], ["created_at", "2016-03-08 19:50:33.205127"], ["updated_at", "2016-03-08 19:50:33.205127"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-08 19:50:33.221105"], ["updated_at", "2016-03-08 19:50:33.221105"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 14ms (ActiveRecord: 2.3ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-08 19:50:33.264808"], ["updated_at", "2016-03-08 19:50:33.264808"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-08 19:50:33.290958"], ["updated_at", "2016-03-08 19:50:33.290958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 19:50:33.305717"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 15ms (ActiveRecord: 3.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 19:50:33.324118"], ["updated_at", "2016-03-08 19:50:33.324118"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 19:50:33.338893"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 19:50:33.358718"], ["updated_at", "2016-03-08 19:50:33.358718"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-08 19:50:33.384566"], ["updated_at", "2016-03-08 19:50:33.384566"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.1ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janiya_casper@botsford.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janiya_casper@botsford.info"], ["name", "Dr. Ines Conroy"], ["password_digest", "$2a$04$z1KETSBoft9MLfu2zg20bOZrspXD.IW2x.lyDWXXN8WbAg28p9t.2"], ["created_at", "2016-03-08 19:50:33.419981"], ["updated_at", "2016-03-08 19:50:33.419981"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Illum impedit dolores. Autem possimus quo earum libero."], ["summary", "Excepturi qui et ratione accusantium blanditiis."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.425315"], ["updated_at", "2016-03-08 19:50:33.425315"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('talia@carter.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "talia@carter.io"], ["name", "Geovany Kshlerin"], ["password_digest", "$2a$04$WjSgyYmDAFdNZlB8MmnJiuOWl3SHonI2SAeQtEEsbkmZLB.1OkGHe"], ["created_at", "2016-03-08 19:50:33.433351"], ["updated_at", "2016-03-08 19:50:33.433351"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Quisquam id suscipit ea odit deleniti cupiditate. Repellendus aut sequi sapiente beatae ut accusamus eligendi."], ["summary", "Quia dolorum qui fuga reiciendis est provident laudantium. Reiciendis numquam maiores excepturi rerum ratione dolores. Eos fugit dignissimos aut nihil praesentium inventore."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.438571"], ["updated_at", "2016-03-08 19:50:33.438571"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keon_hickle@adamskub.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keon_hickle@adamskub.biz"], ["name", "Faustino Lang"], ["password_digest", "$2a$04$SDba0U19yyTCPuV8q.Ur/.TGQiYf1iRa65bmfUF8G7Qe3sNWC0oPe"], ["created_at", "2016-03-08 19:50:33.445339"], ["updated_at", "2016-03-08 19:50:33.445339"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Debitis sit illum nemo quia id necessitatibus. Cumque doloremque laudantium rerum modi quis unde est."], ["summary", "Nemo omnis et. Voluptates sint tempore."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-08 19:50:33.450201"], ["updated_at", "2016-03-08 19:50:33.450201"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:33.455587"], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('soledad.little@little.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "soledad.little@little.info"], ["name", "Lionel Goldner"], ["password_digest", "$2a$04$pyz1qarhDNJWS0Zr/C1d0u/LGJ2EHs5ij3kpR5aZEybd5CEUVJjWK"], ["created_at", "2016-03-08 19:50:33.503521"], ["updated_at", "2016-03-08 19:50:33.503521"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Debitis et voluptatem et asperiores esse minus. Autem optio rerum delectus hic itaque eius sed."], ["summary", "Repudiandae officiis id est. Non veniam dolor qui."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.509398"], ["updated_at", "2016-03-08 19:50:33.509398"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dante@pacochaledner.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dante@pacochaledner.info"], ["name", "Mrs. Gavin Becker"], ["password_digest", "$2a$04$roGUD8zcZTGAobPYnI4ZIO3bh/0WCOJsAuRTphwUTndmUeeQukGYW"], ["created_at", "2016-03-08 19:50:33.517718"], ["updated_at", "2016-03-08 19:50:33.517718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Est distinctio quos dolore esse vero non vitae. Consectetur nihil reprehenderit explicabo tenetur. Non pariatur harum suscipit sint sequi iure dolore. Laboriosam ut ex quod quisquam doloremque eaque rerum."], ["summary", "In amet pariatur dolorum. Culpa non et magni inventore in."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.522356"], ["updated_at", "2016-03-08 19:50:33.522356"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('esther@konopelskilarkin.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "esther@konopelskilarkin.org"], ["name", "Mario Daniel"], ["password_digest", "$2a$04$JfQ9tDjdvsmAzgdT676xfukT7AYNetX3aEgrRdW.vEaSOleCKRN7."], ["created_at", "2016-03-08 19:50:33.530093"], ["updated_at", "2016-03-08 19:50:33.530093"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Id ducimus hic aut enim. Aspernatur dignissimos qui aliquam sint facilis. Exercitationem deserunt aut."], ["summary", "Fuga qui aut est quaerat qui assumenda. Ratione tempore sint voluptatem sapiente. Excepturi ea quaerat ea eveniet et illum."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.535456"], ["updated_at", "2016-03-08 19:50:33.535456"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ubaldo.abbott@mcdermott.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ubaldo.abbott@mcdermott.biz"], ["name", "Tyree Hammes"], ["password_digest", "$2a$04$roAM25Bq18xqkOFdNOZgF.rIvMFLI/hBdlzDH6/9p0msjHKr6PID."], ["created_at", "2016-03-08 19:50:33.542806"], ["updated_at", "2016-03-08 19:50:33.542806"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Quas perspiciatis consequatur ipsum doloribus ducimus rerum ut. Qui eius illum voluptas expedita tempora quasi omnis. Qui facilis non et. Fugiat accusantium ratione quo."], ["summary", "Dolores numquam sit velit. In qui quos dolores magni veniam recusandae."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.548028"], ["updated_at", "2016-03-08 19:50:33.548028"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('logan.gaylord@streich.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "logan.gaylord@streich.org"], ["name", "Hugh Schimmel"], ["password_digest", "$2a$04$uLJKk35dvsoioFQcNQoY1u8mt4tg/RmURV9MrpzaCf4c09osfcPI2"], ["created_at", "2016-03-08 19:50:33.558638"], ["updated_at", "2016-03-08 19:50:33.558638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Consectetur dolor aut quis eum eos repellendus. Fugit doloremque earum. Dolore mollitia ut. Beatae est enim."], ["summary", "Sit distinctio architecto magni quaerat. Quia quia sit. Quae dignissimos ipsum et."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.563812"], ["updated_at", "2016-03-08 19:50:33.563812"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('courtney@moen.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "courtney@moen.net"], ["name", "Durward Mayert"], ["password_digest", "$2a$04$w0PXsUXRTvcGENi9qqeGJ.M1RmWTFwuVVl53lzY2Xt5UF0E8benPG"], ["created_at", "2016-03-08 19:50:33.570988"], ["updated_at", "2016-03-08 19:50:33.570988"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Quia id et dolores earum. Velit facere et. Ipsum sequi voluptatum."], ["summary", "Repudiandae voluptatem nemo corporis vel fugit accusamus reiciendis."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.575860"], ["updated_at", "2016-03-08 19:50:33.575860"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lucy@shanahan.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lucy@shanahan.org"], ["name", "Ariane Dietrich"], ["password_digest", "$2a$04$D9Ab8p5vA1qTRIU7GkT9PuGPJ.HHJx5mWRFlKk/EP5tYg8zVgxF7O"], ["created_at", "2016-03-08 19:50:33.582922"], ["updated_at", "2016-03-08 19:50:33.582922"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Quasi doloremque aliquam distinctio voluptatem minus sint. Ab provident error impedit qui aspernatur. Fuga doloribus optio nesciunt eum quo modi."], ["summary", "Facilis qui totam vero omnis amet provident eos. Est ut eius rerum velit qui."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.587987"], ["updated_at", "2016-03-08 19:50:33.587987"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jorge@oconnerrau.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jorge@oconnerrau.co"], ["name", "Miss Kobe Bailey"], ["password_digest", "$2a$04$zP6wYLO5IphPyisV.MQ0UeN3jgNfcZ.cmM4vdarI6mtxvDTBmxqVu"], ["created_at", "2016-03-08 19:50:33.595659"], ["updated_at", "2016-03-08 19:50:33.595659"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Dolorem culpa dolore sint et excepturi error. Ut distinctio illo eos magni debitis autem. Rem eius vero dolores nulla iure. Fugit odio explicabo consequatur."], ["summary", "Quos voluptatem rerum assumenda quo necessitatibus accusantium."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.600083"], ["updated_at", "2016-03-08 19:50:33.600083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frederique_flatley@ruel.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frederique_flatley@ruel.info"], ["name", "Aryanna Schaefer"], ["password_digest", "$2a$04$5vy3l4YLDni.WcRqtr3CqOLcuBgLB8vQuwWKFvXw3TwYg14SA5OcS"], ["created_at", "2016-03-08 19:50:33.606804"], ["updated_at", "2016-03-08 19:50:33.606804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Sit veniam dolores consequatur inventore. Tempore quia ab qui qui labore."], ["summary", "Quibusdam ut et. Facere soluta voluptas doloribus ea neque illo est."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.612557"], ["updated_at", "2016-03-08 19:50:33.612557"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joey.homenick@wolffbernhard.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joey.homenick@wolffbernhard.io"], ["name", "Germaine Ratke"], ["password_digest", "$2a$04$hCicZoLxfLb6tFqlAqW2DuwyUCzeYsz8eCj/7fNc5cdeObhPeZdFS"], ["created_at", "2016-03-08 19:50:33.620676"], ["updated_at", "2016-03-08 19:50:33.620676"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Blanditiis repellat ut qui odio dolorem et velit. Et culpa ducimus voluptatem nam qui nulla aut."], ["summary", "Qui ea ut neque qui numquam eligendi dolor."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.624941"], ["updated_at", "2016-03-08 19:50:33.624941"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mariane@mohr.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mariane@mohr.io"], ["name", "Leila White"], ["password_digest", "$2a$04$75gbBwoK6ewLwsZM0P9CMe9gsziq.JUP.yPZ9SQ533Pei/ChYJngG"], ["created_at", "2016-03-08 19:50:33.632401"], ["updated_at", "2016-03-08 19:50:33.632401"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Amet inventore sunt labore. Vitae quaerat omnis iure occaecati sequi ad. Dolores aspernatur et assumenda quasi et rerum nobis. Beatae culpa natus aut sit."], ["summary", "Est aspernatur qui voluptas."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.636784"], ["updated_at", "2016-03-08 19:50:33.636784"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kristina.quigley@larkin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kristina.quigley@larkin.name"], ["name", "Ms. Gregg Greenfelder"], ["password_digest", "$2a$04$Yse9Xxa0Et6VKW5kFFqMwuSLFDi8iIAcb2iJv4cmtJlWSU2Um0Vnq"], ["created_at", "2016-03-08 19:50:33.654806"], ["updated_at", "2016-03-08 19:50:33.654806"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Ea distinctio laborum repellendus et nihil nemo aliquam. Velit eaque unde aliquid non."], ["summary", "Quaerat itaque eaque ipsum."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.659296"], ["updated_at", "2016-03-08 19:50:33.659296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaren@rennertorphy.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaren@rennertorphy.info"], ["name", "Daniella Tillman"], ["password_digest", "$2a$04$VVfTPjbSJyz8Pb5AplprkeSYdasDqp2fliRb9rXkGWESvZlxuH7uW"], ["created_at", "2016-03-08 19:50:33.682341"], ["updated_at", "2016-03-08 19:50:33.682341"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Qui laudantium dolorem est. Magni eaque a harum velit voluptatem numquam ut. Non neque ut facilis corporis."], ["summary", "Illum aut suscipit."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-08 19:50:33.687512"], ["updated_at", "2016-03-08 19:50:33.687512"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-08 19:50:33.705632"], ["updated_at", "2016-03-08 19:50:33.705632"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 32ms (Views: 12.2ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-08 19:50:33.755825"], ["updated_at", "2016-03-08 19:50:33.755825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alexie_considine@schaefer.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alexie_considine@schaefer.net"], ["name", "Carroll West"], ["password_digest", "$2a$04$xEpm/uwdtZicmgIjLsdBuOTQjQOu4XQJQK0NcoPM04VfqBMQYhcZ."], ["created_at", "2016-03-08 19:50:33.762894"], ["updated_at", "2016-03-08 19:50:33.762894"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Qui aliquid sunt eum et molestias. Aliquam animi voluptatibus deleniti laudantium magnam eaque praesentium."], ["summary", "Qui explicabo quo deserunt et illo. Qui consectetur unde consequatur officiis veritatis non eaque. Culpa facere cum dolores quis repellat eveniet omnis."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.783839"], ["updated_at", "2016-03-08 19:50:33.783839"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('melia@lebsack.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "melia@lebsack.info"], ["name", "Cody Bernier"], ["password_digest", "$2a$04$B3l1kf5odvmIMZ1yyvwmtucrd9CY3zLxLn.d75XJfen6Gng/ox2NW"], ["created_at", "2016-03-08 19:50:33.793972"], ["updated_at", "2016-03-08 19:50:33.793972"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Minus explicabo quidem sequi. Vel et maxime."], ["summary", "Consequatur ea non labore repellat."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.805089"], ["updated_at", "2016-03-08 19:50:33.805089"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clifford_heller@klein.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clifford_heller@klein.com"], ["name", "Mr. Arne Littel"], ["password_digest", "$2a$04$Dd.Of9R/4N5THJvu90rKYO7k1IiJLaOxq/i1dOhIMlryxEoKcydmO"], ["created_at", "2016-03-08 19:50:33.813927"], ["updated_at", "2016-03-08 19:50:33.813927"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Fugiat eaque harum est voluptas. Iste sed doloremque dolores facere aut maiores id. Dolores quidem sit minima aut a excepturi praesentium. Modi harum iusto amet ut."], ["summary", "Beatae ut rem non."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-08 19:50:33.823197"], ["updated_at", "2016-03-08 19:50:33.823197"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ibrahim@streich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ibrahim@streich.co"], ["name", "Dorothea Herman"], ["password_digest", "$2a$04$t.UL9NbTImLAnTa8ilF3E.mmZTf5Eb4Fh3vZOWSslQF8u9iDv3Qba"], ["created_at", "2016-03-08 19:50:33.833984"], ["updated_at", "2016-03-08 19:50:33.833984"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Aperiam minima vero omnis repellendus qui quia non. Corrupti optio sint debitis alias quis. Facere dolor sint eius modi voluptatem. Accusamus autem minima aut iste."], ["summary", "Facilis maiores reprehenderit."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.838747"], ["updated_at", "2016-03-08 19:50:33.838747"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-06 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:33.843571"], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.8ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-08 19:50:33.871144"], ["updated_at", "2016-03-08 19:50:33.871144"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alda@ruel.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alda@ruel.io"], ["name", "Charlene Lang"], ["password_digest", "$2a$04$hbQVLtYg6LpYYijB1OqA2OXcodeNddvSjadffRH.iAzRaDwRdv3yC"], ["created_at", "2016-03-08 19:50:33.878011"], ["updated_at", "2016-03-08 19:50:33.878011"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Sit natus molestiae voluptates voluptate. Quia qui porro vero et minus est. Quis et numquam pariatur ex."], ["summary", "Dolorum dolorem maiores similique ut eaque. Reiciendis voluptates dolorum."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.886824"], ["updated_at", "2016-03-08 19:50:33.886824"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kiel.grady@stromanwaters.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kiel.grady@stromanwaters.net"], ["name", "Shanelle Medhurst"], ["password_digest", "$2a$04$XWkNWlrH1wPRzyseiaNy8.EpbfAxX9N0DTX/WaZFVRu7JfczaFh1i"], ["created_at", "2016-03-08 19:50:33.897858"], ["updated_at", "2016-03-08 19:50:33.897858"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Vero laudantium tempora libero corporis temporibus minima. Sit nulla accusamus. Expedita maiores quo rerum mollitia numquam molestiae id."], ["summary", "Eum doloribus porro."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.906931"], ["updated_at", "2016-03-08 19:50:33.906931"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brock@mann.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brock@mann.net"], ["name", "Geovanny Muller"], ["password_digest", "$2a$04$S9Euko/BXGHZIE1GlKnjMuyZW4S.YuYBDXUb2edWSj3HznR3qK99q"], ["created_at", "2016-03-08 19:50:33.918320"], ["updated_at", "2016-03-08 19:50:33.918320"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Repellat numquam inventore eum distinctio qui rerum dolor. Dolorem dignissimos autem fugiat quo et. Esse et qui et natus nihil itaque facere."], ["summary", "Repudiandae occaecati veritatis rerum."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.927785"], ["updated_at", "2016-03-08 19:50:33.927785"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stevie_bernhard@yundt.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stevie_bernhard@yundt.net"], ["name", "Mrs. Marcel Mayer"], ["password_digest", "$2a$04$/ZtnDBkSj0W39GQnCr9jvOsF1m/QbebpZPFseGjngPJXhRlw..iDm"], ["created_at", "2016-03-08 19:50:33.937874"], ["updated_at", "2016-03-08 19:50:33.937874"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Eos et est quis ut et aut omnis. Perspiciatis et accusantium quis cumque."], ["summary", "Tempora amet et vel mollitia aut aspernatur. Consequuntur dolorum est iste nulla et. Quibusdam ut voluptatibus assumenda autem."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.946654"], ["updated_at", "2016-03-08 19:50:33.946654"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lillian.wintheiser@okeefe.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lillian.wintheiser@okeefe.org"], ["name", "Miss Hailie Abernathy"], ["password_digest", "$2a$04$GaEWyfPmh6cGwgoAK3JBQ.ZZXj7ipFs/yNWofBZ0Wsn19Acjd8NvO"], ["created_at", "2016-03-08 19:50:33.956611"], ["updated_at", "2016-03-08 19:50:33.956611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Enim explicabo sint laudantium cum laborum ipsum. Eveniet vitae eligendi."], ["summary", "Esse voluptatem asperiores. Quisquam ducimus sed ab. Ea maiores eaque ipsa."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.966330"], ["updated_at", "2016-03-08 19:50:33.966330"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sadie_waters@kuhnmueller.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sadie_waters@kuhnmueller.info"], ["name", "Bradford Goyette"], ["password_digest", "$2a$04$d0iEu0.9Nho2vsWJelsCh.2Kic3GYdoBD2.W4ugEufRnkq2Xglpd6"], ["created_at", "2016-03-08 19:50:33.976969"], ["updated_at", "2016-03-08 19:50:33.976969"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Earum eum doloribus qui. Quam et pariatur in laudantium fugiat quas et. Animi est aut modi. Quis fugit alias omnis debitis et."], ["summary", "Voluptatem praesentium non provident voluptatum libero. Magnam vel aut neque id aut autem id. Et fuga sit ea aspernatur."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.985536"], ["updated_at", "2016-03-08 19:50:33.985536"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sylvia@purdy.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sylvia@purdy.name"], ["name", "Ardella Hilll"], ["password_digest", "$2a$04$Cs5S7W06sl1PucudW0/LMu/3TLtqlD7Pw.Pe0rRE322DtSqSkk6He"], ["created_at", "2016-03-08 19:50:33.995558"], ["updated_at", "2016-03-08 19:50:33.995558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Sint nobis et et id. Aut ut et molestias qui deleniti."], ["summary", "Eius impedit numquam porro dolor."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.005300"], ["updated_at", "2016-03-08 19:50:34.005300"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brycen.predovic@roweleannon.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brycen.predovic@roweleannon.org"], ["name", "Brennon Mitchell DVM"], ["password_digest", "$2a$04$bK9rhmF.UpHPc8YxRuzkdOX6FcLkBH4YiYRsmQAd6xiq0SMRPU.Ge"], ["created_at", "2016-03-08 19:50:34.014316"], ["updated_at", "2016-03-08 19:50:34.014316"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Totam voluptatibus et et laudantium in saepe. Enim sunt deserunt distinctio harum iste et. Cum magnam cupiditate aut pariatur dolorem."], ["summary", "Dolores est eos enim tempora. At ut debitis. Qui consequatur eum quod quia ratione labore."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.024669"], ["updated_at", "2016-03-08 19:50:34.024669"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tina_langworth@macgyver.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tina_langworth@macgyver.io"], ["name", "Cristobal Schroeder"], ["password_digest", "$2a$04$YHJBMHzxTM..ZzE/pZTZquh.tIwSxT5GiBsiqFpcV1xaAE.L1UKx6"], ["created_at", "2016-03-08 19:50:34.034025"], ["updated_at", "2016-03-08 19:50:34.034025"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Necessitatibus repudiandae reiciendis tempora et ut. Facilis et sit omnis repellendus commodi quam."], ["summary", "Praesentium neque doloribus quia et ut. Provident sed consequuntur amet."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.042812"], ["updated_at", "2016-03-08 19:50:34.042812"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shad.lehner@beerupton.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shad.lehner@beerupton.biz"], ["name", "Kris Considine"], ["password_digest", "$2a$04$tqvOgxciq70dUJMosmzVIOlTjCa9kUVJdgeVaPK3dq0Zu2nDIfGuG"], ["created_at", "2016-03-08 19:50:34.051901"], ["updated_at", "2016-03-08 19:50:34.051901"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Hic deserunt voluptates. Asperiores accusantium cum ea sed in officia minus."], ["summary", "At et voluptatem ea. In dolorem qui sunt et et quia."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.061759"], ["updated_at", "2016-03-08 19:50:34.061759"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('luella@bauchwolff.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "luella@bauchwolff.name"], ["name", "Rowland Bernier"], ["password_digest", "$2a$04$2/ayB3v//KbiRk54jYrrgeEynpYOdCtb0.DSWt7gIx0IT6t5aHcAK"], ["created_at", "2016-03-08 19:50:34.071786"], ["updated_at", "2016-03-08 19:50:34.071786"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Non ut odio est ex. Ea provident debitis numquam est. Voluptas rerum ut illum quia fugit. Aut sed dignissimos eligendi iure doloremque earum."], ["summary", "In pariatur beatae et sit provident."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.081900"], ["updated_at", "2016-03-08 19:50:34.081900"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 1.1ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('serena@halvorson.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "serena@halvorson.org"], ["name", "Dion Mraz I"], ["password_digest", "$2a$04$WhLiuBbExRPtwSWZt7d8rOpxF2yMaFWBpOWo5FFsyDr80guX/4hkG"], ["created_at", "2016-03-08 19:50:34.107523"], ["updated_at", "2016-03-08 19:50:34.107523"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:34 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 2661ms (Views: 2660.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"serena@halvorson.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "serena@halvorson.org"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PAHaiuQ/r/8/.Hvr0QcGmOmhfRGKIOxt7EROSORD/bsc8QxZ5b3Ae"], ["updated_at", "2016-03-08 19:50:36.825298"], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.6ms) Completed 200 OK in 51ms (Views: 47.4ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('larry_treutel@hermankreiger.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "larry_treutel@hermankreiger.info"], ["name", "Orion Gleason"], ["password_digest", "$2a$04$tRifqfsbUMjF8GEM.DM4VeGpYjc4dR6kC4gG.fkN/yPe6jJeh2Lpi"], ["created_at", "2016-03-08 19:50:36.889827"], ["updated_at", "2016-03-08 19:50:36.889827"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Incidunt itaque minima laborum earum. Temporibus sint eveniet esse est et repellendus."], ["summary", "Quia veniam debitis cum."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-08 19:50:36.895943"], ["updated_at", "2016-03-08 19:50:36.895943"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.2ms) Completed 200 OK in 44ms (Views: 39.7ms | ActiveRecord: 2.8ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eldridge@gerlachdicki.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eldridge@gerlachdicki.name"], ["name", "Adrian Goldner"], ["password_digest", "$2a$04$ME6NCNDfwJ/cwxyVE/xTMez/StPbOQH8dEOHmXU/M1WhTvuy6V/qG"], ["created_at", "2016-03-08 19:50:36.963323"], ["updated_at", "2016-03-08 19:50:36.963323"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"eldridge@gerlachdicki.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "eldridge@gerlachdicki.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$oWJq0Ht2SSZUxIFtx7bUPOnXt79xK8LgzpKwazN5YtOXRgkNRLy1e"], ["updated_at", "2016-03-08 19:50:36.996149"], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.7ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 1.3ms)  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('daryl@barrows.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "daryl@barrows.io"], ["name", "Lucile Boehm"], ["password_digest", "$2a$04$Rsfm5xkLca4JFImg5kWtHu9ADDMDpJJA0s.kJcjcurTb8FDzbcfIe"], ["created_at", "2016-03-08 19:50:37.032679"], ["updated_at", "2016-03-08 19:50:37.032679"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Ad qui nam repellat doloremque. Exercitationem velit odit eum libero non nihil."], ["summary", "Dicta et soluta sit laboriosam ipsam distinctio. Qui ut eum consequatur est minima qui."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-08 19:50:37.037405"], ["updated_at", "2016-03-08 19:50:37.037405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karl@pfeffer.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "karl@pfeffer.net"], ["name", "Vita Macejkovic"], ["password_digest", "$2a$04$PpdYW/.CLbI5C36BKGZzM.AIm/vjK/Vbndb20mgwGzXzkwtndMJNK"], ["created_at", "2016-03-08 19:50:37.044493"], ["updated_at", "2016-03-08 19:50:37.044493"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Tempora est voluptas nemo et. Distinctio impedit nobis. Autem quia debitis illum nemo et et. Deserunt ut rerum sed non animi."], ["summary", "Maxime veniam impedit eveniet tempora dolores."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-08 19:50:37.049454"], ["updated_at", "2016-03-08 19:50:37.049454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tina@bernier.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tina@bernier.org"], ["name", "Selena Wuckert"], ["password_digest", "$2a$04$BTrSsqj6kkL/HCFw8639vOe9Vd/8ZV8Xhwg7Uc093bHsb6t4jh/G."], ["created_at", "2016-03-08 19:50:37.056407"], ["updated_at", "2016-03-08 19:50:37.056407"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Qui dignissimos officiis ut ex ut. Beatae magni non est et harum vel. Laudantium quam modi ea nulla soluta vitae. Unde sint omnis provident sint minima deleniti."], ["summary", "Dolores aut et aut nobis saepe quia. Asperiores consectetur eum quo sint."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-08 19:50:37.061116"], ["updated_at", "2016-03-08 19:50:37.061116"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dave@connellystamm.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dave@connellystamm.name"], ["name", "Rosalyn Goyette III"], ["password_digest", "$2a$04$MDCBg7/QHxwidelvvsRdoeh8/u7nOW5qHYp88ypwjr745Fzwosd3C"], ["created_at", "2016-03-08 19:50:37.069620"], ["updated_at", "2016-03-08 19:50:37.069620"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "A dolor nihil delectus dolorum assumenda esse nisi. Fuga voluptatem soluta ad. Omnis omnis et ea. Eaque aut voluptatem consequatur odio."], ["summary", "Aut voluptatibus deserunt commodi consectetur recusandae pariatur."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-08 19:50:37.074884"], ["updated_at", "2016-03-08 19:50:37.074884"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ian@hintz.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ian@hintz.io"], ["name", "Kacey Champlin"], ["password_digest", "$2a$04$TRLckqY2BflpIjxuFEHDEeaNdd4GNbpNi1LEKlnXO3Wk4gsCmOUeC"], ["created_at", "2016-03-08 19:50:37.081480"], ["updated_at", "2016-03-08 19:50:37.081480"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Ut rerum quis velit alias qui saepe. Praesentium voluptatem ut expedita dicta."], ["summary", "Ea est asperiores. Quas sequi ut."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-08 19:50:37.086685"], ["updated_at", "2016-03-08 19:50:37.086685"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nicholaus@mclaughlinbeer.co') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nicholaus@mclaughlinbeer.co"], ["name", "Jillian Hilpert DDS"], ["password_digest", "$2a$04$8McOdNGkxh.lLYD4KjzpteAwCYAmolFoyuj4v3SSiwEZiMwzNWF1W"], ["created_at", "2016-03-08 19:50:37.095694"], ["updated_at", "2016-03-08 19:50:37.095694"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Ut et enim. Officiis explicabo sit culpa perspiciatis similique autem."], ["summary", "Quidem saepe quaerat soluta placeat commodi. Veniam voluptatum doloremque et tenetur modi qui."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-08 19:50:37.101598"], ["updated_at", "2016-03-08 19:50:37.101598"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mable_green@quigley.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mable_green@quigley.net"], ["name", "Oda Parisian"], ["password_digest", "$2a$04$Svr.ZxDGtC6Mbzd6i2I0/O3sEpsCv/FmmfkkaCOfdl9mlz9wUhaXa"], ["created_at", "2016-03-08 19:50:37.108756"], ["updated_at", "2016-03-08 19:50:37.108756"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Commodi veritatis et sequi. Quam quis architecto reprehenderit. Et odio ea esse sit enim."], ["summary", "Non est minima praesentium aspernatur ab excepturi. Maxime in dolor est laboriosam voluptatem odit."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-08 19:50:37.114021"], ["updated_at", "2016-03-08 19:50:37.114021"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sim_kuphal@hoppe.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sim_kuphal@hoppe.co"], ["name", "Jammie Haag Jr."], ["password_digest", "$2a$04$rzEelhLUbgwTthc0wb5O6ufwY7RMKiQyQofkkhG0PMDurIwuEzdXS"], ["created_at", "2016-03-08 19:50:37.121055"], ["updated_at", "2016-03-08 19:50:37.121055"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Id unde excepturi voluptas. Veritatis quae voluptas. Nesciunt est nobis explicabo excepturi autem. Natus exercitationem consequatur consequuntur alias veniam."], ["summary", "Dicta nihil dolorum. Et non eum totam rerum adipisci facilis."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-08 19:50:37.126307"], ["updated_at", "2016-03-08 19:50:37.126307"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keyshawn@hagenes.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keyshawn@hagenes.co"], ["name", "Karelle Morissette I"], ["password_digest", "$2a$04$h1.DDCnfDXwhKUzT8grVYe9swUPedBjtxJyxqCF8g2hiOT7elOrjG"], ["created_at", "2016-03-08 19:50:37.133332"], ["updated_at", "2016-03-08 19:50:37.133332"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Sunt veniam sequi tempora sit enim laboriosam. Optio soluta vel aperiam. Tempore corporis labore et saepe."], ["summary", "Eos quidem eveniet consequatur at earum. Et nemo inventore non nobis quidem. Nisi ut aperiam id delectus."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-08 19:50:37.138745"], ["updated_at", "2016-03-08 19:50:37.138745"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sincere@wolfmoen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sincere@wolfmoen.net"], ["name", "Daija Price"], ["password_digest", "$2a$04$vkbnHbi0v2GvMH49HNxN9uaTYaOvCqAVSaqgrfpsVcXGnU7.geLnu"], ["created_at", "2016-03-08 19:50:37.146581"], ["updated_at", "2016-03-08 19:50:37.146581"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Maxime rerum hic alias. Aliquid ut voluptatem iusto."], ["summary", "Eveniet nisi voluptates velit debitis voluptatem vero recusandae. Voluptatem dolor non et."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-08 19:50:37.151458"], ["updated_at", "2016-03-08 19:50:37.151458"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruby@moore.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruby@moore.io"], ["name", "Imani Cummerata"], ["password_digest", "$2a$04$m18qf/TAuDmgpd5gi1kGqu1/bV3WSuvM6y/t6F82M8oTCpT0xePrS"], ["created_at", "2016-03-08 19:50:37.159479"], ["updated_at", "2016-03-08 19:50:37.159479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Reiciendis dicta voluptas. Officiis nulla voluptas quasi. Ut et deserunt dolores."], ["summary", "Quisquam ad alias sit aut asperiores. Debitis quas ut. Neque eum dicta aperiam ut qui."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-08 19:50:37.164494"], ["updated_at", "2016-03-08 19:50:37.164494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('margaret_bode@ward.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "margaret_bode@ward.com"], ["name", "Laney Howe"], ["password_digest", "$2a$04$b4CvqpaqUPaA9HzFDUVlQeBGVtb4sIwVZXaYCsT2iGF6L.dRdl/5a"], ["created_at", "2016-03-08 19:50:37.171731"], ["updated_at", "2016-03-08 19:50:37.171731"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Similique qui velit suscipit consequuntur magni. Voluptatem et rem voluptas sed mollitia provident. Similique quia quo fugiat qui. Incidunt ipsam praesentium fuga quasi esse ut."], ["summary", "Magnam nihil a corporis quo nostrum eum ducimus. Ut recusandae porro voluptas distinctio totam ut."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-08 19:50:37.177574"], ["updated_at", "2016-03-08 19:50:37.177574"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('else_ruecker@cruickshankbogan.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "else_ruecker@cruickshankbogan.net"], ["name", "Aimee Stamm"], ["password_digest", "$2a$04$Ewpp3PqGEsOgm86yC43M0eBT.8ubLRHgbcrwQ3mID0cut3iEtbLI."], ["created_at", "2016-03-08 19:50:37.184861"], ["updated_at", "2016-03-08 19:50:37.184861"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Molestiae et eum aperiam aliquam repellat ut ratione. Illo quia eum sed. Similique id quis ex et quia."], ["summary", "Suscipit reprehenderit ut modi. Facilis ipsum nam nobis dolorem soluta. Veniam officia nostrum corrupti consectetur expedita."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-08 19:50:37.189258"], ["updated_at", "2016-03-08 19:50:37.189258"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caesar.padberg@howe.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caesar.padberg@howe.com"], ["name", "Jeffry Hegmann"], ["password_digest", "$2a$04$DPYaeJSTNrJ0k6rBnXlWN.LjlBusVPpTpoqKn3sMchWMWJLKcjhrm"], ["created_at", "2016-03-08 19:50:37.196616"], ["updated_at", "2016-03-08 19:50:37.196616"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Quaerat ipsum voluptatem sequi labore expedita animi quas. Provident blanditiis ea dolor ullam repellendus rem aspernatur. Cum omnis neque minima incidunt unde error."], ["summary", "Explicabo ex ab tempore voluptas sit et. Et eaque ut quaerat."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-08 19:50:37.201359"], ["updated_at", "2016-03-08 19:50:37.201359"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mazie@jacobs.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mazie@jacobs.org"], ["name", "Dennis Schinner"], ["password_digest", "$2a$04$sovJupREnPGJ5jejxln5n.rN/cuTUzFB1j7jxId3KBLQRSJk1c862"], ["created_at", "2016-03-08 19:50:37.209020"], ["updated_at", "2016-03-08 19:50:37.209020"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Quasi nemo eaque hic aliquam alias similique. Tenetur optio omnis voluptatem aperiam quod et voluptas."], ["summary", "Nihil delectus vel velit qui cumque et. Qui quod earum aliquam libero. Fuga commodi dicta quia et."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-08 19:50:37.213530"], ["updated_at", "2016-03-08 19:50:37.213530"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carlotta@schuppeschmitt.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carlotta@schuppeschmitt.com"], ["name", "Luigi Hahn"], ["password_digest", "$2a$04$OFCum9SFo5FAscc1JrXWG.TEeKWM5jE/bGHhOeZZA6Cr40eKBimt."], ["created_at", "2016-03-08 19:50:37.221458"], ["updated_at", "2016-03-08 19:50:37.221458"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Dicta praesentium ut cum et quis illo perspiciatis. Explicabo quos sequi. Quasi dolor magni expedita. Sequi quia veniam debitis unde ea."], ["summary", "Dolorem velit voluptatum consequatur nam ipsum. Qui error delectus repudiandae aut voluptatibus quo veritatis."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-08 19:50:37.225653"], ["updated_at", "2016-03-08 19:50:37.225653"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mia.runte@emmerich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mia.runte@emmerich.co"], ["name", "Hildegard McGlynn"], ["password_digest", "$2a$04$LmIAyB2hpp/4yP2C9XJl.uri0o/Li3KDbVcw56G0cNJ3coslPqFFe"], ["created_at", "2016-03-08 19:50:37.232451"], ["updated_at", "2016-03-08 19:50:37.232451"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Fugiat dolores neque omnis tempora et. Cum unde mollitia rerum. Non et aperiam magnam et aut."], ["summary", "Ipsa sed sunt ut earum nostrum."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-08 19:50:37.236871"], ["updated_at", "2016-03-08 19:50:37.236871"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('george.okeefe@oreilly.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "george.okeefe@oreilly.info"], ["name", "Miss Antone Larkin"], ["password_digest", "$2a$04$Ydh9Fjh1hQo4Ihvx9BFIuepRsKRbddKsREowV1YOXo0p1DLOZ5Y86"], ["created_at", "2016-03-08 19:50:37.243526"], ["updated_at", "2016-03-08 19:50:37.243526"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Qui quaerat ab et ea et voluptas. Est numquam eaque totam nesciunt. Placeat eaque voluptatibus tempora. Numquam consectetur quidem reiciendis."], ["summary", "Omnis aspernatur non odit optio molestiae. Sed iusto fugit et et. Blanditiis non et vitae provident molestiae rerum."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-08 19:50:37.247816"], ["updated_at", "2016-03-08 19:50:37.247816"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresia@harris.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresia@harris.org"], ["name", "Ms. Waylon Funk"], ["password_digest", "$2a$04$Ut8P0bkZvVDLQ/5CTXwMQuwHj6WEyc/0ZcSuut0B8tzYQjn0..M6i"], ["created_at", "2016-03-08 19:50:37.255578"], ["updated_at", "2016-03-08 19:50:37.255578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Tenetur ea consectetur hic officiis perferendis. Eos ut et cumque nostrum illo consectetur. Doloribus reprehenderit est nam iste illum."], ["summary", "Modi cupiditate deleniti voluptas."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-08 19:50:37.260494"], ["updated_at", "2016-03-08 19:50:37.260494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myrtis.dietrich@vonbergstrom.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myrtis.dietrich@vonbergstrom.info"], ["name", "Nannie Monahan"], ["password_digest", "$2a$04$t.N7egEdryst7HTanZZj0OpO0pOuLv2cEoUfqNukjUDyoJI3ExLaq"], ["created_at", "2016-03-08 19:50:37.267875"], ["updated_at", "2016-03-08 19:50:37.267875"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Laudantium rerum sapiente culpa minus. Autem omnis expedita commodi excepturi a voluptatem quaerat. Id est numquam ut. Commodi velit hic non."], ["summary", "Eum quo et iusto et."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-08 19:50:37.272090"], ["updated_at", "2016-03-08 19:50:37.272090"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ephraim@larkin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ephraim@larkin.org"], ["name", "Carmela Turcotte"], ["password_digest", "$2a$04$3qDqg6HBnxYLpEAxXrrNteYF4y2ImDH.8RJs3WiaZgD0XziUvpcSG"], ["created_at", "2016-03-08 19:50:37.279084"], ["updated_at", "2016-03-08 19:50:37.279084"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Voluptatum commodi ipsam voluptas. Assumenda tempora dolor optio mollitia similique necessitatibus et. Omnis culpa quia non. Sit dolor suscipit aut quibusdam vel possimus."], ["summary", "Itaque aspernatur illo ea doloribus rerum quos eveniet. Qui facilis et natus. Nisi consectetur similique tenetur ab vero voluptatem."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-08 19:50:37.284106"], ["updated_at", "2016-03-08 19:50:37.284106"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('robert.kozey@muller.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "robert.kozey@muller.net"], ["name", "Emil Kohler"], ["password_digest", "$2a$04$AcMVp1fHy4f4KNmjJCriGeCTtRn23fNX2Nq4xgL8y1IVJo3WPJjoi"], ["created_at", "2016-03-08 19:50:37.292313"], ["updated_at", "2016-03-08 19:50:37.292313"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Dolorum voluptatem nostrum. Vel et nemo assumenda. Dolores rerum eveniet corporis accusamus recusandae eligendi. In quia aperiam."], ["summary", "Dicta expedita ex consequatur porro incidunt id."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-08 19:50:37.296726"], ["updated_at", "2016-03-08 19:50:37.296726"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bernardo@rempelullrich.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bernardo@rempelullrich.info"], ["name", "Jaime Monahan DVM"], ["password_digest", "$2a$04$ht.0dTfItT6ljH/WHn5.l.FfVzpCoWyOGpGsNZ.S8xidG23ICAvvy"], ["created_at", "2016-03-08 19:50:37.304343"], ["updated_at", "2016-03-08 19:50:37.304343"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Ea dolorem laboriosam error dolores odit. Modi omnis placeat quia. Incidunt nostrum blanditiis repellendus qui placeat qui."], ["summary", "Dolor quisquam unde nisi rem et. Illo distinctio officia dolor ea fugit consequatur delectus. Omnis et omnis soluta sunt et."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-08 19:50:37.308901"], ["updated_at", "2016-03-08 19:50:37.308901"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lupe@predovicwunsch.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lupe@predovicwunsch.com"], ["name", "Carter Becker"], ["password_digest", "$2a$04$.D1SHqRPegtojeXvKK749.ih49XCZpoMFqBeGVDx5VfADrKgVOheq"], ["created_at", "2016-03-08 19:50:37.315634"], ["updated_at", "2016-03-08 19:50:37.315634"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Enim illum cupiditate temporibus maiores. Incidunt earum rem. Illo atque incidunt qui quis dolorum similique rerum. Quasi esse sed modi."], ["summary", "Nemo cupiditate sit fuga dolorem est dolor. In ea tempore laudantium nihil vel. Nemo ut corporis ut commodi."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-08 19:50:37.320850"], ["updated_at", "2016-03-08 19:50:37.320850"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('matilda.kautzer@lind.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "matilda.kautzer@lind.net"], ["name", "Lelia Heathcote"], ["password_digest", "$2a$04$1XsM7A7HQlPX0KfFxGx7o.aRhBdgzb0Ismqp2I5kE6N1o6SF7ofz6"], ["created_at", "2016-03-08 19:50:37.327574"], ["updated_at", "2016-03-08 19:50:37.327574"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Voluptate inventore dicta. Reprehenderit explicabo est. Sit unde debitis perferendis. Perferendis error dolore et laboriosam eligendi."], ["summary", "Ut nulla dolorem. Assumenda adipisci sequi sed animi qui doloribus. Voluptatem culpa qui autem possimus velit natus."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-08 19:50:37.332733"], ["updated_at", "2016-03-08 19:50:37.332733"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madaline@tromp.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "madaline@tromp.org"], ["name", "Garnet Hammes DDS"], ["password_digest", "$2a$04$1WGL5Tpt3MGniJf8lfSbD.SGpMMfqOp4cU1RUufzIt1ACICi7CFe2"], ["created_at", "2016-03-08 19:50:37.340378"], ["updated_at", "2016-03-08 19:50:37.340378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Aliquid facere omnis. Voluptatum aut eos sit qui accusamus."], ["summary", "Ad esse quia dolor."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-08 19:50:37.345451"], ["updated_at", "2016-03-08 19:50:37.345451"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (229.0ms) Completed 200 OK in 249ms (Views: 223.8ms | ActiveRecord: 23.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.4ms) Completed 200 OK in 47ms (Views: 42.6ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('matilda_douglas@champlinjaskolski.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "matilda_douglas@champlinjaskolski.com"], ["name", "River Mann"], ["password_digest", "$2a$04$p6OFWG6MQw6bSq4b52jl8elL553G5ttD6h4UMPys6AToZUbEs.UHm"], ["created_at", "2016-03-08 19:50:37.676530"], ["updated_at", "2016-03-08 19:50:37.676530"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"matilda_douglas@champlinjaskolski.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "matilda_douglas@champlinjaskolski.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4v/fWhQWh/S7Ss8Rsz15J.53KaogKOMqnZNZaBQAgfnohoST4jcRi"], ["updated_at", "2016-03-08 19:50:37.714609"], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('travis@little.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "travis@little.info"], ["name", "Edmond Bosco"], ["password_digest", "$2a$04$4KuflRwrM.uzYa/JUFzf2O7C2JfvuTVWusgO75tp.00evy15csD7O"], ["created_at", "2016-03-08 19:50:37.753889"], ["updated_at", "2016-03-08 19:50:37.753889"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Cum consequuntur qui non. Beatae corporis quaerat voluptatibus eligendi rerum sapiente aut. Rem laborum perspiciatis laudantium qui voluptatem consequuntur voluptatibus."], ["summary", "Vel ut omnis illum aliquid dolores voluptatem."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-08 19:50:37.758768"], ["updated_at", "2016-03-08 19:50:37.758768"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('te@ruecker.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "te@ruecker.info"], ["name", "Austin Jacobson"], ["password_digest", "$2a$04$bDBV/IDe1tKxarxHTTbDRusm/q0ks2rz4faBj7TI6gCJux7/mLT32"], ["created_at", "2016-03-08 19:50:37.766321"], ["updated_at", "2016-03-08 19:50:37.766321"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Ea repudiandae voluptas aspernatur enim dolorum minima. Eaque inventore fugit magni. Perferendis voluptatem incidunt voluptate amet. Rerum quos architecto laborum ut voluptas occaecati."], ["summary", "Sint est nesciunt. Eligendi voluptas quia quod aperiam dolor excepturi."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-08 19:50:37.771617"], ["updated_at", "2016-03-08 19:50:37.771617"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janea_terry@wiegand.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janea_terry@wiegand.org"], ["name", "Gordon Erdman I"], ["password_digest", "$2a$04$wcquEC1h/BPhr/r2to/vzuuMeooFYPFNmPpizQNVmSsA5aNxqX/TG"], ["created_at", "2016-03-08 19:50:37.780186"], ["updated_at", "2016-03-08 19:50:37.780186"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Blanditiis ab maxime reprehenderit cumque occaecati. At praesentium quia expedita. Nihil assumenda nesciunt. Quae aut et quia consequatur voluptas animi."], ["summary", "Nobis sequi labore dolore."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-08 19:50:37.785230"], ["updated_at", "2016-03-08 19:50:37.785230"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcus.dubuque@altenwerthwiza.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcus.dubuque@altenwerthwiza.info"], ["name", "Everardo Boyer IV"], ["password_digest", "$2a$04$UL0naUxc4e7sUvOw6XR8gu1XjxHEIU4eM5A3KmEwtJf71o5IHtiuu"], ["created_at", "2016-03-08 19:50:37.794683"], ["updated_at", "2016-03-08 19:50:37.794683"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Qui dolore quisquam corporis rerum dolor quas tempore. Molestiae nemo commodi voluptas sed. Itaque neque occaecati quia est ea non et. Nemo est dolor quia."], ["summary", "Molestias laborum consequatur."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-08 19:50:37.799898"], ["updated_at", "2016-03-08 19:50:37.799898"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abelardo@sanford.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abelardo@sanford.co"], ["name", "Dr. Mertie Lebsack"], ["password_digest", "$2a$04$d3oK05uRSn0ljJ5Y2XsVk.GbByJ348Rt7fk66Py.LjQ7o6Hyuqezy"], ["created_at", "2016-03-08 19:50:37.808696"], ["updated_at", "2016-03-08 19:50:37.808696"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Consequatur est sunt ut. Explicabo deleniti qui harum tempore. Officiis suscipit est consectetur nihil modi veritatis dolorem."], ["summary", "Dicta minus eveniet iste quis debitis maiores alias. Quia reiciendis omnis et cupiditate quia. Sequi earum et corrupti quasi sit voluptas nisi."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-08 19:50:37.813648"], ["updated_at", "2016-03-08 19:50:37.813648"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('salvador_fahey@blick.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "salvador_fahey@blick.com"], ["name", "Geo Aufderhar PhD"], ["password_digest", "$2a$04$4BZ81k45uLnqbCiUT6Sgo.0Bh1mD8DaVx5BYOEEIzPE/ywLIRyNUi"], ["created_at", "2016-03-08 19:50:37.820718"], ["updated_at", "2016-03-08 19:50:37.820718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Dolor earum suscipit vitae expedita vel. Quis ducimus quos officia ut. Quaerat dolorem quia ad molestiae praesentium."], ["summary", "Est sapiente qui suscipit ullam velit sunt."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-08 19:50:37.825602"], ["updated_at", "2016-03-08 19:50:37.825602"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alexandrine.romaguera@heller.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alexandrine.romaguera@heller.io"], ["name", "Freda Crona"], ["password_digest", "$2a$04$dwW7JbI6k759t6APPzkY7u0Yxt07ZPWKmyveVSBShb0s//JaezoXW"], ["created_at", "2016-03-08 19:50:37.832738"], ["updated_at", "2016-03-08 19:50:37.832738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Natus similique omnis sed perferendis sed cupiditate consequatur. Mollitia explicabo ex iure sit dolorem autem. Et eius ut molestiae suscipit est delectus modi."], ["summary", "Atque eveniet dicta harum quaerat ipsum."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-08 19:50:37.837738"], ["updated_at", "2016-03-08 19:50:37.837738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcelle_conroy@balistreri.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcelle_conroy@balistreri.org"], ["name", "Belle Hansen"], ["password_digest", "$2a$04$DxIJ62cdUdZkz2hYDxr1eO/BiSEl1jyN8Uze8xo2dHNgQnnsQsy0."], ["created_at", "2016-03-08 19:50:37.845206"], ["updated_at", "2016-03-08 19:50:37.845206"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Qui omnis minus quis aut blanditiis. Esse rerum earum expedita vel. Nihil ipsa occaecati dolores reiciendis. Tempore dolore quia quaerat alias qui praesentium iste."], ["summary", "Sapiente labore est."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-08 19:50:37.849849"], ["updated_at", "2016-03-08 19:50:37.849849"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ona.dicki@bogisich.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ona.dicki@bogisich.io"], ["name", "Clovis Kuhic"], ["password_digest", "$2a$04$9crDPUTKh39Wxh.oa4r0K.biGJhVWcw8bAO2xtbl6XmcQ7vChfxEm"], ["created_at", "2016-03-08 19:50:37.856852"], ["updated_at", "2016-03-08 19:50:37.856852"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Occaecati incidunt ducimus ipsa. Corporis eius quae velit et ad laboriosam rerum."], ["summary", "Explicabo et optio aspernatur."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-08 19:50:37.861050"], ["updated_at", "2016-03-08 19:50:37.861050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amelia_hane@greenfelderwhite.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amelia_hane@greenfelderwhite.biz"], ["name", "Mrs. Oliver Kerluke"], ["password_digest", "$2a$04$RchBegU.i0m0stiMeKfwXOKUbdaHQkp1k9bxevfqsUQyPLXddQaJG"], ["created_at", "2016-03-08 19:50:37.867940"], ["updated_at", "2016-03-08 19:50:37.867940"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Dolorum fugiat eos quia ut ut. Reiciendis quos architecto omnis rerum saepe."], ["summary", "Sunt nihil rerum velit esse beatae laborum."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-08 19:50:37.872679"], ["updated_at", "2016-03-08 19:50:37.872679"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ephraim@simonis.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ephraim@simonis.biz"], ["name", "Brando Herman"], ["password_digest", "$2a$04$VdVCiQkQFff0sMN/Xa1APeWelGbyJvI.3k5ux0lW6Je9qNwohRIAy"], ["created_at", "2016-03-08 19:50:37.881174"], ["updated_at", "2016-03-08 19:50:37.881174"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "A nihil sequi voluptatum eaque. Nesciunt est qui id libero eos. Ratione cumque ipsam dolores voluptas labore corrupti. Consequuntur quaerat incidunt animi ab et cupiditate est."], ["summary", "Debitis non itaque. Aut sed corporis eaque illum sequi."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-08 19:50:37.887157"], ["updated_at", "2016-03-08 19:50:37.887157"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dolores.kub@gleichner.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dolores.kub@gleichner.co"], ["name", "Federico Nikolaus Sr."], ["password_digest", "$2a$04$f4qxs6QFK/t0N540gL1w/.h7wIhFcmzDcEbalhpMQEVyGBwjMuda2"], ["created_at", "2016-03-08 19:50:37.895676"], ["updated_at", "2016-03-08 19:50:37.895676"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Saepe commodi id vero illum officiis. Illo quisquam et deserunt. Inventore ea repellat dolores quia ut quaerat. Ipsum eum optio minima."], ["summary", "Dolore nostrum quia voluptas est. Voluptates qui et distinctio eveniet molestias."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-08 19:50:37.900084"], ["updated_at", "2016-03-08 19:50:37.900084"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christina@kris.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christina@kris.co"], ["name", "Ms. Rafael Bosco"], ["password_digest", "$2a$04$qBJEI9RueCBDjr7roDjfR.NODFQ2wpKU0Fse8J3iU0llf1EbQm30O"], ["created_at", "2016-03-08 19:50:37.907770"], ["updated_at", "2016-03-08 19:50:37.907770"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Deserunt numquam repudiandae sint molestiae. Quis iusto consequatur exercitationem explicabo voluptas. Consequatur veritatis maxime qui eum cum minus."], ["summary", "Natus harum dolorum sit repellendus aut voluptatem. Sapiente est rerum in id. Voluptas quidem maxime cumque."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-08 19:50:37.912694"], ["updated_at", "2016-03-08 19:50:37.912694"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reagan@wuckert.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reagan@wuckert.co"], ["name", "Frederic Koelpin IV"], ["password_digest", "$2a$04$xWSU1o84SiBcuImHWsaclO2r/G4ASjChBBkwlr9cmXt9/lTYa4.gW"], ["created_at", "2016-03-08 19:50:37.920707"], ["updated_at", "2016-03-08 19:50:37.920707"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Distinctio nulla aperiam. Odit id tempora laudantium quisquam."], ["summary", "Cum id corrupti voluptatum. Dolores fugit eum at quo qui pariatur. Asperiores optio aut natus quibusdam ea aut."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-08 19:50:37.926128"], ["updated_at", "2016-03-08 19:50:37.926128"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gudrun@miller.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gudrun@miller.name"], ["name", "Maida Stamm II"], ["password_digest", "$2a$04$m8kwNWJ/Z5jiVNPQq29Z3O4APPuAHEc2k6a0YyldC9K5K7rR4I8Ni"], ["created_at", "2016-03-08 19:50:37.933801"], ["updated_at", "2016-03-08 19:50:37.933801"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Maiores incidunt deserunt a veniam sunt. Maxime optio et quae."], ["summary", "Sed blanditiis iure. Et nihil officia sapiente ab nesciunt."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-08 19:50:37.938342"], ["updated_at", "2016-03-08 19:50:37.938342"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ofelia_kilback@parker.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ofelia_kilback@parker.biz"], ["name", "Aaliyah Wyman"], ["password_digest", "$2a$04$7bzLrzzQM4RraWibwxRLN.X3RIuxScTml0tuo5Vme8PdQqIRFWfCW"], ["created_at", "2016-03-08 19:50:37.945159"], ["updated_at", "2016-03-08 19:50:37.945159"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Culpa in voluptas. Ut ullam perferendis debitis quidem."], ["summary", "Et voluptatem doloremque facilis nulla fugit dolor."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-08 19:50:37.950045"], ["updated_at", "2016-03-08 19:50:37.950045"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kallie@runolfon.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kallie@runolfon.net"], ["name", "Freeman Koepp"], ["password_digest", "$2a$04$TACTg2K3XQybuBRZHl7J1.JV5eng1WB7LCQV.IXG2pc2HIBgMOury"], ["created_at", "2016-03-08 19:50:37.956579"], ["updated_at", "2016-03-08 19:50:37.956579"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Est consequuntur sint quasi quis. Ea ab tempora sit asperiores doloremque sed."], ["summary", "Amet nihil libero aut. Ut qui odio. Voluptates nemo veritatis sapiente non consequatur minima."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-08 19:50:37.962127"], ["updated_at", "2016-03-08 19:50:37.962127"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dianna@eichmannbauch.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dianna@eichmannbauch.name"], ["name", "Mariah Heaney"], ["password_digest", "$2a$04$ODSbqPYR1Q4uoA0QuuRmiu9oY1ffwcXrxVMp77ar0lHbbjzn9tGs2"], ["created_at", "2016-03-08 19:50:37.969352"], ["updated_at", "2016-03-08 19:50:37.969352"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Laudantium dolor consequatur cumque. Et voluptatibus dolore. Inventore voluptas nostrum et. Nesciunt enim dolores et."], ["summary", "Fugit minus enim ea. Qui et reprehenderit. Est ut impedit laboriosam totam quis."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-08 19:50:37.974456"], ["updated_at", "2016-03-08 19:50:37.974456"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcelina_dubuque@lynchjakubowski.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcelina_dubuque@lynchjakubowski.name"], ["name", "Dr. Francisco Hahn"], ["password_digest", "$2a$04$tKWqw2i5vGcpiQmQzNtJu.JfVz/i7EoE4g3mbbJNEc3SmayU7c2CS"], ["created_at", "2016-03-08 19:50:37.981770"], ["updated_at", "2016-03-08 19:50:37.981770"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Nesciunt perspiciatis fuga dolore quaerat dolores nobis. Debitis labore at cupiditate. Odit harum eum."], ["summary", "Quibusdam iure qui incidunt et et vel suscipit. Dolorum ab unde esse quia sit. Laboriosam distinctio sed nihil dolor."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-08 19:50:37.987182"], ["updated_at", "2016-03-08 19:50:37.987182"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('justine_nolan@cartershields.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "justine_nolan@cartershields.info"], ["name", "Sid Hills"], ["password_digest", "$2a$04$/i.Dshkk3XKIcxg3ScGNIenIzkyO3uUrYwdcjpAwROmVdFISe1ZpK"], ["created_at", "2016-03-08 19:50:37.994969"], ["updated_at", "2016-03-08 19:50:37.994969"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Sunt atque in eum exercitationem sint impedit. Nisi est et. In perferendis atque ipsam et consequatur. Qui sint eos perferendis neque itaque quis."], ["summary", "Molestiae ea quia corporis laboriosam voluptatum et. Cumque tempore expedita qui cupiditate non aliquam commodi. Tenetur vel et impedit rerum."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-08 19:50:38.000430"], ["updated_at", "2016-03-08 19:50:38.000430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darren@balistreri.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darren@balistreri.net"], ["name", "Ms. Willow Rau"], ["password_digest", "$2a$04$lV8qnl7WYcwtQrUJQ2iyyettsbi0N0uTks3v94BM.pyAdA8seHRDC"], ["created_at", "2016-03-08 19:50:38.009079"], ["updated_at", "2016-03-08 19:50:38.009079"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Excepturi sint illo repudiandae aperiam quo fugit dolorem. Libero occaecati sint sunt quis. Nesciunt aut quis. Molestiae non numquam consequatur dolor libero."], ["summary", "Eos vel voluptatem hic. Ex quasi aut et et aut. Quas est hic sed sunt et molestias."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-08 19:50:38.013312"], ["updated_at", "2016-03-08 19:50:38.013312"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rodolfo.barton@stracke.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rodolfo.barton@stracke.info"], ["name", "Burley Murazik IV"], ["password_digest", "$2a$04$foDJX7Sv8vKw7GhGHvzqWeejDw4s4445eUpz0HGabGMlLogg3HS0y"], ["created_at", "2016-03-08 19:50:38.021183"], ["updated_at", "2016-03-08 19:50:38.021183"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Unde ipsa sit odio ipsum et et est. Quam eum est aut. Impedit minus officia quis ea a facere aut."], ["summary", "Praesentium vero alias nihil iure. Odit dolorem magni et repudiandae non."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-08 19:50:38.025921"], ["updated_at", "2016-03-08 19:50:38.025921"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('guillermo@welchbeer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "guillermo@welchbeer.biz"], ["name", "Pattie Turcotte II"], ["password_digest", "$2a$04$QCUMls/D2d4/sRAbq/OvLeoBhmOe43DlT0WLT8XCezo5jvv0UY4gq"], ["created_at", "2016-03-08 19:50:38.033434"], ["updated_at", "2016-03-08 19:50:38.033434"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Earum quisquam illum recusandae porro. Tempora quae voluptatem quis. Odit et soluta adipisci tempora ea sint. Quod eos voluptatem temporibus."], ["summary", "Cum quo laboriosam aut provident porro deserunt ut. Reiciendis et est et. Illum qui voluptas hic eveniet error omnis illo."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-08 19:50:38.038261"], ["updated_at", "2016-03-08 19:50:38.038261"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lesley@corwin.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lesley@corwin.com"], ["name", "Marcos Hirthe"], ["password_digest", "$2a$04$Kn8E9F1gkR1PLWHtkUF3xOCV02/gVchTdzYH7LWVSEkQh1a4yn7gm"], ["created_at", "2016-03-08 19:50:38.045599"], ["updated_at", "2016-03-08 19:50:38.045599"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Et aliquam quis. Qui velit id atque quam assumenda."], ["summary", "Dolores placeat odit eaque tenetur. Perspiciatis qui et."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-08 19:50:38.050038"], ["updated_at", "2016-03-08 19:50:38.050038"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('francesco.paucek@jones.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "francesco.paucek@jones.co"], ["name", "Dr. Althea Halvorson"], ["password_digest", "$2a$04$11CRvWjkrdPsJCz7qzS8J.pb0uKrur.lugEUR.KtuSBjpf778B95O"], ["created_at", "2016-03-08 19:50:38.057202"], ["updated_at", "2016-03-08 19:50:38.057202"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Voluptatem deserunt sapiente vero. Eos voluptatem ducimus illo. Error explicabo rerum quibusdam eveniet eos vel."], ["summary", "Saepe aut sed amet a aperiam labore."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-08 19:50:38.061598"], ["updated_at", "2016-03-08 19:50:38.061598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mireille_frami@miller.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mireille_frami@miller.name"], ["name", "Mr. Jeramie Deckow"], ["password_digest", "$2a$04$UZdK6Jqr2ftR/C14pIzg.e3VgqXKijNVyIk3dA3s3.9Zt/ORU4zei"], ["created_at", "2016-03-08 19:50:38.068772"], ["updated_at", "2016-03-08 19:50:38.068772"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Ut quisquam minus et iusto fugit soluta. Et qui nostrum unde quia."], ["summary", "Cum corporis aut et. Est delectus doloribus et modi."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-08 19:50:38.072860"], ["updated_at", "2016-03-08 19:50:38.072860"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (195.1ms) Completed 200 OK in 215ms (Views: 192.1ms | ActiveRecord: 21.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (32.7ms) Completed 200 OK in 54ms (Views: 50.0ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aubree.white@yost.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aubree.white@yost.com"], ["name", "Andrew"], ["password_digest", "$2a$04$RhcWc9r7Y3kCoM5zNBtxwOQbHJl5TF0QZi5lpMqioNhoJ.Xe8dQYi"], ["created_at", "2016-03-08 19:50:38.373631"], ["updated_at", "2016-03-08 19:50:38.373631"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.0ms) Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aubree.white@yost.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "aubree.white@yost.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MK.8GA9U8Hxdl.FI54mOHuT9lWBvShPErgB8TQlgMQjiGbBBVP1Ei"], ["updated_at", "2016-03-08 19:50:38.409677"], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.4ms) Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delia@predovic.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delia@predovic.co"], ["name", "Josh"], ["password_digest", "$2a$04$b97CKWRVa93tm49rig4.KuhZFtbIAHWKUi9IQK0Vx8epB1n9Ri/py"], ["created_at", "2016-03-08 19:50:38.447414"], ["updated_at", "2016-03-08 19:50:38.447414"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maureen@pollich.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maureen@pollich.net"], ["name", "Cordelia Fisher"], ["password_digest", "$2a$04$SvYn3hOGgVoUYEJ7Z.5DEe04.9OXfftjxrbWAcbc/vVd4Ys..QyCe"], ["created_at", "2016-03-08 19:50:38.453473"], ["updated_at", "2016-03-08 19:50:38.453473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Eius non quam nesciunt. Nihil ullam optio nostrum laboriosam. Error id autem minima ipsum et."], ["summary", "Libero aut delectus ad ut. Nihil quod ullam labore."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-08 19:50:38.458813"], ["updated_at", "2016-03-08 19:50:38.458813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 19:50:38.464800"], ["updated_at", "2016-03-08 19:50:38.464800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_error_handler.html.haml (2.3ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (23.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (33.5ms) Completed 200 OK in 52ms (Views: 47.9ms | ActiveRecord: 2.5ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:38.558008"], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.1ms) Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adrian@littletrantow.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adrian@littletrantow.co"], ["name", "Andrew"], ["password_digest", "$2a$04$RUAyQ3xZGp5yNn4VJVxsHuiU592c05mh3Vm8YJJAP2hJ6HTKzYLLe"], ["created_at", "2016-03-08 19:50:38.613680"], ["updated_at", "2016-03-08 19:50:38.613680"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"adrian@littletrantow.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "adrian@littletrantow.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$SOFnYiaiXWiafnZRQO8aLuoROt8aNti7.1El5iAoVYMHoj0n/th0m"], ["updated_at", "2016-03-08 19:50:38.648942"], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 30ms (Views: 26.0ms | ActiveRecord: 2.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('odell@weinatkoch.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "odell@weinatkoch.io"], ["name", "Josh"], ["password_digest", "$2a$04$WX9hGfUiZKbe0JqsVy9xnu2f2sKrwSCVxMbY4/u/75VnASzv9Ao9a"], ["created_at", "2016-03-08 19:50:38.691622"], ["updated_at", "2016-03-08 19:50:38.691622"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 19:50:38.698058"], ["updated_at", "2016-03-08 19:50:38.698058"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 30ms (Views: 27.2ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:38.764582"], ["updated_at", "2016-03-08 19:50:38.764582"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.7ms) Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('monroe@heidenreichcrona.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "monroe@heidenreichcrona.org"], ["name", "Bernardo Considine"], ["password_digest", "$2a$04$mumSGhq6qJGH371e5S5Fbej24dGU7mTUpd/g1AXMO/fLXeXTtNh6m"], ["created_at", "2016-03-08 19:50:38.822463"], ["updated_at", "2016-03-08 19:50:38.822463"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"monroe@heidenreichcrona.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "monroe@heidenreichcrona.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$G7NmsZno9Fe43IgROPVNrevGVT2sjy5/HDAMz/VKU9l5QT0LnQBOi"], ["updated_at", "2016-03-08 19:50:38.855120"], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.0ms) Completed 200 OK in 30ms (Views: 26.5ms | ActiveRecord: 1.8ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (7.1ms) Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_error_handler.html.haml (2.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.9ms) Completed 200 OK in 35ms (Views: 26.7ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.3ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$DKh.KhQW1JR79YvCbZ9B/eyMYUJUqj5YupDZQLQUT9NdMFEBYlOH2"], ["created_at", "2016-03-08 19:50:39.057851"], ["updated_at", "2016-03-08 19:50:39.057851"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$bAcZ1stNxQsORzhlH2R93u8ASADBzb/Hligxwn/WfbdbJPC4istOO"], ["updated_at", "2016-03-08 19:50:39.092502"], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.6ms) Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$W5SKYhf9RFbe/VUjG1OtteftjlBZU7AqZ3wtkN/vf99q9JfXyE3hS"], ["created_at", "2016-03-08 19:50:39.143212"], ["updated_at", "2016-03-08 19:50:39.143212"]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.8ms) Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$slR/JF.wQfjYcKs3f8N0Yeyp8v9Eh7Pjb9dDOj/3NMXVhG7ZbscWK"], ["updated_at", "2016-03-08 19:50:44.827003"], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:53452/admin/posts Completed 302 Found in 17ms (ActiveRecord: 3.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 37ms (Views: 31.4ms | ActiveRecord: 2.7ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-08 14:50:45 -0500 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:53452/ Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:45 -0500 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.4ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.8ms) Started GET "/assets/exposition/application-684ba247d94ae62c1fd73ca307df6d8a306449d312dc0548a50b493d278e1515.css" for 127.0.0.1 at 2016-03-08 14:50:45 -0500 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-08 14:50:45 -0500 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.6ms) Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)  (0.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (16.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('junius@fay.com') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "junius@fay.com"], ["name", "Ms. Christop Pfeffer"], ["password_digest", "$2a$04$Ul2ILPWRkH/NN6ECbPbfk.jvOgzim2KuxiXGApV2cZps4Dj1RGfdW"], ["created_at", "2016-03-08 19:50:48.921990"], ["updated_at", "2016-03-08 19:50:48.921990"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:48 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"junius@fay.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "junius@fay.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WhQgeAPvMrHgLwQvG0F/6uxR/PGBGMhiK7GhMj34IOFsWH0XUwAcC"], ["updated_at", "2016-03-08 19:50:48.972571"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:48 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 42ms (Views: 37.1ms | ActiveRecord: 2.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-08 19:50:49.031543"], ["updated_at", "2016-03-08 19:50:49.031543"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 42ms (Views: 38.6ms | ActiveRecord: 1.6ms)  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karli@sporer.net') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "karli@sporer.net"], ["name", "Cielo Leannon"], ["password_digest", "$2a$04$GxSqyrZSyxps3eZmoZVdI.08TMn1GJRqNLZpjmUm5GflULVgMFYHu"], ["created_at", "2016-03-08 19:50:49.108097"], ["updated_at", "2016-03-08 19:50:49.108097"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"karli@sporer.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "karli@sporer.net"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WuUe8rjVveHCsQntGrnHIOqzJP3Cx8zjKB2GMZJjM.0tCjjKFu/yO"], ["updated_at", "2016-03-08 19:50:49.171238"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.6ms) Completed 200 OK in 38ms (Views: 33.8ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-08 19:50:49.227450"], ["updated_at", "2016-03-08 19:50:49.227450"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-08 19:50:49.235458"], ["updated_at", "2016-03-08 19:50:49.235458"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-08 19:50:49.242494"], ["updated_at", "2016-03-08 19:50:49.242494"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-08 19:50:49.249173"], ["updated_at", "2016-03-08 19:50:49.249173"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-08 19:50:49.255910"], ["updated_at", "2016-03-08 19:50:49.255910"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-08 19:50:49.265915"], ["updated_at", "2016-03-08 19:50:49.265915"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-08 19:50:49.274412"], ["updated_at", "2016-03-08 19:50:49.274412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-08 19:50:49.281414"], ["updated_at", "2016-03-08 19:50:49.281414"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-08 19:50:49.289287"], ["updated_at", "2016-03-08 19:50:49.289287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-08 19:50:49.296739"], ["updated_at", "2016-03-08 19:50:49.296739"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-08 19:50:49.303511"], ["updated_at", "2016-03-08 19:50:49.303511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-08 19:50:49.310299"], ["updated_at", "2016-03-08 19:50:49.310299"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-08 19:50:49.317556"], ["updated_at", "2016-03-08 19:50:49.317556"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-08 19:50:49.324954"], ["updated_at", "2016-03-08 19:50:49.324954"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-08 19:50:49.331609"], ["updated_at", "2016-03-08 19:50:49.331609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-08 19:50:49.338944"], ["updated_at", "2016-03-08 19:50:49.338944"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-08 19:50:49.346355"], ["updated_at", "2016-03-08 19:50:49.346355"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-08 19:50:49.353108"], ["updated_at", "2016-03-08 19:50:49.353108"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-08 19:50:49.359359"], ["updated_at", "2016-03-08 19:50:49.359359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-08 19:50:49.366857"], ["updated_at", "2016-03-08 19:50:49.366857"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-08 19:50:49.373780"], ["updated_at", "2016-03-08 19:50:49.373780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-08 19:50:49.380539"], ["updated_at", "2016-03-08 19:50:49.380539"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-08 19:50:49.388429"], ["updated_at", "2016-03-08 19:50:49.388429"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (1.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-08 19:50:49.395823"], ["updated_at", "2016-03-08 19:50:49.395823"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-08 19:50:49.406799"], ["updated_at", "2016-03-08 19:50:49.406799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-08 19:50:49.414255"], ["updated_at", "2016-03-08 19:50:49.414255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (33.2ms) Completed 200 OK in 71ms (Views: 67.0ms | ActiveRecord: 1.8ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('isabella@mcclure.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "isabella@mcclure.org"], ["name", "Arnoldo Kessler PhD"], ["password_digest", "$2a$04$dnz8tFTIaAxEKOfRML0HPeQENBRPqIg85Q24nWUZ5OjRdRw0lWlS6"], ["created_at", "2016-03-08 19:50:49.571047"], ["updated_at", "2016-03-08 19:50:49.571047"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"isabella@mcclure.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "isabella@mcclure.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$i0AMETu6wPgbZgL0KInzgeqA/ZLTm9CREzvNROauJi10/0hEcf.t6"], ["updated_at", "2016-03-08 19:50:49.618969"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.0ms) Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 1.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/_error_handler.html.haml (2.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 37ms (Views: 34.6ms | ActiveRecord: 0.5ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 19:50:49.740813"], ["updated_at", "2016-03-08 19:50:49.740813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 21ms (ActiveRecord: 2.7ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 30ms (Views: 27.0ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fermin@haneboyle.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fermin@haneboyle.net"], ["name", "Adalberto Prohaska"], ["password_digest", "$2a$04$O3oTmainwmAHsbopyeA/f.apNelMNtY7N2zc6QFpqCtB0bqIwtczu"], ["created_at", "2016-03-08 19:50:49.801707"], ["updated_at", "2016-03-08 19:50:49.801707"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.7ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"fermin@haneboyle.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "fermin@haneboyle.net"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$HYRpmLwElGcPcJ4Ivvt6juNjHl.C1xCMmMGe04CpIOErtdaSxYGxW"], ["updated_at", "2016-03-08 19:50:49.844947"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 35ms (Views: 30.6ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-08 19:50:49.893596"], ["updated_at", "2016-03-08 19:50:49.893596"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (5.1ms) Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 1.0ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-03-08 19:50:49.963400"], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kathleen@denesik.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kathleen@denesik.co"], ["name", "Mr. Curt Beahan"], ["password_digest", "$2a$04$JJ6MRifJxV3FRBHPMK5sluPr6k3sweF.eiKeBSc724Lj0fpTaTBca"], ["created_at", "2016-03-08 19:50:50.021641"], ["updated_at", "2016-03-08 19:50:50.021641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kathleen@denesik.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "kathleen@denesik.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZTLS/wQJsstx67GZdxVUw.F9lE00pVLWcWvJaeZknxT40oicI/8xS"], ["updated_at", "2016-03-08 19:50:50.068616"], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-08 19:50:50.121123"], ["updated_at", "2016-03-08 19:50:50.121123"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 1.6ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shania@hoppemills.com') LIMIT 1 SQL (1.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shania@hoppemills.com"], ["name", "Coralie Boyle"], ["password_digest", "$2a$04$zDdOlZ.ubJdwkp.U9FPkVePWvB10AIRKmLo5fdmp7oV6I2EzdDk36"], ["created_at", "2016-03-08 19:50:50.232372"], ["updated_at", "2016-03-08 19:50:50.232372"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Occaecati itaque qui. Perspiciatis voluptatem qui beatae doloribus repellat nihil. Laborum facere aliquam. Voluptatem ipsam tenetur voluptas ut libero."], ["summary", "Culpa qui dolores."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.242018"], ["updated_at", "2016-03-08 19:50:50.242018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('remington@boyer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "remington@boyer.biz"], ["name", "Jesse Lebsack IV"], ["password_digest", "$2a$04$PWXeqRLHsAZfCphUyLqcJOaU2VIoQ4R7Vio8PF7qiUy2QpuM.3MMC"], ["created_at", "2016-03-08 19:50:50.251735"], ["updated_at", "2016-03-08 19:50:50.251735"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Delectus praesentium sint enim atque. Excepturi et velit eos qui. Expedita laboriosam numquam natus aut atque. Unde nemo et."], ["summary", "Assumenda corporis possimus. Ipsam officia quasi. Dignissimos dolorum nemo nulla in repellat."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-08 19:50:50.257618"], ["updated_at", "2016-03-08 19:50:50.257618"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (15.2ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (24.1ms) Completed 200 OK in 27ms (Views: 23.8ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.7ms) Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hector.connelly@gaylord.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hector.connelly@gaylord.org"], ["name", "Mose Shanahan II"], ["password_digest", "$2a$04$CkJwgEAKrn/iC4I/CsTqt.dM9FAcafpepanH1MUQLW/CwPbmcnFIC"], ["created_at", "2016-03-08 19:50:50.319999"], ["updated_at", "2016-03-08 19:50:50.319999"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Sit accusantium quisquam nostrum error. Ut repellat alias. Eos voluptatem sunt similique illo sed."], ["summary", "Quisquam quia magni placeat et. Enim ea dolores quis ab occaecati. Magnam recusandae ipsa quod repudiandae."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.326365"], ["updated_at", "2016-03-08 19:50:50.326365"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaycee@schiller.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaycee@schiller.info"], ["name", "Ayden Huel"], ["password_digest", "$2a$04$xQXKVq7nBMJk9nFvLrUxBuQQPYXKcVBLL2FwxS0msx0IpDo2ZOT1."], ["created_at", "2016-03-08 19:50:50.336095"], ["updated_at", "2016-03-08 19:50:50.336095"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Consequatur cupiditate error et corporis earum. Pariatur illum sapiente minus reprehenderit. Ad et qui quos fugit."], ["summary", "Harum ipsa tempora numquam voluptatem id et."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.342615"], ["updated_at", "2016-03-08 19:50:50.342615"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bud.goodwin@rau.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bud.goodwin@rau.name"], ["name", "Korey Becker"], ["password_digest", "$2a$04$AnRdnI3u6VIdxubBszrkDu1IJgSTljKODzpDB5GFB6k9oBk6m1EWC"], ["created_at", "2016-03-08 19:50:50.351915"], ["updated_at", "2016-03-08 19:50:50.351915"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Voluptatem voluptatibus magni quo alias. Corrupti adipisci dolores repellendus nesciunt incidunt ullam sunt. Ea pariatur aliquam quaerat quis."], ["summary", "Ad quia omnis non. Rerum rem quasi sint."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.357696"], ["updated_at", "2016-03-08 19:50:50.357696"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('candice.jacobs@tromp.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "candice.jacobs@tromp.info"], ["name", "Flavio Larkin"], ["password_digest", "$2a$04$Yl1oak/t893xelyioXMjsuEsAgYtpDjPmJ.Enkk06RrZDoqD6B5yO"], ["created_at", "2016-03-08 19:50:50.365370"], ["updated_at", "2016-03-08 19:50:50.365370"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Asperiores nulla quia ratione quia ab itaque. Quia autem modi. Explicabo sit aut at odit deserunt quod."], ["summary", "Molestias aperiam incidunt."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.372026"], ["updated_at", "2016-03-08 19:50:50.372026"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bethany@harber.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bethany@harber.name"], ["name", "Grady Bartell"], ["password_digest", "$2a$04$wYAG4RLcMQtBNJ5luAO2oeB8D0xBBPLIDDX0S8R8ON0DcNJvbfKRW"], ["created_at", "2016-03-08 19:50:50.381590"], ["updated_at", "2016-03-08 19:50:50.381590"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Minima laudantium enim officiis commodi. Autem omnis natus labore aliquid. Illo accusantium et labore aliquam alias nemo."], ["summary", "Aspernatur esse facilis harum culpa alias."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.387547"], ["updated_at", "2016-03-08 19:50:50.387547"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('megane_miller@williamsonrunolfsdottir.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "megane_miller@williamsonrunolfsdottir.biz"], ["name", "Hazle Gibson"], ["password_digest", "$2a$04$55R.r0xbXlq2wsRYeZhAX.oOObQ0F/dqEugOqrUUEHIbf.QaM7B2m"], ["created_at", "2016-03-08 19:50:50.396365"], ["updated_at", "2016-03-08 19:50:50.396365"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Dolorum quasi accusamus. Amet eaque nostrum ipsa molestiae ratione. Voluptate illum asperiores odio et neque facere. Atque ipsum et."], ["summary", "Dolores qui ipsam. Quaerat libero optio et fuga in."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.402909"], ["updated_at", "2016-03-08 19:50:50.402909"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lenora@stammrolfson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lenora@stammrolfson.net"], ["name", "Mavis Mayert"], ["password_digest", "$2a$04$X3uq8Bk.f3GxKUW4/ATHIOHhWXDYGuenVl.witx2J/cFyJ5ISYxI6"], ["created_at", "2016-03-08 19:50:50.413394"], ["updated_at", "2016-03-08 19:50:50.413394"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Ut officiis voluptatibus cumque. Nostrum ea aspernatur aut ut quidem optio. Voluptatem porro nihil ut illum excepturi velit. Ut animi cum."], ["summary", "Deleniti odit et. Repellat quos rem sit ipsum blanditiis. Officiis sit aspernatur."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.419543"], ["updated_at", "2016-03-08 19:50:50.419543"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fernando.okeefe@bartolettimarvin.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fernando.okeefe@bartolettimarvin.org"], ["name", "Kaley Hayes"], ["password_digest", "$2a$04$cH2H1FgzrIqeN7e/1cNUMuGwU1rK6UXOpFxZKcrf76MLPYiNYYsvy"], ["created_at", "2016-03-08 19:50:50.427785"], ["updated_at", "2016-03-08 19:50:50.427785"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Soluta vel qui. Nihil aut minima et accusantium odio autem."], ["summary", "Facere ducimus provident praesentium qui asperiores reprehenderit."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.433986"], ["updated_at", "2016-03-08 19:50:50.433986"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaleb@runolfsdottir.info') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaleb@runolfsdottir.info"], ["name", "Lavada Dibbert"], ["password_digest", "$2a$04$1OE1.kGFvy8cQHlp4Mp3VuKHvGf4YRP/rY3PcBCWUoZCtdcfYr91K"], ["created_at", "2016-03-08 19:50:50.442151"], ["updated_at", "2016-03-08 19:50:50.442151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Facilis praesentium assumenda nemo esse dolores consequuntur. At consequatur rerum enim similique pariatur. Ea ex eius voluptatem. Ratione maiores accusantium."], ["summary", "Incidunt vitae quo. Quidem dolorem neque impedit."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.447887"], ["updated_at", "2016-03-08 19:50:50.447887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shana.considine@jastjacobson.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shana.considine@jastjacobson.com"], ["name", "Antwan White"], ["password_digest", "$2a$04$4NyvNDro4T18N7sTZaZgr.6sQz0t2QyR86CbvykPJCmf/z6RQe/ha"], ["created_at", "2016-03-08 19:50:50.456517"], ["updated_at", "2016-03-08 19:50:50.456517"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "In modi iure eum error nostrum sed. Cumque earum quo eum. Vitae quia beatae. Qui libero voluptatem aperiam voluptatum necessitatibus."], ["summary", "Praesentium id consectetur laboriosam repudiandae et. Enim culpa nemo expedita ducimus impedit suscipit quo. Omnis nisi omnis."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.463210"], ["updated_at", "2016-03-08 19:50:50.463210"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adalberto_bradtke@wintheiserraynor.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adalberto_bradtke@wintheiserraynor.io"], ["name", "Fae Bechtelar"], ["password_digest", "$2a$04$DTmfqGu.uHdmDGlqd.3WPuWn361yDOka34Gg.NLcq5Z9jFlMoX65y"], ["created_at", "2016-03-08 19:50:50.472455"], ["updated_at", "2016-03-08 19:50:50.472455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Exercitationem voluptatibus nobis. Et facere aspernatur pariatur aut animi eius. Iusto earum corporis velit nisi eos odio."], ["summary", "Quia ut facilis cupiditate possimus nostrum. Vel rerum non. Reiciendis non aut harum dolores et."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.478654"], ["updated_at", "2016-03-08 19:50:50.478654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (33.2ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (42.4ms) Completed 200 OK in 46ms (Views: 38.7ms | ActiveRecord: 6.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (6.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (16.3ms) Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ellis@strosin.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ellis@strosin.net"], ["name", "Berry Barrows"], ["password_digest", "$2a$04$RjzdQ9QY99dkrur3UCHupeLj.9MEB6MyQS4R6dq3eBG5T2h0Nqjtq"], ["created_at", "2016-03-08 19:50:50.570466"], ["updated_at", "2016-03-08 19:50:50.570466"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Dolorum ipsa vero libero. Reprehenderit dicta commodi. Quis et nostrum asperiores quisquam. Dolor earum odio labore."], ["summary", "Unde perferendis quisquam eos amet labore deserunt est."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.577417"], ["updated_at", "2016-03-08 19:50:50.577417"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (8.7ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.4ms) Completed 200 OK in 18ms (Views: 12.0ms | ActiveRecord: 5.3ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.4ms) Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('barry.fritsch@corkerycronin.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "barry.fritsch@corkerycronin.com"], ["name", "Rocio Heidenreich"], ["password_digest", "$2a$04$dSkIzuA4DP3KJ3poI1g.qOe3N8y45Rro/adbPkDh543Hp9ilw2UPa"], ["created_at", "2016-03-08 19:50:50.653963"], ["updated_at", "2016-03-08 19:50:50.653963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Exercitationem velit eos molestias optio sed non porro. Ullam officia aliquid et magnam dignissimos. Eaque aliquid consequatur sint enim aut aut. Voluptatem omnis in quod dolor non animi."], ["summary", "Et mollitia facilis natus pariatur temporibus vel. Ut laborum velit magnam. Velit modi dolores reprehenderit."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-08 19:50:50.658460"], ["updated_at", "2016-03-08 19:50:50.658460"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-08 19:50:50.681127"], ["updated_at", "2016-03-08 19:50:50.681127"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-08 19:50:50.687193"], ["updated_at", "2016-03-08 19:50:50.687193"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maximillia.kub@bauchgoldner.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maximillia.kub@bauchgoldner.com"], ["name", "Eda Graham"], ["password_digest", "$2a$04$pP1kmg/lsDSRA88c6KzP8.RaoDY62IxB.PTbJ9JYRzwXeeg6dKT/."], ["created_at", "2016-03-08 19:50:50.694371"], ["updated_at", "2016-03-08 19:50:50.694371"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Reprehenderit deleniti corporis corrupti delectus. Vel sit tempora et asperiores reiciendis sunt."], ["summary", "Modi sit a et laudantium nihil. Ullam minus placeat ducimus nihil quibusdam laudantium sed."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.709712"], ["updated_at", "2016-03-08 19:50:50.709712"]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gunnar@kuhicshanahan.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gunnar@kuhicshanahan.info"], ["name", "Rachelle Morar"], ["password_digest", "$2a$04$dmPhzyTkMU1bUj6oHuLn8eKMsjopgcMlQdHKMiU0cF.dEAYWL6b2K"], ["created_at", "2016-03-08 19:50:50.723387"], ["updated_at", "2016-03-08 19:50:50.723387"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Id dolore soluta earum quidem accusamus. Suscipit facere distinctio totam culpa ut accusantium et."], ["summary", "Ea fugit eos. Velit harum perspiciatis facilis ea dolores. Aut aliquam omnis."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.737384"], ["updated_at", "2016-03-08 19:50:50.737384"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.3ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (15.0ms) Completed 200 OK in 19ms (Views: 13.8ms | ActiveRecord: 4.2ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (5.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (12.8ms) Completed 200 OK in 19ms (Views: 11.0ms | ActiveRecord: 4.8ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$Mz8RaLoWhCABwYG2UgxVjuzmYI9Nfjv3DKnVzA7WfDN/5jCpoi.Oi"], ["created_at", "2016-03-08 19:50:50.832159"], ["updated_at", "2016-03-08 19:50:50.832159"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$mbOWejztV3EbNskANLp9zuv0hn1QvHU.9pVVpu7VkG.7GEYqgGuyq"], ["created_at", "2016-03-08 19:50:50.845488"], ["updated_at", "2016-03-08 19:50:50.845488"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Xc8t6FEl4ig7ypBfsfHC1e.w6NM3zM.aj/hT6tOPnEv8axFpVjoAa"], ["updated_at", "2016-03-08 19:50:50.850841"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 19:50:50.867281"], ["updated_at", "2016-03-08 19:50:50.867281"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-08 19:50:50.876799"], ["updated_at", "2016-03-08 19:50:50.876799"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meredith_kaulke@carter.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meredith_kaulke@carter.name"], ["name", "Ava Ziemann"], ["password_digest", "$2a$04$g1hgJQWwdFNWelDW4dHRyuE71XcfgagWSpqNRbh/u6keOzajd3h76"], ["created_at", "2016-03-08 19:50:50.938256"], ["updated_at", "2016-03-08 19:50:50.938256"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trycia@veum.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trycia@veum.biz"], ["name", "Miss Santa Gorczany"], ["password_digest", "$2a$04$r9WZfMTeNRE4Spp.So73De59OT2PqZAr27x6rkYflqQF78m9jPuHa"], ["created_at", "2016-03-08 19:50:50.950571"], ["updated_at", "2016-03-08 19:50:50.950571"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stan_yundt@sporer.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stan_yundt@sporer.info"], ["name", "Aurelio Blanda MD"], ["password_digest", "$2a$04$bRSgCW3Zb4pMPYT5klg7tuz0fMp5juyK.LFa0BmyFSUDjKd8zYQ8O"], ["created_at", "2016-03-08 19:50:50.963354"], ["updated_at", "2016-03-08 19:50:50.963354"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Aut numquam sed magnam nihil est odit eligendi. Animi in est repellendus veritatis hic et molestiae. Rerum neque id."], ["summary", "Aut velit soluta dolor dicta sunt aut dolorem."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-08 19:50:50.969612"], ["updated_at", "2016-03-08 19:50:50.969612"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('romaine@schimmel.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "romaine@schimmel.com"], ["name", "Julia Crona"], ["password_digest", "$2a$04$yMs9H47/.qU8wtd1KRwMeu4TvZnyP73xCAW.Q.ThW1CBIR6qLp8dW"], ["created_at", "2016-03-08 19:50:50.980741"], ["updated_at", "2016-03-08 19:50:50.980741"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Recusandae sit sunt modi placeat sequi. Quia atque illo. Quod earum vel dolorum voluptas non in quo. Dolor ab vitae quidem."], ["summary", "Quas nihil mollitia totam aliquid provident necessitatibus. Harum beatae sequi aut."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-08 19:50:50.985564"], ["updated_at", "2016-03-08 19:50:50.985564"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deshawn_kuhlman@littel.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deshawn_kuhlman@littel.co"], ["name", "Luz Morar"], ["password_digest", "$2a$04$j1I48cjWACIIiS3AAPO/oeRniky981JYjhI2Vuf1fqcaJEgjn7.oW"], ["created_at", "2016-03-08 19:50:50.996106"], ["updated_at", "2016-03-08 19:50:50.996106"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('irma.mclaughlin@romaguera.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "irma.mclaughlin@romaguera.co"], ["name", "Sofia Shields"], ["password_digest", "$2a$04$QSHiMgIeQ079pKJMfeZbQOR.X3V2W4hepekrohClZp.WsXVf889Cy"], ["created_at", "2016-03-08 19:50:51.005703"], ["updated_at", "2016-03-08 19:50:51.005703"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sammie_huels@quigleybeer.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sammie_huels@quigleybeer.io"], ["name", "Elizabeth Gislason PhD"], ["password_digest", "$2a$04$p516Eb2VBxMF9RFC6CIune3z684B5QQwQJ27xC8IaZKG7GJHGCvLy"], ["created_at", "2016-03-08 19:50:51.015884"], ["updated_at", "2016-03-08 19:50:51.015884"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adelia@cole.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adelia@cole.org"], ["name", "Andreane Considine III"], ["password_digest", "$2a$04$eHRKqtCB4w7w0Dn/gjKTZ.svpx0siOnDjqOVSp9Ab0wzNfuocH1Am"], ["created_at", "2016-03-08 19:50:51.026612"], ["updated_at", "2016-03-08 19:50:51.026612"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Aspernatur neque assumenda. Rerum aperiam incidunt commodi molestiae vitae quas. Sunt voluptatum consequatur."], ["summary", "Quos neque corrupti sit nihil natus a. Eum deserunt magni sunt quis. Consectetur omnis asperiores quis vel exercitationem qui."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:51.032927"], ["updated_at", "2016-03-08 19:50:51.032927"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liliane_treutel@dooley.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liliane_treutel@dooley.co"], ["name", "Kailyn Kessler"], ["password_digest", "$2a$04$YtAQmLWDkg3A.p76x2P8p.SVn/7TU7xAMm/JrPGRGuLQFfIIeCAPO"], ["created_at", "2016-03-08 19:50:51.040124"], ["updated_at", "2016-03-08 19:50:51.040124"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Consequatur qui natus vel. Dolores quidem ut."], ["summary", "Voluptas quam impedit porro inventore nihil. Voluptatum officiis minus commodi impedit quaerat."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:51.046278"], ["updated_at", "2016-03-08 19:50:51.046278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 17:50:51.048701"], ["updated_at", "2016-03-08 19:50:51.051452"], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 19:50:51.048839"], ["updated_at", "2016-03-08 19:50:51.056128"], ["id", 21]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vella.heathcote@marksmann.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vella.heathcote@marksmann.org"], ["name", "Devin Brekke Jr."], ["password_digest", "$2a$04$6EGy7yQ8qap0R/G8RwCOw.Gacn6A5LZ4SifGO2yJECqx2SPiy2Jdm"], ["created_at", "2016-03-08 19:50:51.068248"], ["updated_at", "2016-03-08 19:50:51.068248"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Blanditiis non aut rerum a modi libero. Tenetur aut aut quos expedita officia qui porro."], ["summary", "Odit dolorem quaerat quidem."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:51.072955"], ["updated_at", "2016-03-08 19:50:51.072955"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kitty.johnson@wehner.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kitty.johnson@wehner.name"], ["name", "Mr. Sally Rice"], ["password_digest", "$2a$04$wCNflrgWKy1IYr6kgJmT/OzrVhHn5YNuFi4lBE8MQ4adjhUweWy.q"], ["created_at", "2016-03-08 19:50:51.081617"], ["updated_at", "2016-03-08 19:50:51.081617"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Rerum ut eius. Ut ut tenetur laudantium commodi quia."], ["summary", "Voluptas dolores minima explicabo molestiae perspiciatis."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-08 19:50:51.086198"], ["updated_at", "2016-03-08 19:50:51.086198"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('watson@mohr.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "watson@mohr.com"], ["name", "Dax Little"], ["password_digest", "$2a$04$7tYxY1OWrpJgpIfL7HD.LePYi9rXNabkjeq4vACEfPvjcnYpgoP5a"], ["created_at", "2016-03-08 19:50:51.098596"], ["updated_at", "2016-03-08 19:50:51.098596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('loraine_johns@stoltenberg.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "loraine_johns@stoltenberg.co"], ["name", "Rigoberto Larson"], ["password_digest", "$2a$04$xx2pWPLg79q3fhtRoqspHemrXpuyZyfgjfBfnWsXEmNV.M1/F7Ox2"], ["created_at", "2016-03-08 19:50:51.109597"], ["updated_at", "2016-03-08 19:50:51.109597"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Aliquid veniam doloribus consequatur. Ullam autem dicta voluptate voluptas. Fuga dolorem asperiores pariatur et dolorem et non. Cupiditate eum ducimus quia et omnis quis blanditiis."], ["summary", "Quibusdam nobis ea iure distinctio aliquam."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-08 19:50:51.116845"], ["updated_at", "2016-03-08 19:50:51.116845"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:51.122922"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dahlia@williamson.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dahlia@williamson.name"], ["name", "Lonzo Quigley"], ["password_digest", "$2a$04$qxcs51j4W6Ng07pBF.tK5udQXtkba92FNdC79N3SKXC46pj8dcnHG"], ["created_at", "2016-03-08 19:50:51.134266"], ["updated_at", "2016-03-08 19:50:51.134266"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Voluptates corrupti fugit eius a. Repudiandae esse eum voluptatem qui repellat inventore."], ["summary", "Natus doloremque error tenetur."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:51.140371"], ["updated_at", "2016-03-08 19:50:51.140371"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:51.145288"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pearline@tromp.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pearline@tromp.org"], ["name", "Daisy Kuhn"], ["password_digest", "$2a$04$UxB.rNsdwPTk9QzkYJ2QIuJ9kJvJkW9uF1NxNe1eAMMGgX6H1uDPy"], ["created_at", "2016-03-08 19:50:51.161054"], ["updated_at", "2016-03-08 19:50:51.161054"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$i.1RI/7iIzLkFX2ONdaKB.p8aHYNsFBQ76tnYDeap921PIGZC..bG"], ["created_at", "2016-03-08 19:50:51.246707"], ["updated_at", "2016-03-08 19:50:51.246707"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$99bP5DL9CAI1rrUrKu7AZeB3hTk5g7HP6DIre307KgU7/lY.VIiAm"], ["created_at", "2016-03-08 19:50:51.325359"], ["updated_at", "2016-03-08 19:50:51.325359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lew@stark.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lew@stark.biz"], ["name", "Grayce Cruickshank III"], ["password_digest", "$2a$04$GJ3VyHTIqojlkKElQ9nl6OrSyomgPgMh3PEwbL09z/8t1fC.lHqg2"], ["created_at", "2016-03-08 19:50:51.339323"], ["updated_at", "2016-03-08 19:50:51.339323"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Voluptatum sapiente eligendi quasi molestiae. Praesentium optio quia nemo id qui. Vel debitis dolorem."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-08 19:50:51.345161"], ["updated_at", "2016-03-08 19:50:51.345161"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (1.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (25.4ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (33.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (1.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$ICRu93QNYZ1oKw0OHFVz.OttCEV7ROGaM3Yn3XBb7fSpCSrqr3CGq"], ["created_at", "2016-03-08 20:12:37.187026"], ["updated_at", "2016-03-08 20:12:37.187026"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$qw8Z66qqAYjNkHJdMxD1..7x.gkOhfShdH54pUrcR4zxz.JAtXnMa"], ["created_at", "2016-03-08 20:12:37.211829"], ["updated_at", "2016-03-08 20:12:37.211829"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zhWpqLpkB6OQnQSSXoU.hO0jq1a/3Pb20t6Oz64mnlM6BfulsoFJe"], ["updated_at", "2016-03-08 20:12:37.218292"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jonathan.flatley@rowe.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jonathan.flatley@rowe.net"], ["name", "Letha Veum"], ["password_digest", "$2a$04$DQCwDsA27rR3AkYkdkE64.29xqusxMZTqABlNT5IU5lRWhmMZfsW6"], ["created_at", "2016-03-08 20:12:37.661297"], ["updated_at", "2016-03-08 20:12:37.661297"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "In aliquam adipisci labore et perspiciatis hic. Vitae facere occaecati velit et quibusdam aut. Provident non aut."], ["summary", "Officia exercitationem sed non."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-08 20:12:37.791226"], ["updated_at", "2016-03-08 20:12:37.791226"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cortney_gleichner@purdydickens.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cortney_gleichner@purdydickens.net"], ["name", "Stone Kohler"], ["password_digest", "$2a$04$QQnUXz73BLyML.akjA6B/OjwY52UAyUX9XBZQzqntRvsdGoCdjYU2"], ["created_at", "2016-03-08 20:12:37.842780"], ["updated_at", "2016-03-08 20:12:37.842780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Vel beatae ea numquam. Ut dolores voluptate et repudiandae eligendi."], ["summary", "Sit voluptas ipsa qui sed ab quam quas. In reprehenderit porro alias repellat."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:12:37.846867"], ["updated_at", "2016-03-08 20:12:37.846867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mitchel_nolan@reinger.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mitchel_nolan@reinger.name"], ["name", "Yasmeen Schuster"], ["password_digest", "$2a$04$HnRYBfy7G/OylyRhVDd5AeStHEFL3PiD9i0jLwL4X0C4n3a3FAI/m"], ["created_at", "2016-03-08 20:12:37.853287"], ["updated_at", "2016-03-08 20:12:37.853287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Tempora dolorem natus veritatis. Autem ipsum animi impedit et."], ["summary", "Ut nihil autem a. Et debitis commodi vitae ea qui rem."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:12:37.857745"], ["updated_at", "2016-03-08 20:12:37.857745"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kira_barrows@bartoletti.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kira_barrows@bartoletti.net"], ["name", "Ashleigh Anderson I"], ["password_digest", "$2a$04$8H2bz7IQZSeQQBT6PHGJuOKttbrC7N.O/cM1rqHvFi6.CunXVWoU2"], ["created_at", "2016-03-08 20:12:37.866163"], ["updated_at", "2016-03-08 20:12:37.866163"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Commodi fuga rerum quae molestiae praesentium fugit mollitia. Distinctio labore occaecati provident magni et laudantium delectus."], ["summary", "Deleniti cum ea ut maxime velit nam architecto. Qui sit laudantium molestiae recusandae vitae. Eius sit culpa modi."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:12:37.872285"], ["updated_at", "2016-03-08 20:12:37.872285"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mara@schumm.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mara@schumm.io"], ["name", "Ashlee Medhurst"], ["password_digest", "$2a$04$jcYUGJG8KeXUpG4dweLHu.0vJbDBxAitn.DBtOznXsg.j0j09lQai"], ["created_at", "2016-03-08 20:12:37.880582"], ["updated_at", "2016-03-08 20:12:37.880582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Ad provident tempore impedit. Quo fuga sunt consectetur earum sint consequatur magnam. Eum reprehenderit et et. Ad omnis repellendus nulla et tempora minus."], ["summary", "Omnis quas nesciunt atque. Ipsam maxime est rerum id. Eaque qui eos amet saepe."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:12:37.885293"], ["updated_at", "2016-03-08 20:12:37.885293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claudine@willkertzmann.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claudine@willkertzmann.io"], ["name", "Mr. Torey Durgan"], ["password_digest", "$2a$04$Co2.AJH7A.oYzrc7NDEY.ud/k7ppia/Vi3QPhvVK0UMfcMCHa9AwS"], ["created_at", "2016-03-08 20:12:37.892500"], ["updated_at", "2016-03-08 20:12:37.892500"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Non non perferendis alias id culpa odit molestiae. Quia dolor deleniti. Mollitia doloremque voluptas."], ["summary", "Suscipit quaerat aut temporibus ullam consequatur non. Aut quibusdam soluta magni voluptates."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:12:37.896751"], ["updated_at", "2016-03-08 20:12:37.896751"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ari_kub@farrellarmstrong.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ari_kub@farrellarmstrong.io"], ["name", "Dr. Herta Jacobs"], ["password_digest", "$2a$04$WSJaJ68HsMuoNVsl4sOPu.HiYaL3Y.XNg3WNSfMwd9/TFICxohi/y"], ["created_at", "2016-03-08 20:12:37.903692"], ["updated_at", "2016-03-08 20:12:37.903692"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Repellendus non consequatur sint et eligendi molestiae suscipit. Voluptatem qui illo alias occaecati maiores. Est consectetur id cum inventore quam tempora."], ["summary", "Qui aut est accusamus maiores ex facere aut."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:12:37.908066"], ["updated_at", "2016-03-08 20:12:37.908066"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keira_cummings@conroy.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keira_cummings@conroy.io"], ["name", "Nicole Bernier II"], ["password_digest", "$2a$04$Nb9LA0RXfhdL0bY01D3Pgu16iKSB0cR8uSQTb3is8lfQo8AzKYh3."], ["created_at", "2016-03-08 20:12:37.915575"], ["updated_at", "2016-03-08 20:12:37.915575"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Voluptatum rerum ut culpa explicabo totam. Aliquid itaque ad consequatur cupiditate. Sit soluta expedita. Optio quos sed."], ["summary", "Optio non voluptatum consectetur sit. Autem totam placeat praesentium libero temporibus eveniet."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:12:37.919593"], ["updated_at", "2016-03-08 20:12:37.919593"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shyanne@towne.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shyanne@towne.io"], ["name", "Keven Schmitt"], ["password_digest", "$2a$04$ctI8ovgs/02/G0jVfmqB4OgiHd8JOIMYedsQquviXgCGAN2r7bQGG"], ["created_at", "2016-03-08 20:12:37.927054"], ["updated_at", "2016-03-08 20:12:37.927054"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Et quisquam suscipit temporibus eos corrupti nisi voluptatem. Sed a dolorum sit eaque animi reiciendis voluptate."], ["summary", "Quasi voluptatem veniam sed dignissimos et. Quaerat reiciendis nesciunt non est. Mollitia necessitatibus cum sit ducimus magni."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:12:37.930957"], ["updated_at", "2016-03-08 20:12:37.930957"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dock@schummjohnston.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dock@schummjohnston.info"], ["name", "Henri Nitzsche"], ["password_digest", "$2a$04$5D0Wpmt8d0x308X2sn.hzOwio0e4.8aOW9QABFziiZlI5DPI6QYgW"], ["created_at", "2016-03-08 20:12:37.937547"], ["updated_at", "2016-03-08 20:12:37.937547"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Accusamus perspiciatis eum ea debitis. Blanditiis molestiae qui commodi."], ["summary", "Magnam sequi quia ipsum. Impedit harum sint nam."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:12:37.942033"], ["updated_at", "2016-03-08 20:12:37.942033"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caria.cole@wiegand.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caria.cole@wiegand.co"], ["name", "Deonte Schiller"], ["password_digest", "$2a$04$bdTqR8I0nU5lc07Y6NFX1utT4w1xK98.rz7C.Su8YLW4CUVRGD1/O"], ["created_at", "2016-03-08 20:12:37.948579"], ["updated_at", "2016-03-08 20:12:37.948579"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Aut magnam architecto non illum rerum unde aspernatur. Nam est dolores. Non soluta voluptas. Qui corporis illum consequatur maiores porro."], ["summary", "Tempora vero eligendi rem. Qui eligendi laborum sunt qui. Aliquam at earum quia."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:12:37.952971"], ["updated_at", "2016-03-08 20:12:37.952971"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fabiola_buckridge@bradtke.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fabiola_buckridge@bradtke.co"], ["name", "Sophia Quigley"], ["password_digest", "$2a$04$XQt61W9zCsl/A6FtOASuweZh4uVNOyZOCKehnS.YpsQLuDZUji76y"], ["created_at", "2016-03-08 20:12:37.959942"], ["updated_at", "2016-03-08 20:12:37.959942"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Labore corrupti amet. Ut quis et perspiciatis illum dolores."], ["summary", "Quibusdam aliquam ipsum aliquid ab excepturi. Debitis odio neque. Ratione itaque nihil inventore et omnis aut adipisci."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:12:37.964167"], ["updated_at", "2016-03-08 20:12:37.964167"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verla.roberts@ankunding.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verla.roberts@ankunding.net"], ["name", "Roselyn Mayert"], ["password_digest", "$2a$04$rQSs8YqDFkqhwq1LLwSwjuEyVtUSs.40ypfvvTDQ.Yghst6TjkoFW"], ["created_at", "2016-03-08 20:12:37.972159"], ["updated_at", "2016-03-08 20:12:37.972159"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Labore quas expedita quae dicta vero eum. Quam minus voluptatem voluptas placeat architecto dolores. Facilis excepturi itaque enim."], ["summary", "Molestiae omnis quam aut. Tempore iste asperiores totam est officiis vel. Veniam fugiat aut aliquid delectus."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:12:37.977229"], ["updated_at", "2016-03-08 20:12:37.977229"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('candice.sporer@schmidtkilback.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "candice.sporer@schmidtkilback.io"], ["name", "Shyanne Kuvalis"], ["password_digest", "$2a$04$CjEnutyHfYTAsERU2W7yVOrA4JVe3/usa86HVPW/Sn8.YuUefNwDa"], ["created_at", "2016-03-08 20:12:37.984182"], ["updated_at", "2016-03-08 20:12:37.984182"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Natus aut culpa sint. Omnis eum quia necessitatibus distinctio."], ["summary", "Et sunt delectus tenetur omnis. Doloremque cumque molestias dolore nobis odit ut. Tempore reprehenderit et distinctio qui harum."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:12:37.988404"], ["updated_at", "2016-03-08 20:12:37.988404"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('audreanne_white@hoppe.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "audreanne_white@hoppe.io"], ["name", "Juanita Satterfield"], ["password_digest", "$2a$04$m7Dczdz.l0WeVrV/8b5xCupruhykaKHK02vRwUeDJ0DHsdENJrv3i"], ["created_at", "2016-03-08 20:12:37.997024"], ["updated_at", "2016-03-08 20:12:37.997024"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Nulla culpa aut reprehenderit facilis veniam dolor odit. Impedit quo molestiae quis tempore nulla commodi cupiditate. Magni harum voluptatum ut qui qui et voluptatem. Rem et porro ipsum."], ["summary", "Veniam dolores voluptas aut qui."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:12:38.002780"], ["updated_at", "2016-03-08 20:12:38.002780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('renee@schmelerokon.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "renee@schmelerokon.io"], ["name", "Greyson Borer"], ["password_digest", "$2a$04$9MFSxpLm9KXnhLsTfFG02uOvo61bxzM0wwaY5qsQA5st3suDDDg.i"], ["created_at", "2016-03-08 20:12:38.010056"], ["updated_at", "2016-03-08 20:12:38.010056"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Consequatur voluptas eaque perspiciatis dolores explicabo nemo soluta. Ex molestiae odio officiis. Nobis et voluptas repellat quos iusto."], ["summary", "Et neque quaerat porro odit ut dolorem alias. Amet corporis similique dolore officia sequi temporibus."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:12:38.014309"], ["updated_at", "2016-03-08 20:12:38.014309"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('orlo_johnson@hegmann.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "orlo_johnson@hegmann.co"], ["name", "Gwen Carter"], ["password_digest", "$2a$04$uoApMUiv36zTqUj864SPw.4idGwDjD5mgN5Gp2K4veVT.D.Ewl7mq"], ["created_at", "2016-03-08 20:12:38.021139"], ["updated_at", "2016-03-08 20:12:38.021139"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Dolor non nihil sunt expedita unde. Adipisci et sunt laborum minus. Praesentium reiciendis doloribus possimus. Modi corporis quasi rem molestias voluptates."], ["summary", "Numquam animi accusantium doloremque est maiores vero consequuntur."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:12:38.025626"], ["updated_at", "2016-03-08 20:12:38.025626"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('linnie@kingkilback.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "linnie@kingkilback.co"], ["name", "Marquis Reilly"], ["password_digest", "$2a$04$pVC28r/4Fx3a0MHJT1JWse/nXkJ9n/mQ9MojtX/O7/bzOjvzgVsa2"], ["created_at", "2016-03-08 20:12:38.032405"], ["updated_at", "2016-03-08 20:12:38.032405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Architecto sapiente repellendus libero similique quia. Nam ea maiores. Autem vitae at."], ["summary", "Rerum nihil eaque rerum perspiciatis pariatur. Aspernatur itaque omnis totam vitae."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:12:38.036750"], ["updated_at", "2016-03-08 20:12:38.036750"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('easton@kerluke.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "easton@kerluke.org"], ["name", "Graciela Ratke"], ["password_digest", "$2a$04$rwWrG/ALHWxMWbj9KkJ0n.r0aY2RA.OrUlgmpBGuaOylAm/jMLubK"], ["created_at", "2016-03-08 20:12:38.043544"], ["updated_at", "2016-03-08 20:12:38.043544"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Recusandae praesentium laudantium non eum. Corporis qui maiores itaque dolores. Voluptate autem consequuntur reprehenderit qui. Quos nostrum et porro provident accusamus maiores illo."], ["summary", "Ut non quia consectetur ut placeat. Aut officia laudantium alias pariatur voluptas. Officia explicabo velit."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:12:38.047915"], ["updated_at", "2016-03-08 20:12:38.047915"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rogers_hoeger@vonrueden.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rogers_hoeger@vonrueden.org"], ["name", "Melyssa Baumbach"], ["password_digest", "$2a$04$dW.1Yr6KX4b.MuwaRfAuFebvhC6i84.Xihrvw44EQO5GFHpL11E76"], ["created_at", "2016-03-08 20:12:38.054523"], ["updated_at", "2016-03-08 20:12:38.054523"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Iusto non doloremque optio ullam labore delectus aut. Dignissimos sapiente vitae et nostrum."], ["summary", "Ut non et est quia in atque. Corporis quaerat omnis quibusdam. Porro mollitia veritatis voluptatibus."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:12:38.059119"], ["updated_at", "2016-03-08 20:12:38.059119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leonard@johns.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leonard@johns.net"], ["name", "Melyssa Kuhn"], ["password_digest", "$2a$04$wg/horF3IYhiMYGHC7oKiO0dcZ2Ags58mAJqWSH1AtfAImm.jzSwi"], ["created_at", "2016-03-08 20:12:38.068932"], ["updated_at", "2016-03-08 20:12:38.068932"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Veritatis asperiores provident. Quisquam et enim deserunt odit laudantium nobis odio. Aut quia dignissimos consequatur corporis suscipit neque quod."], ["summary", "Explicabo quam autem voluptate et est."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:12:38.076283"], ["updated_at", "2016-03-08 20:12:38.076283"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman_schinner@hintz.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hyman_schinner@hintz.info"], ["name", "Ms. Devon Runte"], ["password_digest", "$2a$04$yzRrjySLQDgWiSkAXm52luVAXEWvl7kc0W5lkMfS3EGFDhr03RGSu"], ["created_at", "2016-03-08 20:12:38.086411"], ["updated_at", "2016-03-08 20:12:38.086411"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Placeat et dolorem iusto doloremque aut ut consequatur. Neque vitae maxime quia sit quis tenetur expedita."], ["summary", "Facere quae dolore dicta quis iusto ab omnis."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:12:38.092994"], ["updated_at", "2016-03-08 20:12:38.092994"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman@koelpinwintheiser.net') LIMIT 1 SQL (1.2ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hyman@koelpinwintheiser.net"], ["name", "Rowena Auer"], ["password_digest", "$2a$04$3Wq6yUk6ByTxiL.04.LKl.UCwzB3W5qcJjYN3mwz.O9gtzQUWhmxC"], ["created_at", "2016-03-08 20:12:38.102527"], ["updated_at", "2016-03-08 20:12:38.102527"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Id quis atque aut corrupti laborum voluptas. Incidunt rerum nostrum architecto sit optio esse. Veniam suscipit numquam quod animi qui aliquid."], ["summary", "Magnam quasi et aut dolor fugiat ut."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:12:38.109665"], ["updated_at", "2016-03-08 20:12:38.109665"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miguel_beer@berge.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "miguel_beer@berge.net"], ["name", "Ms. Rhett Swaniawski"], ["password_digest", "$2a$04$IBxsSDxgM804VyNeQDQc4uy.ZP2urr6JmJcMlejUPLODtGP4r2NBW"], ["created_at", "2016-03-08 20:12:38.121299"], ["updated_at", "2016-03-08 20:12:38.121299"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Ab qui eveniet quibusdam. Sed ullam placeat molestiae accusamus. Ut eos et explicabo."], ["summary", "Quo rerum eos consequuntur sapiente."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:12:38.129076"], ["updated_at", "2016-03-08 20:12:38.129076"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janae.doyle@rathframi.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janae.doyle@rathframi.com"], ["name", "Mr. Gabriella West"], ["password_digest", "$2a$04$AGUhkFb9CXcdWB5V82jNqOExQJQaN6EuxJ1gyx5HYZ5v.lBnaA.MW"], ["created_at", "2016-03-08 20:12:38.140861"], ["updated_at", "2016-03-08 20:12:38.140861"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Neque vel quaerat odit. Quia vel cumque. Perferendis odio consequatur tempore iusto. Voluptates laborum et."], ["summary", "Voluptas est cumque eos fugit maiores ad. Sit autem voluptas quis et ipsam consequatur."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:12:38.148438"], ["updated_at", "2016-03-08 20:12:38.148438"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('grace@hilpertboyer.info') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "grace@hilpertboyer.info"], ["name", "Mrs. Ryan Flatley"], ["password_digest", "$2a$04$WKYTeeNUoQQUy7vbYeUDTu2IwSgEvsKWZJIqcZYw1LWn6ujlZkHoO"], ["created_at", "2016-03-08 20:12:38.159857"], ["updated_at", "2016-03-08 20:12:38.159857"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quibusdam doloremque animi quia laboriosam veritatis vitae inventore. Quia cumque quidem aut sint nobis. Animi id rerum est non sequi quibusdam aut. Optio in voluptas maxime."], ["summary", "Doloribus sit perspiciatis vel repellendus qui. Ratione amet et mollitia impedit id dolor. Maiores nisi voluptates voluptas illum unde libero delectus."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:12:38.167241"], ["updated_at", "2016-03-08 20:12:38.167241"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilber.kuhn@zulauf.io') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wilber.kuhn@zulauf.io"], ["name", "Mertie Leffler"], ["password_digest", "$2a$04$WAd2sAI8/miUSuT//TAsA.M/UiwTDT5kvBsl7kY7ijSVZsI/ekwfS"], ["created_at", "2016-03-08 20:12:38.176457"], ["updated_at", "2016-03-08 20:12:38.176457"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Sit rem in sapiente officia tempore. Consequatur iusto culpa alias consectetur. Dignissimos ut eos voluptas quia cum saepe."], ["summary", "Qui quo vel. Id et excepturi quasi velit. Inventore porro libero quis molestiae qui architecto non."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:12:38.182492"], ["updated_at", "2016-03-08 20:12:38.182492"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (1.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zachary_bednar@walkerabshire.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zachary_bednar@walkerabshire.biz"], ["name", "Else Vandervort"], ["password_digest", "$2a$04$eJywaAkqM2tF2Es2QToePO83yQRf8dtwdpeiHbonASxNIFKEv9GbS"], ["created_at", "2016-03-08 20:12:38.227882"], ["updated_at", "2016-03-08 20:12:38.227882"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-08 20:12:38.261415"], ["updated_at", "2016-03-08 20:12:38.261415"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delbert@aufderhar.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delbert@aufderhar.com"], ["name", "Helena Simonis"], ["password_digest", "$2a$04$AaSFoSFJfCccwzT0g1MDa.AgxIJE0d8So6sfjNbeNLFYSd7X18TcO"], ["created_at", "2016-03-08 20:12:38.289478"], ["updated_at", "2016-03-08 20:12:38.289478"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Enim tempora quos sed ut laborum ea. Delectus aspernatur suscipit reiciendis asperiores voluptatem. Omnis officiis quod sit repudiandae suscipit.", "summary"=>"Omnis occaecati maiores sit autem labore sint."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 1.9ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-08 20:12:38.340714"], ["updated_at", "2016-03-08 20:12:38.340714"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Consequatur doloremque porro non beatae qui omnis cumque. Tenetur pariatur incidunt quos.", "summary"=>"Similique occaecati perferendis enim est accusantium. Vel dolore sint."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dimitri_grimes@zemlak.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dimitri_grimes@zemlak.org"], ["name", "Randal Abernathy"], ["password_digest", "$2a$04$A7xn2S76OHrpm.4tsg1OdeMvuIi3jpgymIYHLJP0wktYhhY0c0c1G"], ["created_at", "2016-03-08 20:12:38.373121"], ["updated_at", "2016-03-08 20:12:38.373121"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Dicta occaecati voluptatem perspiciatis. Beatae tempore optio iure in pariatur.", "author_id"=>"32"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Dicta occaecati voluptatem perspiciatis. Beatae tempore optio iure in pariatur."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-08 20:12:38.394069"], ["updated_at", "2016-03-08 20:12:38.394069"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Et rerum quod rem fugiat."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delbert@botsfordtorp.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delbert@botsfordtorp.org"], ["name", "Dr. Roxanne Collier"], ["password_digest", "$2a$04$hlEm9pIDsrTw200UdWPxn.NQVuGixF.Uq1tpr45pdCkHhrxrZ/dR6"], ["created_at", "2016-03-08 20:12:38.438868"], ["updated_at", "2016-03-08 20:12:38.438868"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Doloribus consequatur doloremque neque ratione laboriosam. Ut recusandae eum ullam culpa necessitatibus rem perferendis."], ["summary", "Qui odit quo deleniti minus molestiae. Laboriosam voluptas sunt ullam reiciendis eum facere. Dignissimos temporibus voluptatem voluptate laboriosam eos suscipit."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-08 20:12:38.445386"], ["updated_at", "2016-03-08 20:12:38.445386"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 11ms (Views: 7.1ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michelle_monahan@rohan.com') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michelle_monahan@rohan.com"], ["name", "Ismael Johnson"], ["password_digest", "$2a$04$qXZLmQTUL6AihyTZSqZmiu91iLErFfnzscTKf.R2GF6QCCRd5myg2"], ["created_at", "2016-03-08 20:12:38.476969"], ["updated_at", "2016-03-08 20:12:38.476969"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Atque quis neque deserunt illum consequatur adipisci consequatur. Impedit voluptatem consequatur sit molestiae."], ["summary", "Natus qui quis laboriosam. Inventore non debitis."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-08 20:12:38.482624"], ["updated_at", "2016-03-08 20:12:38.482624"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-08 20:12:38.505167"], ["updated_at", "2016-03-08 20:12:38.505167"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rasheed@faheymills.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rasheed@faheymills.io"], ["name", "Timmy Moore"], ["password_digest", "$2a$04$la3lLhh5HffUNuZVtWmwTuFrK5dAA4yy6.QiWnzobKUN1ifWfoCGm"], ["created_at", "2016-03-08 20:12:38.518383"], ["updated_at", "2016-03-08 20:12:38.518383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Praesentium assumenda totam quos repudiandae. Occaecati expedita at dolor."], ["summary", "Repudiandae sed sit. Et illo quaerat explicabo quam sed. Nemo molestiae sunt recusandae nulla quos sed blanditiis."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-08 20:12:38.523624"], ["updated_at", "2016-03-08 20:12:38.523624"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.7ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ladarius_kilback@goyettewintheiser.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ladarius_kilback@goyettewintheiser.net"], ["name", "Mertie Streich"], ["password_digest", "$2a$04$kx4zbxFFy1qs97jCril22uzmnoIxZkRS1UIdlDWt4Sk0g2Z3lzwJ."], ["created_at", "2016-03-08 20:12:38.549673"], ["updated_at", "2016-03-08 20:12:38.549673"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Distinctio dolorem id voluptate qui aut. Deserunt ad beatae eum ab. Placeat sit laboriosam natus quas iusto quibusdam."], ["summary", "Ex nam suscipit enim architecto et expedita."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-08 20:12:38.555047"], ["updated_at", "2016-03-08 20:12:38.555047"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:12:38.570372"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('edward@johnson.io') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "edward@johnson.io"], ["name", "Lamont Wiza V"], ["password_digest", "$2a$04$Cdrf0Ld9qK5HmIGZZQAQde7bm4Hf0jFkqILnmBik4QuY/2kWTR9ze"], ["created_at", "2016-03-08 20:12:38.591973"], ["updated_at", "2016-03-08 20:12:38.591973"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Minus quidem quo unde aut inventore deleniti. Ut earum dolores asperiores. Aut in ratione voluptatum. Eaque et vel incidunt sit assumenda."], ["summary", "Temporibus culpa rerum. Qui sint atque ipsam iusto illum ea corrupti. Omnis modi perspiciatis at."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-08 20:12:38.599357"], ["updated_at", "2016-03-08 20:12:38.599357"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:12:38.612544"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leonardo@darelindgren.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leonardo@darelindgren.info"], ["name", "Miss Ray Erdman"], ["password_digest", "$2a$04$Ua0r5h04uStrmhNSqO.yAuZvNPj9jW73Qzf/7nKL9hqJf2/rlgj4C"], ["created_at", "2016-03-08 20:12:38.634569"], ["updated_at", "2016-03-08 20:12:38.634569"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alize@bartelljacobson.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alize@bartelljacobson.io"], ["name", "Miss Chet Lesch"], ["password_digest", "$2a$04$elmNRLzp7sJWTsMDSVUFs.IVZg0pnhX/BFEWDYEhuTofqjO9JIjMC"], ["created_at", "2016-03-08 20:12:38.640938"], ["updated_at", "2016-03-08 20:12:38.640938"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Voluptate facere suscipit similique ut ut ullam ut. Praesentium quibusdam aperiam qui vitae harum nam. Nesciunt eveniet rerum. Repellendus est a."], ["summary", "Non consequuntur voluptatum voluptatem ullam ut in occaecati."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-08 20:12:38.645121"], ["updated_at", "2016-03-08 20:12:38.645121"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-08 20:12:38.659047"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.1ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-08 20:12:38.680921"], ["updated_at", "2016-03-08 20:12:38.680921"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nathan@wolf.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nathan@wolf.info"], ["name", "Alia Klein"], ["password_digest", "$2a$04$QDZ9qgkdgEJyrFz8SDIwFuTrcf/HeVQ13ZqYevOdqJjIzcDN5FjeG"], ["created_at", "2016-03-08 20:12:38.689376"], ["updated_at", "2016-03-08 20:12:38.689376"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Id tempore repellat dolor. Nesciunt aut illo deserunt. Eos est hic nostrum repudiandae aperiam."], ["summary", "Ducimus aperiam sit earum. Odio fugiat sint sit non."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-08 20:12:38.693516"], ["updated_at", "2016-03-08 20:12:38.693516"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:12:38.705559"], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Naomie Wiza"], ["password_digest", "$2a$04$p3GjsIjb6WYbQTgKBozgJ.SZSebeXT2T8J2SUXmjRPyDPiUAOWML6"], ["created_at", "2016-03-08 20:12:38.739216"], ["updated_at", "2016-03-08 20:12:38.739216"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$6SzVx6YMH68umcRpAh4cMeOnnrqC92pbySCysrFYSgeltBYbsQ6Zi"], ["updated_at", "2016-03-08 20:12:38.752767"], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-08 20:12:38.800823"], ["updated_at", "2016-03-08 20:12:38.800823"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-08 20:12:38.829895"], ["updated_at", "2016-03-08 20:12:38.829895"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-08 20:12:38.834414"], ["updated_at", "2016-03-08 20:12:38.834414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-08 20:12:38.839867"], ["updated_at", "2016-03-08 20:12:38.839867"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-08 20:12:38.844400"], ["updated_at", "2016-03-08 20:12:38.844400"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-08 20:12:38.850749"], ["updated_at", "2016-03-08 20:12:38.850749"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-08 20:12:38.856550"], ["updated_at", "2016-03-08 20:12:38.856550"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-08 20:12:38.861842"], ["updated_at", "2016-03-08 20:12:38.861842"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-08 20:12:38.867401"], ["updated_at", "2016-03-08 20:12:38.867401"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-08 20:12:38.872181"], ["updated_at", "2016-03-08 20:12:38.872181"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-08 20:12:38.879720"], ["updated_at", "2016-03-08 20:12:38.879720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-08 20:12:38.884913"], ["updated_at", "2016-03-08 20:12:38.884913"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-08 20:12:38.889687"], ["updated_at", "2016-03-08 20:12:38.889687"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-08 20:12:38.894641"], ["updated_at", "2016-03-08 20:12:38.894641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-08 20:12:38.900995"], ["updated_at", "2016-03-08 20:12:38.900995"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-08 20:12:38.907061"], ["updated_at", "2016-03-08 20:12:38.907061"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-08 20:12:38.912388"], ["updated_at", "2016-03-08 20:12:38.912388"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-08 20:12:38.917504"], ["updated_at", "2016-03-08 20:12:38.917504"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-08 20:12:38.922544"], ["updated_at", "2016-03-08 20:12:38.922544"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-08 20:12:38.927558"], ["updated_at", "2016-03-08 20:12:38.927558"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-08 20:12:38.932669"], ["updated_at", "2016-03-08 20:12:38.932669"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-08 20:12:38.937597"], ["updated_at", "2016-03-08 20:12:38.937597"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-08 20:12:38.942879"], ["updated_at", "2016-03-08 20:12:38.942879"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-08 20:12:38.948786"], ["updated_at", "2016-03-08 20:12:38.948786"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-08 20:12:38.955014"], ["updated_at", "2016-03-08 20:12:38.955014"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-08 20:12:38.960334"], ["updated_at", "2016-03-08 20:12:38.960334"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-08 20:12:38.965746"], ["updated_at", "2016-03-08 20:12:38.965746"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alfredo_streich@oconner.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alfredo_streich@oconner.org"], ["name", "Okey Okuneva"], ["password_digest", "$2a$04$pnruXCKx9nLNyobki.ijA./t/N8nUWdVIguOaAOMHrLgG7MlWDEoK"], ["created_at", "2016-03-08 20:12:39.005966"], ["updated_at", "2016-03-08 20:12:39.005966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-08 20:12:39.018158"], ["updated_at", "2016-03-08 20:12:39.018158"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-08 20:12:39.062847"], ["updated_at", "2016-03-08 20:12:39.062847"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 8ms (Views: 5.1ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-08 20:12:39.088142"], ["updated_at", "2016-03-08 20:12:39.088142"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 20:12:39.100889"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:12:39.117229"], ["updated_at", "2016-03-08 20:12:39.117229"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.4ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 20:12:39.131369"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 2.8ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:12:39.149928"], ["updated_at", "2016-03-08 20:12:39.149928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-08 20:12:39.174195"], ["updated_at", "2016-03-08 20:12:39.174195"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vilma@labadiemurphy.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vilma@labadiemurphy.org"], ["name", "Dorothea Gaylord"], ["password_digest", "$2a$04$2K76o/16Ci88itkcAK.XCO9rRvz.z.wuccy2hsSL1ImxdMvWfPO2q"], ["created_at", "2016-03-08 20:12:39.204316"], ["updated_at", "2016-03-08 20:12:39.204316"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Quibusdam consequatur sit hic et dolores saepe. Omnis sint voluptatum architecto qui dicta. Sunt et illum sed."], ["summary", "Sunt facilis illum sint maiores omnis qui. Autem assumenda quae est magnam. Ea dolores aut commodi."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.208863"], ["updated_at", "2016-03-08 20:12:39.208863"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sadye.schaefer@wymankertzmann.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sadye.schaefer@wymankertzmann.name"], ["name", "Mathew Kovacek"], ["password_digest", "$2a$04$2iuBr540uDGp0a9hud9CJONiqv2QvhvqR92e3vVt/P9JLob1Q6Sz."], ["created_at", "2016-03-08 20:12:39.215895"], ["updated_at", "2016-03-08 20:12:39.215895"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Rerum facere totam voluptates molestiae est cum. Corporis illum modi pariatur vel architecto. Sint culpa eligendi rerum."], ["summary", "Quaerat et occaecati magni quidem. Quos libero totam at quas."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.219990"], ["updated_at", "2016-03-08 20:12:39.219990"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('diana.kertzmann@uptonschamberger.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "diana.kertzmann@uptonschamberger.info"], ["name", "Clair Dibbert"], ["password_digest", "$2a$04$fb6g9o0qjMQCHoofP85Oc.zEwKBd07r2Q1DX1FlVVDFgPX8n0SuLi"], ["created_at", "2016-03-08 20:12:39.226321"], ["updated_at", "2016-03-08 20:12:39.226321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Magnam rerum sit non fuga recusandae suscipit. Dignissimos ea porro error ad. Hic totam et."], ["summary", "Deserunt omnis aperiam omnis autem modi officiis. Ab consequuntur magni eveniet."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-08 20:12:39.230574"], ["updated_at", "2016-03-08 20:12:39.230574"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 20:12:39.235516"], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 23ms (Views: 11.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delores_padberg@reillywelch.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delores_padberg@reillywelch.net"], ["name", "Moshe Bernier I"], ["password_digest", "$2a$04$7hR0SCG9fLo3vlIam7pi5u6/IWrBMqQ0RakRPJG.7WSqrQ2AZvkZ2"], ["created_at", "2016-03-08 20:12:39.278876"], ["updated_at", "2016-03-08 20:12:39.278876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Quo assumenda illo. Suscipit nobis non modi eligendi neque ratione. Rerum perspiciatis ipsum. Odit consequatur quo eaque facilis."], ["summary", "Enim vel aut. Reprehenderit dolor id. Hic qui quos nobis."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.283388"], ["updated_at", "2016-03-08 20:12:39.283388"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keanu@greenfelderflatley.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keanu@greenfelderflatley.co"], ["name", "Era Pfannerstill DDS"], ["password_digest", "$2a$04$DewaQM7xiDzsnz3QfWhWJeLEW3YhHLJ2.QqEXiTds1Q.GxeO7F4iC"], ["created_at", "2016-03-08 20:12:39.290657"], ["updated_at", "2016-03-08 20:12:39.290657"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Quis modi eveniet quis. Veritatis aliquid fugit ipsa vel odit eos. Velit qui cumque maiores voluptatum ut id. Assumenda aliquid et et mollitia ipsam sed quos."], ["summary", "Aspernatur assumenda unde illum. Quia iste maxime ut dolorum illum ipsa architecto."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.295548"], ["updated_at", "2016-03-08 20:12:39.295548"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lia.wunsch@pagacschinner.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lia.wunsch@pagacschinner.co"], ["name", "Annabelle Kilback"], ["password_digest", "$2a$04$V8URDmi2.r2NdcDgp3DoouwUeAIF2K7/FnOEJin52l2QYvEUG.Esi"], ["created_at", "2016-03-08 20:12:39.303015"], ["updated_at", "2016-03-08 20:12:39.303015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Dolor molestiae totam voluptatum numquam molestiae. Pariatur dolor neque. Cum recusandae consequuntur officia voluptas eligendi rerum."], ["summary", "Voluptas perspiciatis rerum. Quos repellendus qui. Sequi in architecto fuga adipisci."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.307690"], ["updated_at", "2016-03-08 20:12:39.307690"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('turner.gutkowski@kuhlmanokeefe.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "turner.gutkowski@kuhlmanokeefe.io"], ["name", "Ms. Kristoffer Murray"], ["password_digest", "$2a$04$AvGpEett5y7Jxs1worMTqe2eb26.6Ibruoo2idy3yRFh01qXg9Yc2"], ["created_at", "2016-03-08 20:12:39.317018"], ["updated_at", "2016-03-08 20:12:39.317018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Ut ut et et excepturi quis doloribus. Ut quos enim delectus dolor explicabo."], ["summary", "Est sit harum earum in labore eos tempora. Minus adipisci harum ut delectus cupiditate labore a. Molestiae eligendi modi harum quia distinctio."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.321328"], ["updated_at", "2016-03-08 20:12:39.321328"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amie@okeefe.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amie@okeefe.info"], ["name", "Mrs. Dorthy Mertz"], ["password_digest", "$2a$04$JOJX9.nzzExjgXpC/zUP5OCpuNjM8AbtW.snIAcFI2g3GZDUhxnbG"], ["created_at", "2016-03-08 20:12:39.328180"], ["updated_at", "2016-03-08 20:12:39.328180"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Quod pariatur fugit et quia sunt sed. Fugiat id cumque aliquid quasi et sapiente provident. Cum pariatur aut consequatur sed qui sit. Dolor recusandae dolorem praesentium qui."], ["summary", "Temporibus reprehenderit iusto iure impedit. Laborum sed labore sed porro."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.333217"], ["updated_at", "2016-03-08 20:12:39.333217"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arne@walsh.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arne@walsh.biz"], ["name", "Jamel Gusikowski"], ["password_digest", "$2a$04$wKlAj97n.sMCL5zJxY5K.eLOD709.qq2ncEJLaE2MKl.2C64wXE0a"], ["created_at", "2016-03-08 20:12:39.339749"], ["updated_at", "2016-03-08 20:12:39.339749"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Repudiandae alias aperiam natus maxime commodi. Neque consequatur quo."], ["summary", "Nisi odit eius dolorem pariatur ut. Quia qui et quis itaque molestiae ducimus. Quibusdam suscipit ut."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.344206"], ["updated_at", "2016-03-08 20:12:39.344206"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('florian@macejkovic.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "florian@macejkovic.info"], ["name", "Delphine Parker Jr."], ["password_digest", "$2a$04$3jVfO5IN5zUhGFxJCRNyfOlB6ZGohQLIjz1CN6e0AYFXTayaYIdyi"], ["created_at", "2016-03-08 20:12:39.351923"], ["updated_at", "2016-03-08 20:12:39.351923"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Sunt possimus amet nesciunt. Sit dolorum quidem suscipit inventore a. Quos eos aut. Ut voluptate repellat dolorem magnam error debitis facere."], ["summary", "Numquam consequatur cumque sit. Dolor facere molestias deleniti aut. Ducimus ut consequatur."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.357250"], ["updated_at", "2016-03-08 20:12:39.357250"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayda@stracke.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jayda@stracke.name"], ["name", "Beaulah Lemke"], ["password_digest", "$2a$04$gxFhbc1zAOduAkMvcBudBuXFQD6t.99rudJg8uK0jGhXRGRuyQ/Oi"], ["created_at", "2016-03-08 20:12:39.366752"], ["updated_at", "2016-03-08 20:12:39.366752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Nihil quae quaerat voluptas aut est itaque. Ut quisquam facere. Dolores praesentium incidunt dolorem ea consequatur. Quis dolor facilis ut illum."], ["summary", "Quibusdam praesentium consequatur illum qui culpa et similique. Nihil sit enim maiores atque qui. Eius quis ipsam."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.371598"], ["updated_at", "2016-03-08 20:12:39.371598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('benedict@yostmayert.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "benedict@yostmayert.info"], ["name", "Myra Bosco"], ["password_digest", "$2a$04$S6ljlPOhUZJmd4UJBQY.sO97RVmQ1.MWPAEAM8KxjQbBzsY0mDmaq"], ["created_at", "2016-03-08 20:12:39.377987"], ["updated_at", "2016-03-08 20:12:39.377987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Commodi quasi mollitia similique. Nostrum sequi ut porro."], ["summary", "Esse sed quo. At suscipit consequatur nobis aperiam quam voluptatem quaerat."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.383344"], ["updated_at", "2016-03-08 20:12:39.383344"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('conor@rempel.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "conor@rempel.com"], ["name", "Addison Torphy Sr."], ["password_digest", "$2a$04$k6gDmaOxftH7km.EhxRHWOWvBinZ6nq/iOwYMYP/RWqy0qGymBqiC"], ["created_at", "2016-03-08 20:12:39.390447"], ["updated_at", "2016-03-08 20:12:39.390447"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Nesciunt harum dolorem saepe. Dolores fuga officiis nemo quia ducimus. Dicta inventore suscipit porro qui commodi consequatur. Ut recusandae aut illo at dolor."], ["summary", "Nisi rerum vitae est distinctio occaecati incidunt."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.395037"], ["updated_at", "2016-03-08 20:12:39.395037"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ulises@torp.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ulises@torp.co"], ["name", "Madalyn Farrell"], ["password_digest", "$2a$04$fx/C9COsVPjmFKkUmTguB.9bNaqJtT4zqbnCZ026CdJbDGtCxk/hi"], ["created_at", "2016-03-08 20:12:39.401948"], ["updated_at", "2016-03-08 20:12:39.401948"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Minus quos consequatur et dolorem perspiciatis iure. Iste sapiente sint ducimus asperiores."], ["summary", "Qui qui dolor aut. Tempora quam libero unde perspiciatis cupiditate molestiae aut."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.407169"], ["updated_at", "2016-03-08 20:12:39.407169"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('naomi.nitzsche@powlowski.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "naomi.nitzsche@powlowski.co"], ["name", "Monte Waters II"], ["password_digest", "$2a$04$Nnt0gqPcydDTIRRSz7lh1.eY1C3iuw5osylgpruk8KQn6P1OGSnbW"], ["created_at", "2016-03-08 20:12:39.427147"], ["updated_at", "2016-03-08 20:12:39.427147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Quo aut consequatur sed alias non laborum. Amet ipsam recusandae excepturi eos molestiae odit."], ["summary", "Adipisci sint nemo provident cum iure."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.431542"], ["updated_at", "2016-03-08 20:12:39.431542"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.2ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willie.cain@robel.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willie.cain@robel.com"], ["name", "Miss Russ Stehr"], ["password_digest", "$2a$04$Iti9a8/U2YVdfOceOnvaIOUFcdYqJBTT25hHIaMR.GINkjNeNxFzG"], ["created_at", "2016-03-08 20:12:39.454500"], ["updated_at", "2016-03-08 20:12:39.454500"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Nihil voluptas fugit. Maiores voluptatem vitae unde. Nam veritatis at."], ["summary", "Adipisci in consectetur magni maiores veritatis neque. Cupiditate sunt iste consequuntur vel exercitationem. Dolorem sed ut vel eos praesentium iusto."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-08 20:12:39.459827"], ["updated_at", "2016-03-08 20:12:39.459827"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-08 20:12:39.480138"], ["updated_at", "2016-03-08 20:12:39.480138"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 28ms (Views: 11.6ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-08 20:12:39.524100"], ["updated_at", "2016-03-08 20:12:39.524100"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cody@lind.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cody@lind.biz"], ["name", "Alessandro Ryan"], ["password_digest", "$2a$04$bX//IF2rdaIs4axNAhNZEu/vP72Ry0a6K5Cs/6LPwbH4u.Y.g9sy6"], ["created_at", "2016-03-08 20:12:39.534609"], ["updated_at", "2016-03-08 20:12:39.534609"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Esse tempora rerum sed temporibus et. Voluptatem voluptatibus et architecto. In esse deleniti dolores et architecto omnis adipisci. Quia nostrum enim non facilis error mollitia."], ["summary", "Qui magni sunt sed. Voluptatibus sint rem unde. Quia dolorum et quis dignissimos voluptatem recusandae."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.557615"], ["updated_at", "2016-03-08 20:12:39.557615"]] SQL (1.1ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chasity.wiza@hudson.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chasity.wiza@hudson.info"], ["name", "Erika Denesik Jr."], ["password_digest", "$2a$04$LnQPnW3nML.wjMRxIoVqnO1fvZpgQ8SsxrhXqGUCG6btPl49EdYza"], ["created_at", "2016-03-08 20:12:39.570629"], ["updated_at", "2016-03-08 20:12:39.570629"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Eaque nemo ipsam. Autem enim magni adipisci consectetur qui libero iusto. Doloribus eos iste aliquid dicta."], ["summary", "Inventore a eaque autem et eos ipsa. Quia enim consequatur velit."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.579672"], ["updated_at", "2016-03-08 20:12:39.579672"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ines_schiller@kshlerinbogan.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ines_schiller@kshlerinbogan.info"], ["name", "Mr. Ivah Lind"], ["password_digest", "$2a$04$INAp1waK0RTEnubGoXGlx.Kvf361M9Bc3GXLZqRwrQf.pn8Q4/gnS"], ["created_at", "2016-03-08 20:12:39.587898"], ["updated_at", "2016-03-08 20:12:39.587898"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Recusandae voluptas quae. Cupiditate sint veniam facilis earum id quia reiciendis. Culpa aut enim quis facilis."], ["summary", "Maxime aliquam aspernatur aliquid. Deserunt pariatur ex. Minima laborum doloribus reiciendis eos omnis."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-08 20:12:39.597052"], ["updated_at", "2016-03-08 20:12:39.597052"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bernie.waelchi@ebert.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bernie.waelchi@ebert.net"], ["name", "Mr. Matilde Tromp"], ["password_digest", "$2a$04$/YhCdKnHhjaTjS7Su6bHM.vqYUbNmtNjyvltX2b7pNmOJIVid40yC"], ["created_at", "2016-03-08 20:12:39.606061"], ["updated_at", "2016-03-08 20:12:39.606061"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Aut magnam non. Dolor dolorum officia voluptate est modi."], ["summary", "Nesciunt tempore explicabo eveniet natus. Autem ea nihil. Pariatur laboriosam sed maxime libero veritatis saepe."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.611453"], ["updated_at", "2016-03-08 20:12:39.611453"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-06 00:00:00.000000"], ["updated_at", "2016-03-08 20:12:39.616423"], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 1.1ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-08 20:12:39.644212"], ["updated_at", "2016-03-08 20:12:39.644212"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jammie@lind.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jammie@lind.com"], ["name", "Miss Lambert Morissette"], ["password_digest", "$2a$04$xn8NbVaQvrAcOroLeOu6hemmHOQfqy6A2UfQ9QwK2aJKu54IogGZC"], ["created_at", "2016-03-08 20:12:39.651403"], ["updated_at", "2016-03-08 20:12:39.651403"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Nobis aspernatur ea dicta. Iusto dicta sed perspiciatis dolores voluptates. Repellat quo officia rem et qui. Ut eveniet harum velit sed dicta dolorem ut."], ["summary", "Ut perferendis ut unde eveniet consequatur."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.660117"], ["updated_at", "2016-03-08 20:12:39.660117"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ignacio@schaden.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ignacio@schaden.io"], ["name", "Ansley Trantow"], ["password_digest", "$2a$04$JJXOdYWx1iTwb1AXRdv2iuV7bRpK4ps7WnVwohcZXTvKFl.Pwk8cW"], ["created_at", "2016-03-08 20:12:39.668978"], ["updated_at", "2016-03-08 20:12:39.668978"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Consequatur ea enim occaecati omnis quidem rerum. Atque porro quisquam et corporis."], ["summary", "Dolores libero non pariatur excepturi sunt dignissimos doloribus. Voluptatem vel nulla facilis maiores accusantium unde."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.679021"], ["updated_at", "2016-03-08 20:12:39.679021"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joesph@miller.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joesph@miller.net"], ["name", "Terrance Koepp"], ["password_digest", "$2a$04$/TNbIq23u7xqmztNLo.9Ze9U6In2bwHqj9sJybLjqY3EaXgxr8sKi"], ["created_at", "2016-03-08 20:12:39.689378"], ["updated_at", "2016-03-08 20:12:39.689378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Qui rerum est. Ut aliquam vel. Quis enim veritatis quia totam."], ["summary", "Doloribus rerum hic non. Id harum minus sint veritatis quae provident non. Numquam et aliquid porro facilis temporibus tempore dolorum."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.699702"], ["updated_at", "2016-03-08 20:12:39.699702"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('annetta_towne@gibsonfadel.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "annetta_towne@gibsonfadel.io"], ["name", "Antwon Crist"], ["password_digest", "$2a$04$Ox3Pto2PrBB1ueOPiAZtMuwImE7e9vAiDvs9dUxFnddMOQWyzKKz2"], ["created_at", "2016-03-08 20:12:39.707680"], ["updated_at", "2016-03-08 20:12:39.707680"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Unde praesentium rem nostrum est atque dolorum quo. Ipsum quis velit sed voluptatem quos."], ["summary", "Sunt placeat et. Dolore suscipit doloremque dolor unde est ut. Labore dolorum quis sed repellendus."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.716087"], ["updated_at", "2016-03-08 20:12:39.716087"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('era@hoppe.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "era@hoppe.name"], ["name", "Ms. Alfred Monahan"], ["password_digest", "$2a$04$XloNZVPGNCeD/497OuR4Ce3hvtIW5z1KiMqVD/alP3QYhG7VIKUTq"], ["created_at", "2016-03-08 20:12:39.724947"], ["updated_at", "2016-03-08 20:12:39.724947"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Quasi voluptas architecto recusandae beatae impedit corrupti. Ex libero quos et cupiditate mollitia autem quo. Rerum aut et aliquam ut."], ["summary", "Et veritatis hic omnis et natus. Sed rem vero et iure placeat maxime."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.733435"], ["updated_at", "2016-03-08 20:12:39.733435"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lauren.toy@bogan.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lauren.toy@bogan.biz"], ["name", "Karelle O'Hara"], ["password_digest", "$2a$04$XawoSfo.9wpjgI026zayruHLwW4dIESlzP93CvTmVUasRt1nT//iy"], ["created_at", "2016-03-08 20:12:39.742395"], ["updated_at", "2016-03-08 20:12:39.742395"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "A facilis velit eos vel nihil vero dolores. Et id magni. Voluptas exercitationem corporis ipsum aspernatur itaque."], ["summary", "Et magni iure aperiam voluptate. Vel impedit excepturi."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.752919"], ["updated_at", "2016-03-08 20:12:39.752919"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('else@kohler.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "else@kohler.info"], ["name", "Francesco Hegmann II"], ["password_digest", "$2a$04$wuCPclIF3WSISbOVCre8suD8o7XHaRRe4xaZIHVFLQ27aByg2fdKm"], ["created_at", "2016-03-08 20:12:39.762435"], ["updated_at", "2016-03-08 20:12:39.762435"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Itaque et sint id recusandae. Totam blanditiis voluptatibus sed quo eius."], ["summary", "Vero beatae quae ut voluptas veritatis aperiam."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.771152"], ["updated_at", "2016-03-08 20:12:39.771152"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('olen@oberbrunner.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "olen@oberbrunner.co"], ["name", "Matilda Adams"], ["password_digest", "$2a$04$4zF53MRtEB59zPHRuzSMROEPwbpv0iymqMzTJU.vsZqgbzXZeiST."], ["created_at", "2016-03-08 20:12:39.782053"], ["updated_at", "2016-03-08 20:12:39.782053"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Dolorum rerum perferendis. Magni veniam quia quod aut sunt voluptatem cum."], ["summary", "Facilis voluptatem rerum distinctio ut aspernatur."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.792663"], ["updated_at", "2016-03-08 20:12:39.792663"]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('doris@little.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "doris@little.biz"], ["name", "Miss Lazaro Mayert"], ["password_digest", "$2a$04$o0W0uc0f1pkTVS7A..hPKO3qXiNFNsit5t7VMzjS9x.PFMRvdl396"], ["created_at", "2016-03-08 20:12:39.807804"], ["updated_at", "2016-03-08 20:12:39.807804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Incidunt eos dolore aperiam nihil tempore. Omnis quia nostrum a minima."], ["summary", "Id labore sapiente officia explicabo facere. Perspiciatis exercitationem id eum ipsa."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.816936"], ["updated_at", "2016-03-08 20:12:39.816936"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('raphaelle_langosh@kulas.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "raphaelle_langosh@kulas.org"], ["name", "Dejuan Beer V"], ["password_digest", "$2a$04$OrRDYByOJQ6jBoJMZ2kefeurahZTt5XPaOsrSaozMpbG4uBDaJDhq"], ["created_at", "2016-03-08 20:12:39.829728"], ["updated_at", "2016-03-08 20:12:39.829728"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Nihil reiciendis qui molestiae pariatur dicta. Qui eum odit et itaque tempore. Illo necessitatibus similique tempora quia dolor quis vitae. Libero et nobis ipsa quia."], ["summary", "Dolor officia eum. Illum nobis voluptate quia reprehenderit. Facere error soluta autem minima voluptates."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.845199"], ["updated_at", "2016-03-08 20:12:39.845199"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hildegard_mraz@hermistonmarquardt.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hildegard_mraz@hermistonmarquardt.biz"], ["name", "Newton Rosenbaum"], ["password_digest", "$2a$04$4uFqM2AeL.m2OcFOyNU.Pu7B3UyXxpssejcqQy.zOyXLN1GbVLJ4G"], ["created_at", "2016-03-08 20:12:39.860113"], ["updated_at", "2016-03-08 20:12:39.860113"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Officiis sint asperiores unde. Eaque animi vero quaerat corrupti quia. Blanditiis nesciunt suscipit. Veritatis rerum laborum."], ["summary", "Nisi et dicta et harum voluptates. Placeat natus officia."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.872260"], ["updated_at", "2016-03-08 20:12:39.872260"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 1.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('beverly@kuvalis.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "beverly@kuvalis.info"], ["name", "Josh Nicolas"], ["password_digest", "$2a$04$s2IqZleKfskZskICW40tFO0RjdoIvzu7iw.NlXbeReXWSXPhxKXpK"], ["created_at", "2016-03-08 20:12:39.899279"], ["updated_at", "2016-03-08 20:12:39.899279"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:39 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (13.2ms) Completed 200 OK in 529ms (Views: 528.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"beverly@kuvalis.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "beverly@kuvalis.info"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$nUMt6zVPiH1RR8PJxZRgNO.yZnhICP7ijWuaX2Zi77lNQOtIIS4gm"], ["updated_at", "2016-03-08 20:12:40.474863"], ["id", 74]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (26.8ms) Completed 200 OK in 53ms (Views: 48.9ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('porter@collierhuels.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "porter@collierhuels.info"], ["name", "Liza Legros"], ["password_digest", "$2a$04$IG93xWwUB62DYerj96.uBOP29mibT6vxlLIWdxDNE0DkMa4.vd3pO"], ["created_at", "2016-03-08 20:12:40.544238"], ["updated_at", "2016-03-08 20:12:40.544238"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Nihil aspernatur iusto et. A est asperiores et ipsum."], ["summary", "Est aut mollitia."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-08 20:12:40.549699"], ["updated_at", "2016-03-08 20:12:40.549699"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.1ms) Completed 200 OK in 38ms (Views: 33.4ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvette.hartmann@feestankunding.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yvette.hartmann@feestankunding.name"], ["name", "Kenny Sporer"], ["password_digest", "$2a$04$U7FSFV8H4mHWAXrckDW1JOpwd0NDjnSN.m2.nRU.oA4TOlFZicH8i"], ["created_at", "2016-03-08 20:12:40.609412"], ["updated_at", "2016-03-08 20:12:40.609412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"yvette.hartmann@feestankunding.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "yvette.hartmann@feestankunding.name"]]  (0.6ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$nFj2q/gv/m321oTG0YW1NeY4cDF0MDAblK.ZpCg21XIkx.vLXE7B2"], ["updated_at", "2016-03-08 20:12:40.650231"], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 30ms (Views: 25.5ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michele.kuhn@bartellprice.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michele.kuhn@bartellprice.info"], ["name", "Dixie Jacobs"], ["password_digest", "$2a$04$DP7a0U0rPNGGB/.QFR.aVOwnslIFQ/VQE93xBQ8MR733UnBz2aYA2"], ["created_at", "2016-03-08 20:12:40.693111"], ["updated_at", "2016-03-08 20:12:40.693111"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Quis odio minima blanditiis. Nihil labore consequuntur."], ["summary", "Ipsum aut et minus occaecati id. Odio odit ad ut est."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-08 20:12:40.698005"], ["updated_at", "2016-03-08 20:12:40.698005"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('josefina.conn@bauchfadel.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "josefina.conn@bauchfadel.io"], ["name", "Shanelle Rogahn"], ["password_digest", "$2a$04$7EnvKm2IjuxcZaT0p7lp9.pbWGHR9apFCviizZ6EVxKpGmGV1xRra"], ["created_at", "2016-03-08 20:12:40.704238"], ["updated_at", "2016-03-08 20:12:40.704238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Est ea assumenda qui quo repudiandae illum. Vitae nihil veritatis et ut."], ["summary", "Aut quidem assumenda eos atque maxime animi dignissimos."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-08 20:12:40.708617"], ["updated_at", "2016-03-08 20:12:40.708617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('terrell.lebsack@tromp.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "terrell.lebsack@tromp.info"], ["name", "Glennie Prosacco"], ["password_digest", "$2a$04$ocTBTNQF8Fq4w0/gWCsBN.0AxYtZWwevDdlgbiizbaC.ItsmaXEXy"], ["created_at", "2016-03-08 20:12:40.715987"], ["updated_at", "2016-03-08 20:12:40.715987"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Atque quo doloremque ab enim. Voluptatem ducimus corrupti."], ["summary", "Nesciunt vitae exercitationem."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-08 20:12:40.720708"], ["updated_at", "2016-03-08 20:12:40.720708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('london.upton@zemlak.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "london.upton@zemlak.co"], ["name", "Verdie Hettinger"], ["password_digest", "$2a$04$5rsdV32ngIbzPrKI76wDtu2Ln8StKn8LL54MNdnvRRx6YOf7b1aia"], ["created_at", "2016-03-08 20:12:40.728059"], ["updated_at", "2016-03-08 20:12:40.728059"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Soluta et aut dolores. Eum modi assumenda facilis. Exercitationem officiis nulla."], ["summary", "Ratione ea omnis architecto. Perspiciatis et nesciunt. Minus veritatis fuga ex quia autem voluptate."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-08 20:12:40.732406"], ["updated_at", "2016-03-08 20:12:40.732406"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('loyce@anderson.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "loyce@anderson.com"], ["name", "Rosanna Hintz"], ["password_digest", "$2a$04$T4UElTkMNMepzftZGxvk.enVwlEfQC5dVni.6S5k4wq3DYfz6WmKu"], ["created_at", "2016-03-08 20:12:40.738727"], ["updated_at", "2016-03-08 20:12:40.738727"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Quae quibusdam eligendi ut aut. Maiores sit aut odit assumenda architecto. Molestiae qui voluptatem eos."], ["summary", "Possimus perspiciatis provident omnis hic. Occaecati quia ut asperiores."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-08 20:12:40.742801"], ["updated_at", "2016-03-08 20:12:40.742801"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myah@renner.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myah@renner.org"], ["name", "Ciara Rippin"], ["password_digest", "$2a$04$zovzuJgxvvWeI3a9u7rKTemLbJhyZ.ofd3Nd4ykEzk1FjZFfOE2RO"], ["created_at", "2016-03-08 20:12:40.749931"], ["updated_at", "2016-03-08 20:12:40.749931"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Aut fuga numquam blanditiis et culpa voluptatem. Dicta a non quos omnis sit distinctio ipsum."], ["summary", "Aut mollitia voluptatum nulla deserunt."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-08 20:12:40.754783"], ["updated_at", "2016-03-08 20:12:40.754783"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kenya@gibson.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kenya@gibson.io"], ["name", "Catharine Schulist"], ["password_digest", "$2a$04$/WW.rfgR9O5aR8rjjCdFuukeNQtZoIPjij64aDgtwftOeJxOcALH2"], ["created_at", "2016-03-08 20:12:40.762406"], ["updated_at", "2016-03-08 20:12:40.762406"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Laudantium veritatis accusantium ab ut quis. Ut dolorem voluptas aliquam aut. Perferendis quod cum omnis."], ["summary", "Consequatur voluptas officiis ullam exercitationem omnis eaque. Est voluptatem ut."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-08 20:12:40.766766"], ["updated_at", "2016-03-08 20:12:40.766766"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maximillia@macgyver.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maximillia@macgyver.name"], ["name", "Vesta Swift"], ["password_digest", "$2a$04$eeyR9yJYeqJmVRb2BkoZTO9170QyJum1cYBRByUUNgK1R7ppfYZi."], ["created_at", "2016-03-08 20:12:40.773209"], ["updated_at", "2016-03-08 20:12:40.773209"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Voluptatem fuga optio enim. Nulla ut et cupiditate."], ["summary", "Ut deserunt dolorem optio consequatur doloremque odio. Ut iusto fugit officia corrupti deserunt qui quia. Consectetur molestiae libero consequuntur vero repellendus."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-08 20:12:40.778502"], ["updated_at", "2016-03-08 20:12:40.778502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('roosevelt_pouros@breitenberg.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "roosevelt_pouros@breitenberg.info"], ["name", "Jessy West"], ["password_digest", "$2a$04$fBCYmYluxY1eBymv02/LGuZa55wQO./oEeFx8RxNTsos8QrwSDMHm"], ["created_at", "2016-03-08 20:12:40.785538"], ["updated_at", "2016-03-08 20:12:40.785538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Optio ducimus accusamus commodi et atque aut eligendi. Ut voluptatum porro autem ratione ut. Dolorem accusantium quis libero iste adipisci eum qui. Nostrum ea dolore."], ["summary", "Temporibus cupiditate mollitia voluptatem unde sit. Ab suscipit nesciunt numquam et et placeat dolore. Quo blanditiis rerum architecto voluptatem nihil aperiam repellendus."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-08 20:12:40.790489"], ["updated_at", "2016-03-08 20:12:40.790489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('macy@stammrosenbaum.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "macy@stammrosenbaum.com"], ["name", "Morgan Jaskolski"], ["password_digest", "$2a$04$up.RWLbXk.sE7U.W2TlHn.NCfeJGR4DHdeg8VHtZbgXVeoUdwvSMS"], ["created_at", "2016-03-08 20:12:40.797978"], ["updated_at", "2016-03-08 20:12:40.797978"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Quos et odit optio nostrum deserunt tenetur est. Est dolorum saepe libero aut exercitationem doloribus minima."], ["summary", "Consequuntur sunt eum omnis qui amet veniam. Consequatur facilis aspernatur minima voluptatem sunt autem."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-08 20:12:40.802540"], ["updated_at", "2016-03-08 20:12:40.802540"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('juston@durgantillman.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "juston@durgantillman.io"], ["name", "Odell Fritsch Jr."], ["password_digest", "$2a$04$ODnqa99xWVW34EHN0Si74uDJEfoc7C8jucg9sqc9BA7mEpuDkU3Bq"], ["created_at", "2016-03-08 20:12:40.810271"], ["updated_at", "2016-03-08 20:12:40.810271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Et non libero qui aut. Deserunt itaque explicabo nihil ad eum. Esse quam consequatur consequatur."], ["summary", "Ipsa eos modi unde dolore doloribus vero autem. Optio mollitia sit vitae eum. Sint corporis cum voluptas labore nesciunt."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-08 20:12:40.815472"], ["updated_at", "2016-03-08 20:12:40.815472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abdiel.stark@lynch.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abdiel.stark@lynch.name"], ["name", "Kamron Spencer IV"], ["password_digest", "$2a$04$1FSR75yVfA2eu.pYtzygwuU2IFRed1EJFSpvATzk6EQk8RRijzavW"], ["created_at", "2016-03-08 20:12:40.822218"], ["updated_at", "2016-03-08 20:12:40.822218"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Ab illo velit quia ut doloremque eos. Repudiandae provident consequatur occaecati. Ratione nulla quidem dolorem necessitatibus cum."], ["summary", "Nostrum illum laudantium. Id dolores accusantium velit. Voluptatem sit facilis a."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-08 20:12:40.826720"], ["updated_at", "2016-03-08 20:12:40.826720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elwin_stehr@reichel.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elwin_stehr@reichel.info"], ["name", "Cletus Franecki"], ["password_digest", "$2a$04$TjK6HzcysvO3LGPbdcBW3OJGNyPMLMBz2v5dNEHAmI0VufdmeEWEq"], ["created_at", "2016-03-08 20:12:40.833696"], ["updated_at", "2016-03-08 20:12:40.833696"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Est aut adipisci qui. Id assumenda mollitia. Ad officia consequatur voluptatum aut dignissimos nostrum delectus. Aperiam alias ab nesciunt."], ["summary", "Mollitia deleniti repellat laudantium temporibus. Sunt et ut officia quaerat eum. Nisi maiores culpa eos."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-08 20:12:40.838892"], ["updated_at", "2016-03-08 20:12:40.838892"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruth@emmerich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruth@emmerich.co"], ["name", "Esteban Wyman"], ["password_digest", "$2a$04$HTfQOGisr/3TObl5ZeUDa.YlJJb.fhGgZpMxU8v4ceaAlihrxDY4S"], ["created_at", "2016-03-08 20:12:40.845503"], ["updated_at", "2016-03-08 20:12:40.845503"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Laudantium voluptate voluptatem accusamus voluptatum et sed. Et qui ut quo aut deleniti explicabo ut."], ["summary", "Id debitis dolorem accusantium laborum minima consequatur consequuntur."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-08 20:12:40.850554"], ["updated_at", "2016-03-08 20:12:40.850554"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lily_homenick@kuphal.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lily_homenick@kuphal.io"], ["name", "Katlyn Stiedemann"], ["password_digest", "$2a$04$QRQzw2QRVJnby3B0qN8K3uYvLWHx7YA4SJC6/zf6ozSt7RJkD.Y/O"], ["created_at", "2016-03-08 20:12:40.857612"], ["updated_at", "2016-03-08 20:12:40.857612"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Quisquam error aspernatur quia voluptatum autem dignissimos corporis. Explicabo pariatur quis deleniti accusantium."], ["summary", "Nobis ipsum ut. Et id architecto nisi. Sint aliquid itaque."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-08 20:12:40.861564"], ["updated_at", "2016-03-08 20:12:40.861564"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnnie_shanahan@powlowski.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johnnie_shanahan@powlowski.info"], ["name", "Bert Mante"], ["password_digest", "$2a$04$8Zasw04rOrOITaVjgMNVke9LxrDQ7gK8Bnb5NoCi82ccSGApo64sC"], ["created_at", "2016-03-08 20:12:40.868324"], ["updated_at", "2016-03-08 20:12:40.868324"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Aut et unde porro quia inventore nam. Laudantium eligendi quia aut sunt."], ["summary", "Eos non quis et veritatis quia. Non ipsum vero reiciendis. Rerum ullam tempora."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-08 20:12:40.873010"], ["updated_at", "2016-03-08 20:12:40.873010"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('serena.williamson@christiansendubuque.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "serena.williamson@christiansendubuque.name"], ["name", "Mrs. Nya Champlin"], ["password_digest", "$2a$04$ZIrATYbJm1CVkfGdWfUMruphpHjEpSWnF.fB8iuMk4ZZWRCMz23KK"], ["created_at", "2016-03-08 20:12:40.880034"], ["updated_at", "2016-03-08 20:12:40.880034"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Rerum explicabo occaecati. Ut possimus exercitationem id ut explicabo."], ["summary", "Saepe veniam at. Sit in mollitia libero velit dolores quibusdam. Corporis perferendis saepe eum asperiores culpa."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-08 20:12:40.885020"], ["updated_at", "2016-03-08 20:12:40.885020"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michel@heidenreich.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michel@heidenreich.io"], ["name", "Liam Fay"], ["password_digest", "$2a$04$7SzVkZLfbV.Z.TmxLx0lbutW.HBHEXMCV6RAoFY9K5sTU76iWxWRi"], ["created_at", "2016-03-08 20:12:40.891988"], ["updated_at", "2016-03-08 20:12:40.891988"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Nam aliquam est dignissimos perspiciatis ut aut laborum. Totam animi assumenda repellendus magni reiciendis atque explicabo."], ["summary", "Et ut consequatur quo. Eius eos sequi corporis aut quas in."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-08 20:12:40.896889"], ["updated_at", "2016-03-08 20:12:40.896889"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dashawn@rolfsonmetz.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dashawn@rolfsonmetz.net"], ["name", "Ms. Hubert Weissnat"], ["password_digest", "$2a$04$pIE.GJhIIEBKGJjvk0JW8uUk0pqWID6O7ZmDN6OmUEWVXS6QQErSu"], ["created_at", "2016-03-08 20:12:40.903678"], ["updated_at", "2016-03-08 20:12:40.903678"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Sequi est dolore possimus magnam vel. Adipisci et qui. Officia dolor voluptatem."], ["summary", "Labore nemo sint. Non et repudiandae explicabo hic. Nemo qui suscipit sed."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-08 20:12:40.908705"], ["updated_at", "2016-03-08 20:12:40.908705"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sonya_oconner@mosciski.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sonya_oconner@mosciski.net"], ["name", "Adaline Shields"], ["password_digest", "$2a$04$wvkGlAlJuk6TUmkA4XMp9uexKJFmsgPCwTtxdzWqc77FouWxMXf0C"], ["created_at", "2016-03-08 20:12:40.917120"], ["updated_at", "2016-03-08 20:12:40.917120"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Et dolorem nemo. Odio eos atque sit."], ["summary", "Tempore omnis quis. Ut consequatur nemo eveniet. Sint beatae similique."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-08 20:12:40.923618"], ["updated_at", "2016-03-08 20:12:40.923618"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tavares_johnston@koepp.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tavares_johnston@koepp.name"], ["name", "Rasheed Leffler"], ["password_digest", "$2a$04$nVcBY27ZFxGaj3geXOZNQum0TGJsSUK2XIzn6S0nkOv7sRXRO/v.K"], ["created_at", "2016-03-08 20:12:40.932468"], ["updated_at", "2016-03-08 20:12:40.932468"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Repellendus nulla eveniet. Est et nesciunt. Minima aut at ad natus ipsum numquam adipisci."], ["summary", "Nam iure dicta est veritatis rem placeat. Illum nulla quas delectus corrupti aut hic veniam. Aut impedit inventore omnis."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-08 20:12:40.938796"], ["updated_at", "2016-03-08 20:12:40.938796"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('paris.barton@flatley.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "paris.barton@flatley.co"], ["name", "Arnulfo Ankunding"], ["password_digest", "$2a$04$Z8VbWarrPdmqeRPvWmQH1.giDxa/AeVmuhTaaC2dfUlBFVnWQkFrq"], ["created_at", "2016-03-08 20:12:40.947168"], ["updated_at", "2016-03-08 20:12:40.947168"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Odit eum accusamus. Reiciendis laboriosam provident. Ut magni labore tempora sunt sint consequatur aperiam."], ["summary", "Et temporibus laboriosam vel officiis quia."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-08 20:12:40.952298"], ["updated_at", "2016-03-08 20:12:40.952298"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pinkie_corwin@weinat.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pinkie_corwin@weinat.org"], ["name", "Audra Collins MD"], ["password_digest", "$2a$04$UDqRPQEluM1ZXLHKDPD4ee0lS1DZU5NYxIIlpa5WUm8BWn6.Qtx4e"], ["created_at", "2016-03-08 20:12:40.961412"], ["updated_at", "2016-03-08 20:12:40.961412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Quasi adipisci doloribus iste molestiae itaque quia. Maxime rerum dignissimos est voluptatem sunt aut et."], ["summary", "Illo quisquam expedita. Qui et voluptatem explicabo eaque deserunt dolores voluptatum."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-08 20:12:40.967153"], ["updated_at", "2016-03-08 20:12:40.967153"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joy@hellerveum.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joy@hellerveum.co"], ["name", "Adriel Rice"], ["password_digest", "$2a$04$kBGwyvWP8MqNqIf9yCxRxeVq8CJ7kdQChhS4Dn/9gRDhzbNsKkaTy"], ["created_at", "2016-03-08 20:12:40.975024"], ["updated_at", "2016-03-08 20:12:40.975024"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ullam veritatis aliquam nulla sint enim eius. Quasi iusto quis non et. A placeat atque."], ["summary", "Ut numquam maxime omnis ut dicta quasi. Odit rerum veniam."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-08 20:12:40.979596"], ["updated_at", "2016-03-08 20:12:40.979596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gilbert.cruickshank@eichmanndicki.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gilbert.cruickshank@eichmanndicki.biz"], ["name", "Johnathan Littel"], ["password_digest", "$2a$04$DIlkgy.LE58KcZ/ltS5lLuSbwHrpXTX1jFb7jqW0EvV/24nL/t3ii"], ["created_at", "2016-03-08 20:12:40.986058"], ["updated_at", "2016-03-08 20:12:40.986058"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Vel qui libero fuga. Placeat in odit at quis."], ["summary", "Culpa odit sunt tempore quo libero."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-08 20:12:40.990606"], ["updated_at", "2016-03-08 20:12:40.990606"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('werner.becker@mraz.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "werner.becker@mraz.biz"], ["name", "Marquise Schuster"], ["password_digest", "$2a$04$wrDT1wjhsrELCqb89W09VOL9azQOvfpFeiRupx7EUw20QHJY6rHKK"], ["created_at", "2016-03-08 20:12:40.997099"], ["updated_at", "2016-03-08 20:12:40.997099"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Ipsa delectus itaque iste. Soluta quia laudantium inventore sunt saepe."], ["summary", "Quia est nihil sed. Molestiae atque deleniti alias."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-08 20:12:41.002164"], ["updated_at", "2016-03-08 20:12:41.002164"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (248.2ms) Completed 200 OK in 267ms (Views: 241.8ms | ActiveRecord: 24.2ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.6ms) Completed 200 OK in 45ms (Views: 41.6ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cecelia_fisher@wiegand.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cecelia_fisher@wiegand.biz"], ["name", "Tom Swaniawski"], ["password_digest", "$2a$04$KfI5Qp1SevcfLZtaf/Hy5ORstCXZdLhsrafqbfIo.2LEeLxMjbmUS"], ["created_at", "2016-03-08 20:12:41.347712"], ["updated_at", "2016-03-08 20:12:41.347712"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cecelia_fisher@wiegand.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "cecelia_fisher@wiegand.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$p2aITD7tdAnTv9gCtWYVc.O3SsM09bZOPbjaif7Itgrj6uT1Gdt9S"], ["updated_at", "2016-03-08 20:12:41.379375"], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kim_gerhold@feest.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kim_gerhold@feest.org"], ["name", "Tillman Wyman"], ["password_digest", "$2a$04$kmEe5GzOt/GcBl0vKJtnE.FFsYlY6PkU6yecH4dzvYmH25vrj/6Y6"], ["created_at", "2016-03-08 20:12:41.428757"], ["updated_at", "2016-03-08 20:12:41.428757"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Eos consequatur provident exercitationem id repudiandae repellendus. Ut minima facilis omnis dolorem consequatur."], ["summary", "Dolore numquam fuga."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-08 20:12:41.433550"], ["updated_at", "2016-03-08 20:12:41.433550"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ignatius@baumbachblick.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ignatius@baumbachblick.name"], ["name", "Mr. Jordan Schuster"], ["password_digest", "$2a$04$aDc3p.0arty7RysDtO/5keEkZPLWHbsyxT7JSgMjoXFF6uzrQ4VW2"], ["created_at", "2016-03-08 20:12:41.441258"], ["updated_at", "2016-03-08 20:12:41.441258"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Repellat voluptatem eos fugiat voluptas est placeat. Impedit cumque natus nostrum inventore. Quia nostrum nemo quis. Unde dolorum maxime fugit."], ["summary", "Numquam earum sit quia provident. Quis sed reiciendis. Nisi consectetur quo laboriosam quo."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-08 20:12:41.447782"], ["updated_at", "2016-03-08 20:12:41.447782"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fatima@prosacco.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fatima@prosacco.net"], ["name", "Leopoldo Zulauf"], ["password_digest", "$2a$04$9skZvCWC6NyAIPWj21rK1O8rF1hYW6pBRLdWSPHJmyYM0TCauvtZe"], ["created_at", "2016-03-08 20:12:41.454820"], ["updated_at", "2016-03-08 20:12:41.454820"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Iusto vero explicabo. Atque soluta aspernatur quia sit quam. Voluptatibus rerum et corrupti illum. Id sunt quis."], ["summary", "In porro aut quo consequatur veniam vero."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-08 20:12:41.459243"], ["updated_at", "2016-03-08 20:12:41.459243"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hardy.hartmann@runte.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hardy.hartmann@runte.org"], ["name", "Anabel Terry"], ["password_digest", "$2a$04$OEbmpIlkTSjKutCYse0wTuTUSBKbdy.DGUKjAfscTl6VILostchBy"], ["created_at", "2016-03-08 20:12:41.467430"], ["updated_at", "2016-03-08 20:12:41.467430"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Soluta doloremque exercitationem. Expedita unde nesciunt consequuntur voluptas dolorum vitae. Commodi laudantium cum necessitatibus ipsa. Sunt nihil ipsum reprehenderit aut ut accusamus veniam."], ["summary", "Velit nulla at. Blanditiis est voluptate ipsam et cupiditate delectus. Explicabo aspernatur voluptas."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-08 20:12:41.472940"], ["updated_at", "2016-03-08 20:12:41.472940"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jovani@huel.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jovani@huel.biz"], ["name", "Sean Batz"], ["password_digest", "$2a$04$XYaLbB7DN.aIypU3Z9wP1urMi35HlHrB6wD/IXorD/Mtx0HavdA06"], ["created_at", "2016-03-08 20:12:41.480328"], ["updated_at", "2016-03-08 20:12:41.480328"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Rerum velit ea natus consectetur aut. In voluptatibus repellat assumenda et eligendi reiciendis ut. Ut non ducimus quia debitis."], ["summary", "Molestiae dolor asperiores exercitationem et in nihil."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-08 20:12:41.486797"], ["updated_at", "2016-03-08 20:12:41.486797"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leland_ward@bartellheller.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leland_ward@bartellheller.net"], ["name", "Corene Morissette"], ["password_digest", "$2a$04$x2gPP.sw.pcWAVMlD5M5SelDc.mswAxJeRzHnZE7SHLVEdiE8DGEq"], ["created_at", "2016-03-08 20:12:41.494403"], ["updated_at", "2016-03-08 20:12:41.494403"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Inventore voluptatem exercitationem voluptas quidem nisi tempore. Quia blanditiis vel. Dolorem labore reprehenderit. Maiores omnis culpa dolorem."], ["summary", "Aut et iste. Temporibus consequatur aperiam saepe voluptates fuga id ipsa."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-08 20:12:41.499922"], ["updated_at", "2016-03-08 20:12:41.499922"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sid_hirthe@jakubowskiko.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sid_hirthe@jakubowskiko.co"], ["name", "Miss Sophia Fisher"], ["password_digest", "$2a$04$MKFrIbvU59lr4gHq.bMHDeLXKBCUK3sT6lddGttF5o9IDUbBZbkRq"], ["created_at", "2016-03-08 20:12:41.507487"], ["updated_at", "2016-03-08 20:12:41.507487"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Magni maxime est quis. Officiis expedita ex ut assumenda iure fugit. Ab autem ut totam."], ["summary", "Rerum nulla nostrum est modi quam. Id molestiae iure necessitatibus. Sint deserunt minima ut aliquam distinctio."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-08 20:12:41.511990"], ["updated_at", "2016-03-08 20:12:41.511990"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('thomas@king.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "thomas@king.co"], ["name", "Sammie Macejkovic MD"], ["password_digest", "$2a$04$bKsAnKEqk1ew5AOzWy1KtOSxAQ5.BIEZBpKylbX1DFiXmC3g3sD0y"], ["created_at", "2016-03-08 20:12:41.520095"], ["updated_at", "2016-03-08 20:12:41.520095"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Vitae voluptatem temporibus minus qui ratione reiciendis. Facilis reprehenderit consequatur. Nihil rerum reiciendis mollitia dolor qui. Dolores qui doloremque omnis necessitatibus nam voluptatibus."], ["summary", "Eligendi dolor pariatur et debitis consequatur velit."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-08 20:12:41.525082"], ["updated_at", "2016-03-08 20:12:41.525082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eusebio@kuhlmanrolfson.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eusebio@kuhlmanrolfson.info"], ["name", "Mr. Madisen Mosciski"], ["password_digest", "$2a$04$3hEN8p8pNn73KtDILdm4WuUUdbISkiZxPgRg/SeaYolse24quZYNa"], ["created_at", "2016-03-08 20:12:41.532998"], ["updated_at", "2016-03-08 20:12:41.532998"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Facere eum in eum neque quo dolorem distinctio. Doloremque et minima iusto ad. Provident quia iusto hic quia. Minus quis aut saepe et."], ["summary", "Sed cupiditate voluptatem. Quo adipisci maiores."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-08 20:12:41.538677"], ["updated_at", "2016-03-08 20:12:41.538677"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jedediah@bradtkegreenholt.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jedediah@bradtkegreenholt.io"], ["name", "Mr. Jeramy Stokes"], ["password_digest", "$2a$04$BEvSzWjjzlQFP9eXQRBlYO0B0iH0G1gUQsqWUA23KPV2YIPHzPdk2"], ["created_at", "2016-03-08 20:12:41.546727"], ["updated_at", "2016-03-08 20:12:41.546727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Quo omnis explicabo id. Adipisci cumque eaque provident consequuntur earum vel soluta. Et illo omnis. Rem debitis numquam veritatis distinctio."], ["summary", "Aut illum adipisci."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-08 20:12:41.551756"], ["updated_at", "2016-03-08 20:12:41.551756"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gideon.hoppe@hirthelebsack.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gideon.hoppe@hirthelebsack.info"], ["name", "Dr. Aniya Beier"], ["password_digest", "$2a$04$UZd1yd21dZjXNMI3IsEBh.2rxQj91fms47V7mfrSro0NHhotgsAz."], ["created_at", "2016-03-08 20:12:41.558859"], ["updated_at", "2016-03-08 20:12:41.558859"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Ex laudantium error qui reprehenderit voluptate fugiat. Odit voluptatibus sequi libero aspernatur deleniti et. Veritatis odio hic debitis ut ut fugiat. Quasi quia id eaque harum modi."], ["summary", "Dolores sed ipsam dolore nemo autem voluptatem odit."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-08 20:12:41.563205"], ["updated_at", "2016-03-08 20:12:41.563205"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pattie@wintheiserhansen.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pattie@wintheiserhansen.co"], ["name", "Alessandro Roberts"], ["password_digest", "$2a$04$x.lIiWdXZ58hHKI9QapYsevFDDYLdYZmH4dhtiozGN6vWfvNPGNeq"], ["created_at", "2016-03-08 20:12:41.570566"], ["updated_at", "2016-03-08 20:12:41.570566"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Dolores voluptatibus nam. Culpa quis magnam esse et. Aut reprehenderit laudantium expedita."], ["summary", "Animi cupiditate voluptatum. Laborum deserunt est sed illo."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-08 20:12:41.575608"], ["updated_at", "2016-03-08 20:12:41.575608"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('warren@boyer.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "warren@boyer.biz"], ["name", "Heidi Yundt"], ["password_digest", "$2a$04$eFmoezJpSzvc53zuFogJsu9AGmmy3a/nQH6nHHgXqn5GX33F9kmiO"], ["created_at", "2016-03-08 20:12:41.582682"], ["updated_at", "2016-03-08 20:12:41.582682"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Eos corrupti in maxime voluptatum. Illum earum doloremque assumenda et et eum. Eum et aut dignissimos inventore."], ["summary", "Nesciunt esse quia placeat sed. Mollitia et ut aut ex modi."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-08 20:12:41.587745"], ["updated_at", "2016-03-08 20:12:41.587745"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaela@weimann.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaela@weimann.name"], ["name", "Adrienne Keebler"], ["password_digest", "$2a$04$K4hSxiWLDLbclIWM/wos4ucuaUqUqKnlEI6jDU3mG4MwNuNMQ6c0S"], ["created_at", "2016-03-08 20:12:41.594728"], ["updated_at", "2016-03-08 20:12:41.594728"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Hic cumque quisquam nam a. Harum aut numquam unde voluptatem qui sunt. Architecto ullam eveniet nostrum quibusdam. Unde doloribus et consequuntur autem et."], ["summary", "Sint ipsum animi dolor aperiam."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-08 20:12:41.599892"], ["updated_at", "2016-03-08 20:12:41.599892"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('herminia@kulas.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "herminia@kulas.org"], ["name", "Dr. Itzel Fay"], ["password_digest", "$2a$04$fa8hxHDelmzPB2mbvWzAbuMiMDcMfW/TC1n.RQC38JTSsQhu5gitm"], ["created_at", "2016-03-08 20:12:41.607863"], ["updated_at", "2016-03-08 20:12:41.607863"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Explicabo cupiditate velit dolore. Molestias quidem necessitatibus recusandae dolores magni rerum optio. Et maiores vel inventore voluptates quidem quia et. Veritatis quia sunt numquam dolorem."], ["summary", "Voluptas ipsum ut doloremque maiores quo ipsa. Eos porro qui corporis eius."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-08 20:12:41.613538"], ["updated_at", "2016-03-08 20:12:41.613538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('precious@wolfjacobs.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "precious@wolfjacobs.io"], ["name", "Doris Heaney"], ["password_digest", "$2a$04$QVoRS.x9NV8QYnr/2wGnGuGu8hI1Z2lSIEtpnUEmzZVIjHYJKisKu"], ["created_at", "2016-03-08 20:12:41.621199"], ["updated_at", "2016-03-08 20:12:41.621199"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Porro omnis totam. Deserunt explicabo voluptatem illo. Iste recusandae eaque tempore."], ["summary", "Amet animi tenetur incidunt labore dolores. Saepe dolores ab voluptatibus quia. Dolorum aspernatur nostrum sint."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-08 20:12:41.626455"], ["updated_at", "2016-03-08 20:12:41.626455"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reyna@brown.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reyna@brown.net"], ["name", "Trenton Prohaska"], ["password_digest", "$2a$04$42eXs2QECarhkAqMrpIctO7qPrcWT.SRlRacjYcsbSQurzVIwCc3C"], ["created_at", "2016-03-08 20:12:41.633354"], ["updated_at", "2016-03-08 20:12:41.633354"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Repellat dolorum hic est consectetur. Doloremque eum sit."], ["summary", "Sit quos nobis voluptas aut quo. Rerum quos velit."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-08 20:12:41.638935"], ["updated_at", "2016-03-08 20:12:41.638935"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('robin.hagenes@spencer.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "robin.hagenes@spencer.io"], ["name", "Ms. Aleen Weissnat"], ["password_digest", "$2a$04$c2QrwSj3v44CEefj4cj5sOJE0PTxBJt5MWCTnNpCuvsj5p0C5uTAy"], ["created_at", "2016-03-08 20:12:41.646527"], ["updated_at", "2016-03-08 20:12:41.646527"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Dolorem dignissimos soluta veniam. Voluptatem aliquam reiciendis quis."], ["summary", "Minus cupiditate neque rem consequuntur deserunt velit ratione. Explicabo iste omnis quaerat."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-08 20:12:41.651113"], ["updated_at", "2016-03-08 20:12:41.651113"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mckenna@torphy.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mckenna@torphy.info"], ["name", "Kole Murray"], ["password_digest", "$2a$04$vSD.KlV.rw6zVrc6RFHrXePokACPI3DdHtx3apCGqV9E3iPPCzmhC"], ["created_at", "2016-03-08 20:12:41.660650"], ["updated_at", "2016-03-08 20:12:41.660650"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Debitis praesentium sit error totam repudiandae exercitationem. Et odit impedit occaecati est et et eius. Voluptas similique sit. Minus ea sunt et magnam ab architecto id."], ["summary", "Sed dolore et aspernatur tenetur. Labore ea corrupti beatae."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-08 20:12:41.665510"], ["updated_at", "2016-03-08 20:12:41.665510"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sebastian@dibbertklocko.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sebastian@dibbertklocko.io"], ["name", "Norberto McGlynn"], ["password_digest", "$2a$04$CAJmdZHw.5pS18fqpc9QluNRvbkTvU6gg7wPZq7cJXLeKd2XlX7Eq"], ["created_at", "2016-03-08 20:12:41.672914"], ["updated_at", "2016-03-08 20:12:41.672914"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Et reiciendis non ullam dolorem magnam aut. Rerum animi atque incidunt delectus adipisci voluptatem."], ["summary", "Perspiciatis molestias est minus recusandae maxime nemo. Velit sit sunt totam vero suscipit dolor."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-08 20:12:41.677428"], ["updated_at", "2016-03-08 20:12:41.677428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('milo@robel.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "milo@robel.net"], ["name", "Amir Carter"], ["password_digest", "$2a$04$2J9/EqcQ.Bz7spEkX7cBE.Bquqx9ErvB5yhALbE4Anit64rDJrZUy"], ["created_at", "2016-03-08 20:12:41.685210"], ["updated_at", "2016-03-08 20:12:41.685210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Harum maiores aut soluta ut ea et. Voluptatem harum voluptatem officiis velit. Totam non rerum nihil. Eos enim quo ut fuga temporibus quis."], ["summary", "Quia natus animi commodi. Quibusdam qui velit."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-08 20:12:41.690961"], ["updated_at", "2016-03-08 20:12:41.690961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carlee@farrell.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carlee@farrell.org"], ["name", "Maia Ziemann"], ["password_digest", "$2a$04$pwruFxVfxH07hAl6rcZxWOsSaz8xZ53VZ5KCDXnH5znDFRratp3.i"], ["created_at", "2016-03-08 20:12:41.698291"], ["updated_at", "2016-03-08 20:12:41.698291"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Totam iusto exercitationem beatae perferendis aut. Explicabo quo ut esse amet rerum. Libero voluptatem debitis officia quisquam aut et eos. Fuga molestiae labore veniam eius."], ["summary", "Quas assumenda rerum ex quam non rem. Unde quia distinctio sed facilis et. Minima ducimus nobis voluptatem id sint nisi est."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-08 20:12:41.703162"], ["updated_at", "2016-03-08 20:12:41.703162"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adrianna@halvorson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adrianna@halvorson.net"], ["name", "Ms. Deron Grant"], ["password_digest", "$2a$04$SLqRxy7PJY0s/DxLRbHG7.JQO0wh0cRbsXqaUaF1yvdiCixJZaYMO"], ["created_at", "2016-03-08 20:12:41.710209"], ["updated_at", "2016-03-08 20:12:41.710209"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Id nemo eaque adipisci incidunt voluptas exercitationem quasi. Dolores et veritatis architecto mollitia. Consequuntur aut distinctio neque architecto animi."], ["summary", "Voluptatem fugiat veniam est fugit et ut inventore."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-08 20:12:41.714831"], ["updated_at", "2016-03-08 20:12:41.714831"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('blanche_cole@hudsonshanahan.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "blanche_cole@hudsonshanahan.org"], ["name", "Cleora Hane"], ["password_digest", "$2a$04$b52mwCxQ5mz2bxQ7moxWY.shtfs4IBnbcrzQSKlRGAnin5yrdetuC"], ["created_at", "2016-03-08 20:12:41.722996"], ["updated_at", "2016-03-08 20:12:41.722996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Labore nulla et earum odio quia velit. Beatae id dolorum sint rem et et. Magni rerum ullam aut unde consequatur beatae ratione."], ["summary", "Eos expedita autem consequatur aut maxime nisi provident. Facilis fuga est magni quaerat ut est."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-08 20:12:41.728344"], ["updated_at", "2016-03-08 20:12:41.728344"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ari@mohrvon.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ari@mohrvon.info"], ["name", "Mr. Major Schmidt"], ["password_digest", "$2a$04$D2qMe3dQeuPAfTaIchHjWuVQnO9/dVNgD0m/nZBReSU7rhW6TIK0u"], ["created_at", "2016-03-08 20:12:41.737096"], ["updated_at", "2016-03-08 20:12:41.737096"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Vel aliquam non voluptatem et aut. Suscipit sit quibusdam consequatur adipisci. Rerum omnis eveniet dignissimos dolor."], ["summary", "Rerum iste et. Exercitationem possimus animi eveniet sint id."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-08 20:12:41.742866"], ["updated_at", "2016-03-08 20:12:41.742866"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miguel.cruickshank@boyle.com') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "miguel.cruickshank@boyle.com"], ["name", "Janet Lebsack"], ["password_digest", "$2a$04$Wf70oqvrfCLiNvSj9tNoYOVkTvt94NbBnzr5acMS80K7eQVPRZUVe"], ["created_at", "2016-03-08 20:12:41.751264"], ["updated_at", "2016-03-08 20:12:41.751264"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Commodi iste laboriosam quibusdam autem quod beatae dicta. Quos aut consequuntur voluptas libero."], ["summary", "Ad dolorum officiis. Iusto praesentium corporis. Recusandae sed illo odio totam officiis."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-08 20:12:41.758479"], ["updated_at", "2016-03-08 20:12:41.758479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (233.9ms) Completed 200 OK in 271ms (Views: 243.9ms | ActiveRecord: 25.5ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.6ms) Completed 200 OK in 43ms (Views: 38.0ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rodolfo@heel.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rodolfo@heel.biz"], ["name", "Andrew"], ["password_digest", "$2a$04$7hJaSEyXFX1x6cD2iBpiCu5k57vzVS8i9/w6//oLpHt3sCyj89ASy"], ["created_at", "2016-03-08 20:12:42.110060"], ["updated_at", "2016-03-08 20:12:42.110060"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"rodolfo@heel.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "rodolfo@heel.biz"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$hOUAT9GxjjCn6l6XVDfSKOGLaiqtczd5fCYVdNVGwgqNqkQb/2vje"], ["updated_at", "2016-03-08 20:12:42.150721"], ["id", 130]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 33ms (Views: 29.6ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('roosevelt.kuvalis@damore.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "roosevelt.kuvalis@damore.name"], ["name", "Josh"], ["password_digest", "$2a$04$vXMNKanxustgp0AeI907gOHUPFFkOkOrvBPIOsDwO7fux6blMFhVS"], ["created_at", "2016-03-08 20:12:42.200031"], ["updated_at", "2016-03-08 20:12:42.200031"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fleta@hand.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fleta@hand.com"], ["name", "Terrance Cassin"], ["password_digest", "$2a$04$QMg/YsAnET1ISfAx.jKBq.wa/Y9SlnC9dww/rcct8kWhW3SxTnpq."], ["created_at", "2016-03-08 20:12:42.209157"], ["updated_at", "2016-03-08 20:12:42.209157"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Nulla ipsum quis doloremque. Aut in voluptatem dolor qui error aliquid."], ["summary", "Est ea debitis tempore voluptatem aut. Aut nemo et laborum quis veritatis amet. Nisi debitis illum eos in ipsa."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-08 20:12:42.215143"], ["updated_at", "2016-03-08 20:12:42.215143"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:12:42.223158"], ["updated_at", "2016-03-08 20:12:42.223158"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (12.2ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shea_haley@keeling.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shea_haley@keeling.co"], ["name", "Andrew"], ["password_digest", "$2a$04$pH7Y4xNyn9bohsVyJZwuqONWgO8k03.tmkL4HDVFIrI4I19Y77FQO"], ["created_at", "2016-03-08 20:12:42.259521"], ["updated_at", "2016-03-08 20:12:42.259521"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"shea_haley@keeling.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "shea_haley@keeling.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$HGUEPT5C4sx.ecI5mPuncO0chUn8nY1YIpBJcYfOjJ1lTkIW2.AfW"], ["updated_at", "2016-03-08 20:12:42.291335"], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.2ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ima.hills@sipes.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ima.hills@sipes.name"], ["name", "Josh"], ["password_digest", "$2a$04$llbD/aWnsUobdWRgm3Too.DnIKQQaLq87/jRkFsm6T2.la2npR/UO"], ["created_at", "2016-03-08 20:12:42.329128"], ["updated_at", "2016-03-08 20:12:42.329128"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:12:42.335017"], ["updated_at", "2016-03-08 20:12:42.335017"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (4.7ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('demetris@carroll.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "demetris@carroll.org"], ["name", "Korbin Von"], ["password_digest", "$2a$04$DBE1UeNalLvZzo3L95NVbOIw0nBdumbMh8Zfsm6p/6DO74l.2SnS2"], ["created_at", "2016-03-08 20:12:42.360772"], ["updated_at", "2016-03-08 20:12:42.360772"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"demetris@carroll.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "demetris@carroll.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$YLd3T0PBLyo7tNi.GYkjgeVHWN.DQdpBTlYBR9H6COIeTj01ZKnUK"], ["updated_at", "2016-03-08 20:12:42.396431"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 29ms (Views: 23.5ms | ActiveRecord: 3.0ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (2.9ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.7ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$wYdNrYh6zWlU0PpZasJGS.IFVtq1KJfj0LnJ2OPw2TQQRfhR76Bee"], ["created_at", "2016-03-08 20:12:42.518039"], ["updated_at", "2016-03-08 20:12:42.518039"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$sKz44yPUG/Oiw7Ifbm1buu3RDDhMDIJWlhcTbQlDk6r68TCDHevyK"], ["updated_at", "2016-03-08 20:12:42.548717"], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.9ms) Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$lD1QuMwamEAbMvhq2KGwk.EFw1NlZLOD4iZEQ6paq0Dr/HrFpBXxm"], ["created_at", "2016-03-08 20:12:42.599307"], ["updated_at", "2016-03-08 20:12:42.599307"]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:46 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-08 15:12:46 -0500 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-08 15:12:46 -0500 Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$fO5BvgFxdCRj4ZdbbkZCIuf118lUD6CuKnrqAyve9WOLjl8bTb0C."], ["updated_at", "2016-03-08 20:12:47.270300"], ["id", 137]]  (0.5ms) COMMIT Redirected to http://127.0.0.1:53667/admin/posts Completed 302 Found in 18ms (ActiveRecord: 2.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 35ms (Views: 29.4ms | ActiveRecord: 2.9ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:53667/ Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.5ms) Completed 200 OK in 47ms (Views: 44.6ms | ActiveRecord: 1.0ms) Started GET "/assets/exposition/application-684ba247d94ae62c1fd73ca307df6d8a306449d312dc0548a50b493d278e1515.css" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.0ms)  (0.6ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (16.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wellington@vonruedenzieme.info') LIMIT 1 SQL (1.2ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wellington@vonruedenzieme.info"], ["name", "Ida Ledner"], ["password_digest", "$2a$04$QcWCHX7XknN2OmbAb4wdUe0peuPYfux1fppFciMf9I8mYb5/XBC1O"], ["created_at", "2016-03-08 20:12:48.584490"], ["updated_at", "2016-03-08 20:12:48.584490"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"wellington@vonruedenzieme.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "wellington@vonruedenzieme.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$lr3d4tbOs2VA2DxIxk3TYuNg8/V7G0BbPQX7uybQZpXZFL39Sp7oW"], ["updated_at", "2016-03-08 20:12:48.641254"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 42ms (Views: 35.5ms | ActiveRecord: 2.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (1.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-08 20:12:48.701136"], ["updated_at", "2016-03-08 20:12:48.701136"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 42ms (Views: 38.8ms | ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sage@flatley.biz') LIMIT 1 SQL (2.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sage@flatley.biz"], ["name", "Mr. Dave Reichert"], ["password_digest", "$2a$04$bn03BrHbTOlBnXYK3mqwpu1Nm9Wzoq6SWiq2KpUV2Rpwc8uQ0RN3q"], ["created_at", "2016-03-08 20:12:48.780154"], ["updated_at", "2016-03-08 20:12:48.780154"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sage@flatley.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "sage@flatley.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Jgrx5Ee8XOLZoHopD.SDMuVYwZh3GLNIqnlo4F2SXqyWK3htyELpe"], ["updated_at", "2016-03-08 20:12:48.835501"], ["id", 2]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 39ms (Views: 34.5ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-08 20:12:48.891595"], ["updated_at", "2016-03-08 20:12:48.891595"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-08 20:12:48.897997"], ["updated_at", "2016-03-08 20:12:48.897997"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-08 20:12:48.903876"], ["updated_at", "2016-03-08 20:12:48.903876"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-08 20:12:48.912232"], ["updated_at", "2016-03-08 20:12:48.912232"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-08 20:12:48.918422"], ["updated_at", "2016-03-08 20:12:48.918422"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-08 20:12:48.927351"], ["updated_at", "2016-03-08 20:12:48.927351"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-08 20:12:48.934632"], ["updated_at", "2016-03-08 20:12:48.934632"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-08 20:12:48.941680"], ["updated_at", "2016-03-08 20:12:48.941680"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-08 20:12:48.947552"], ["updated_at", "2016-03-08 20:12:48.947552"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-08 20:12:48.953063"], ["updated_at", "2016-03-08 20:12:48.953063"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-08 20:12:48.960442"], ["updated_at", "2016-03-08 20:12:48.960442"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-08 20:12:48.967371"], ["updated_at", "2016-03-08 20:12:48.967371"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-08 20:12:48.974435"], ["updated_at", "2016-03-08 20:12:48.974435"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-08 20:12:48.985540"], ["updated_at", "2016-03-08 20:12:48.985540"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-08 20:12:48.991000"], ["updated_at", "2016-03-08 20:12:48.991000"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-08 20:12:48.996685"], ["updated_at", "2016-03-08 20:12:48.996685"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-08 20:12:49.002321"], ["updated_at", "2016-03-08 20:12:49.002321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-08 20:12:49.007723"], ["updated_at", "2016-03-08 20:12:49.007723"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-08 20:12:49.022946"], ["updated_at", "2016-03-08 20:12:49.022946"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-08 20:12:49.033569"], ["updated_at", "2016-03-08 20:12:49.033569"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-08 20:12:49.041303"], ["updated_at", "2016-03-08 20:12:49.041303"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-08 20:12:49.048386"], ["updated_at", "2016-03-08 20:12:49.048386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-08 20:12:49.055466"], ["updated_at", "2016-03-08 20:12:49.055466"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-08 20:12:49.065606"], ["updated_at", "2016-03-08 20:12:49.065606"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (1.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-08 20:12:49.070745"], ["updated_at", "2016-03-08 20:12:49.070745"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-08 20:12:49.077944"], ["updated_at", "2016-03-08 20:12:49.077944"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (17.9ms) Completed 200 OK in 47ms (Views: 42.0ms | ActiveRecord: 1.9ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 50ms (Views: 46.1ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.6ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marjorie_larkin@boyle.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marjorie_larkin@boyle.org"], ["name", "Dr. Elnora Schowalter"], ["password_digest", "$2a$04$S6uCrrXLsgzgQ67ZJTyxzOsPU5BAw2WbgH6wYNwhPmmSWAfYMVAjW"], ["created_at", "2016-03-08 20:12:49.222467"], ["updated_at", "2016-03-08 20:12:49.222467"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marjorie_larkin@boyle.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "marjorie_larkin@boyle.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$D453fNh.XZQWUG9FMjZanOkKjvbMpCUbGpDFhvVIa/wJC9HMqYZfC"], ["updated_at", "2016-03-08 20:12:49.287946"], ["id", 3]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 43ms (Views: 38.8ms | ActiveRecord: 2.3ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (11.4ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('conner@strosin.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "conner@strosin.org"], ["name", "Miss Florida Crona"], ["password_digest", "$2a$04$Wpuv9auB3T4K6DGdx4CV.uXr86LirnWkeWLMQ73bIWU7EkECkpmwa"], ["created_at", "2016-03-08 20:12:49.385257"], ["updated_at", "2016-03-08 20:12:49.385257"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"conner@strosin.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "conner@strosin.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$w16iEGtGG4gFsl3sQoVAwecwCTO5bFgzoPpA.b0eiAh5G1Ec6aFsO"], ["updated_at", "2016-03-08 20:12:49.443417"], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 24ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 1.8ms)  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:12:49.509601"], ["updated_at", "2016-03-08 20:12:49.509601"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (6.2ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arlene_bruen@brownstracke.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arlene_bruen@brownstracke.com"], ["name", "Velda Lind"], ["password_digest", "$2a$04$TPim/fNZSX7T7ZJ3qUMrs.y9WGEd2BmZdoiPw00oUbn8e4AOVs6nq"], ["created_at", "2016-03-08 20:12:49.556916"], ["updated_at", "2016-03-08 20:12:49.556916"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"arlene_bruen@brownstracke.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "arlene_bruen@brownstracke.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$NjgYZPaGUptS1XML42oOY.Chx4HeCA0xqabGwRCYOnPllCkEuYdju"], ["updated_at", "2016-03-08 20:12:49.606919"], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 35ms (Views: 31.8ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-08 20:12:49.655540"], ["updated_at", "2016-03-08 20:12:49.655540"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theodora_yost@dietrich.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theodora_yost@dietrich.io"], ["name", "Dr. Leo Osinski"], ["password_digest", "$2a$04$Yzev21GNQtuSVknGHub33OjJb3R.gl6CTrdmIWxO2xF4uLeRpabd."], ["created_at", "2016-03-08 20:12:49.776404"], ["updated_at", "2016-03-08 20:12:49.776404"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Ea dolores et et rerum esse. Quam dolore ad et nemo. Beatae repellendus provident qui est enim. Dolor enim nostrum."], ["summary", "Aut laboriosam quas reiciendis rem unde."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.782082"], ["updated_at", "2016-03-08 20:12:49.782082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rae.barton@keebler.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rae.barton@keebler.name"], ["name", "Mr. Hilbert Daniel"], ["password_digest", "$2a$04$tdbvGPpkNgBe.F4IcNLt3OiYrSd/sMWGdLYv3NazIJmbz5fePxouS"], ["created_at", "2016-03-08 20:12:49.795469"], ["updated_at", "2016-03-08 20:12:49.795469"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "At et repellat corrupti quis. Est ut non nemo quibusdam. Rerum quae quibusdam magnam neque. Blanditiis maxime sint assumenda optio."], ["summary", "Aut ut quo doloribus corporis. Sed beatae sint animi."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-08 20:12:49.802684"], ["updated_at", "2016-03-08 20:12:49.802684"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (15.4ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (24.4ms) Completed 200 OK in 29ms (Views: 25.1ms | ActiveRecord: 2.6ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (5.5ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('annabel_renner@miller.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "annabel_renner@miller.com"], ["name", "Toby Davis"], ["password_digest", "$2a$04$ZVkBsxjsG.V3fQduUeMHIOxz1zpHwVUkzGqE.LESbUoBmbL1WF8dm"], ["created_at", "2016-03-08 20:12:49.866760"], ["updated_at", "2016-03-08 20:12:49.866760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Amet porro mollitia distinctio excepturi consequuntur. Dolor qui molestiae cum nihil odit rerum eos. Numquam ea enim aut. Quibusdam aut voluptate natus modi."], ["summary", "Non aut id expedita qui omnis. Voluptates quam totam modi veniam aut."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.875981"], ["updated_at", "2016-03-08 20:12:49.875981"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eunice.dare@yost.name') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eunice.dare@yost.name"], ["name", "Bernard Olson"], ["password_digest", "$2a$04$JFyz1t5ooKdL.SCKyQaSa.WjxHwxcx1mY/kMl7fPXAkIqMKBZHAhO"], ["created_at", "2016-03-08 20:12:49.886889"], ["updated_at", "2016-03-08 20:12:49.886889"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Blanditiis soluta qui molestiae repellendus autem. Occaecati dignissimos aliquid vel atque autem. Et perferendis ipsa exercitationem quia aut et expedita."], ["summary", "Numquam saepe consectetur sunt. Est et incidunt rerum dolores quas nostrum reiciendis. Sit vel cum ea voluptas aut vel."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.896367"], ["updated_at", "2016-03-08 20:12:49.896367"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tracey@price.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tracey@price.co"], ["name", "Eveline Langworth"], ["password_digest", "$2a$04$MbwQHeuo6uoAFAmVKEmsnO4NN0sEUHmIAbBoNT7D.noB0kloFyQdW"], ["created_at", "2016-03-08 20:12:49.907715"], ["updated_at", "2016-03-08 20:12:49.907715"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Tempora aut fugit illo ut labore quia cupiditate. Fugiat nihil mollitia placeat."], ["summary", "Ut et est est. Placeat voluptas vel dolorum repudiandae. Aut omnis non fuga eum aut sint provident."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.917202"], ["updated_at", "2016-03-08 20:12:49.917202"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shayna.bogisich@hoppe.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shayna.bogisich@hoppe.info"], ["name", "Julia Douglas"], ["password_digest", "$2a$04$Z6jytQZH8ziuqvcy8Al19.a.xdizzejwIy8KjHYmv1jrPvhJBB3K2"], ["created_at", "2016-03-08 20:12:49.930208"], ["updated_at", "2016-03-08 20:12:49.930208"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Ut sed est. Consequatur animi repellendus accusantium iusto quia ut. Fuga vitae sit ut voluptatem inventore natus dolore."], ["summary", "Voluptate omnis reiciendis ad temporibus."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.935890"], ["updated_at", "2016-03-08 20:12:49.935890"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (1.0ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ivah@yostluettgen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ivah@yostluettgen.net"], ["name", "Carson Bergstrom"], ["password_digest", "$2a$04$YOiv0Exk9TIGo8gfZBuvPunOe.tJOSWdWrpS5c1lMobjsr8ZCXs1u"], ["created_at", "2016-03-08 20:12:49.947951"], ["updated_at", "2016-03-08 20:12:49.947951"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Corrupti nam qui blanditiis accusamus. Molestias consequatur est quis ipsum."], ["summary", "Neque ipsa est omnis eos ducimus autem libero. Quaerat ea eveniet laudantium. Commodi vel dignissimos culpa hic totam."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.954559"], ["updated_at", "2016-03-08 20:12:49.954559"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lesley_swaniawski@schroeder.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lesley_swaniawski@schroeder.name"], ["name", "Mrs. Elva Schiller"], ["password_digest", "$2a$04$7EPeaOz0MIA.XwOzDZx1XuWJq3zrNsMhPsrroew1hc/UZrUiriXjy"], ["created_at", "2016-03-08 20:12:49.963792"], ["updated_at", "2016-03-08 20:12:49.963792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Dignissimos odit soluta ipsam asperiores voluptatum. Ratione voluptate sit vero rerum consequatur. Sed nemo qui ut sunt."], ["summary", "Qui id fuga tempore similique. Consequatur et voluptatibus. Fuga aut iure ut qui magni possimus sit."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.972261"], ["updated_at", "2016-03-08 20:12:49.972261"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bo@schoenlarkin.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bo@schoenlarkin.com"], ["name", "Flavie Buckridge"], ["password_digest", "$2a$04$ngBRTeoDryX4xrLvMG0zSuOql5cb6SQxpnFfwNAR7xOqRoIA/lGUO"], ["created_at", "2016-03-08 20:12:49.980156"], ["updated_at", "2016-03-08 20:12:49.980156"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Qui itaque adipisci. Eveniet excepturi error alias labore suscipit et delectus. Dolorem magni et voluptatem."], ["summary", "Deleniti harum dolorum amet atque animi sapiente dolores."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.988497"], ["updated_at", "2016-03-08 20:12:49.988497"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alison@jacobibashirian.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alison@jacobibashirian.name"], ["name", "Fern Luettgen"], ["password_digest", "$2a$04$zUxPJ5pJ0r1mX1Ffdd6cU.zHQ/iWPEFcprcerv9zkFcIYC3981jjW"], ["created_at", "2016-03-08 20:12:49.997725"], ["updated_at", "2016-03-08 20:12:49.997725"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Officiis eum veritatis vitae quas. Non eos aliquid. Incidunt ea neque in. Facilis vero est occaecati reiciendis aut."], ["summary", "Quis natus dolores sed voluptatem pariatur repellendus deserunt. Cumque dolorem fuga voluptas qui. Sint odio occaecati."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.003438"], ["updated_at", "2016-03-08 20:12:50.003438"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marvin@bogisich.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marvin@bogisich.net"], ["name", "Eryn Swift"], ["password_digest", "$2a$04$KDE3nxNQX2Py4bLtUqIQauHiH5a7ED7HUDciV0mWFmrhjgdcjVxH2"], ["created_at", "2016-03-08 20:12:50.011622"], ["updated_at", "2016-03-08 20:12:50.011622"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Qui possimus omnis. Ut sit nihil possimus itaque odit perspiciatis consectetur. Autem saepe nulla tempore quia quas animi maiores."], ["summary", "Aliquid quisquam quis eum."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.017408"], ["updated_at", "2016-03-08 20:12:50.017408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darrell@zulauf.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darrell@zulauf.info"], ["name", "Mina Ratke DVM"], ["password_digest", "$2a$04$ZSURNIL2lef.rVEMx1BCf.4Co8wUoJGHa3CPUDvbiCHUXzr5Ohifu"], ["created_at", "2016-03-08 20:12:50.025790"], ["updated_at", "2016-03-08 20:12:50.025790"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Voluptas qui et ullam sit nesciunt veritatis commodi. Itaque quia ea sint non."], ["summary", "Quod deleniti dolores perferendis fugiat fuga minima ab."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.031530"], ["updated_at", "2016-03-08 20:12:50.031530"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nakia@sporerjohnson.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nakia@sporerjohnson.info"], ["name", "Lesly Bogisich"], ["password_digest", "$2a$04$iLmO0ySj9hC/6TNhVUsY8uuZ/a8hUgjRpcKDqPjQdhs1sLv0BSwiS"], ["created_at", "2016-03-08 20:12:50.042092"], ["updated_at", "2016-03-08 20:12:50.042092"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Deserunt ut sed. Id quas magni. Sit exercitationem sapiente."], ["summary", "Illo similique sunt et. Officiis alias libero. Voluptatum repudiandae ipsum."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.047817"], ["updated_at", "2016-03-08 20:12:50.047817"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (35.0ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (42.9ms) Completed 200 OK in 46ms (Views: 38.7ms | ActiveRecord: 6.2ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (4.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.0ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('earline@hodkiewiczklocko.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "earline@hodkiewiczklocko.com"], ["name", "Edward Donnelly MD"], ["password_digest", "$2a$04$J0Ej82rV9DEe8RQFCTvME.OWHKpmqVNsUWzjb6Cx4RZtTlTGPWVf."], ["created_at", "2016-03-08 20:12:50.135144"], ["updated_at", "2016-03-08 20:12:50.135144"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Asperiores voluptatum eos eaque. Praesentium quidem sequi inventore est ullam similique voluptas. Dolore unde rerum hic. Facilis delectus ipsum illum totam tempore."], ["summary", "Quam enim nesciunt voluptatem temporibus quasi maiores quia. Asperiores laboriosam molestiae ea."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.140709"], ["updated_at", "2016-03-08 20:12:50.140709"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (9.1ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.3ms) Completed 200 OK in 18ms (Views: 12.1ms | ActiveRecord: 5.2ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.2ms) Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.5ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerrold@bergnaum.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerrold@bergnaum.co"], ["name", "Miss Ozella Aufderhar"], ["password_digest", "$2a$04$tLjrVUk/NNksRkSfGMGsYee5EqUdxRxYxuqVLl9oYxOqWXuutt26a"], ["created_at", "2016-03-08 20:12:50.203343"], ["updated_at", "2016-03-08 20:12:50.203343"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Modi dolore et minima est et voluptatibus. Aperiam esse quae est labore explicabo est harum."], ["summary", "Recusandae laboriosam doloribus velit animi aut. Quisquam asperiores magni aut facilis voluptas vitae."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-08 20:12:50.208367"], ["updated_at", "2016-03-08 20:12:50.208367"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-08 20:12:50.231777"], ["updated_at", "2016-03-08 20:12:50.231777"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-08 20:12:50.237526"], ["updated_at", "2016-03-08 20:12:50.237526"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garth.murphy@grady.net') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garth.murphy@grady.net"], ["name", "Ursula Roberts V"], ["password_digest", "$2a$04$tm36ppjgWUyk54YcAib9NOg/7YYWJzXHVr/p2Uxxo2.9/3NVyYS5K"], ["created_at", "2016-03-08 20:12:50.247490"], ["updated_at", "2016-03-08 20:12:50.247490"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 30) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 30) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Quisquam aliquam est quis sint nesciunt qui qui. Vel voluptates rem et delectus. Distinctio alias dicta facere quidem aspernatur assumenda quaerat. Officia ducimus provident harum."], ["summary", "Repudiandae perferendis molestias veritatis."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.273506"], ["updated_at", "2016-03-08 20:12:50.273506"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 30], ["taggable_id", 16]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janet_collier@blanda.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janet_collier@blanda.co"], ["name", "Jewel Koepp"], ["password_digest", "$2a$04$b5fycabyMvsrM8qplhMSN.jmAoW31RSy8XutBFHJT5Z/uB0asxG22"], ["created_at", "2016-03-08 20:12:50.283989"], ["updated_at", "2016-03-08 20:12:50.283989"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Debitis possimus fugiat tempore vero maiores quo. Atque doloribus expedita inventore aut totam qui est."], ["summary", "Tempora est quidem libero sunt possimus. Impedit illum debitis saepe aut."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.293412"], ["updated_at", "2016-03-08 20:12:50.293412"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 17]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.8ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.0ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.0ms) Completed 200 OK in 17ms (Views: 12.1ms | ActiveRecord: 3.9ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 30], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (5.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (12.4ms) Completed 200 OK in 19ms (Views: 11.0ms | ActiveRecord: 4.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$4J0/bf4a15.T3fB1ndmmv.gMVUbwYU8VZySgRPQLIiXtJ/9smfswq"], ["created_at", "2016-03-08 20:12:50.378501"], ["updated_at", "2016-03-08 20:12:50.378501"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$b4jXtGvIogGgxWxgzWokgOBI0WC8hhvEq2v3q9pZihXTQRyIB/qEi"], ["created_at", "2016-03-08 20:12:50.390254"], ["updated_at", "2016-03-08 20:12:50.390254"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$..DjEgDVL7mnq17tcljiAurmjBOWt4aEkbeR0RgFyATvTciZGw9uW"], ["updated_at", "2016-03-08 20:12:50.394411"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 20:12:50.413929"], ["updated_at", "2016-03-08 20:12:50.413929"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-08 20:12:50.423215"], ["updated_at", "2016-03-08 20:12:50.423215"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('payton@schultzosinski.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "payton@schultzosinski.org"], ["name", "Jeanne Jenkins"], ["password_digest", "$2a$04$bWecUeP3DTTxmgSvEXoHSu718u4fJ2UoXSFGik7woJDSuU2MmFTuG"], ["created_at", "2016-03-08 20:12:50.484323"], ["updated_at", "2016-03-08 20:12:50.484323"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('watson.runolfsdottir@gislason.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "watson.runolfsdottir@gislason.net"], ["name", "Marisa Padberg"], ["password_digest", "$2a$04$LkbXR/HBYcE8DCxeIXCGhu.T7ME/NzRPyAWMRIrrYJvx6w9J5CzIC"], ["created_at", "2016-03-08 20:12:50.495649"], ["updated_at", "2016-03-08 20:12:50.495649"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sam@stark.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sam@stark.com"], ["name", "Beverly Koch PhD"], ["password_digest", "$2a$04$gx7TRtqwc2.qVmDzIK5pW.UZ86MQQ4LoKrN3scuRpndzXFijxs3xO"], ["created_at", "2016-03-08 20:12:50.505889"], ["updated_at", "2016-03-08 20:12:50.505889"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Enim aperiam dolor quos nam. Amet et facere omnis aut. Praesentium rem vero sit sed voluptatem in. Omnis delectus dolores dignissimos ducimus."], ["summary", "Saepe omnis laboriosam et voluptatem. Cumque quia magni qui."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-08 20:12:50.510321"], ["updated_at", "2016-03-08 20:12:50.510321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('daisha@reingerkohler.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "daisha@reingerkohler.net"], ["name", "Kaylin Walsh"], ["password_digest", "$2a$04$o031VPWiPZJQGcn66AbgoevNncchIuLt6wx.YcT6Jd90ISDiTHu7S"], ["created_at", "2016-03-08 20:12:50.520274"], ["updated_at", "2016-03-08 20:12:50.520274"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Culpa illum quisquam nam et velit. Explicabo quod id. Sunt et corporis ab iste nesciunt voluptatum incidunt. Dolorum numquam quisquam incidunt."], ["summary", "Vero aut quidem in facere. Voluptas quos soluta quo odit reprehenderit quo libero. Culpa ipsa praesentium atque suscipit vel facilis quis."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-08 20:12:50.526792"], ["updated_at", "2016-03-08 20:12:50.526792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rigoberto@greenholtspinka.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rigoberto@greenholtspinka.name"], ["name", "Kira Nienow"], ["password_digest", "$2a$04$ds8KPPebkbg83iI0jKUooejG5ZQDOuW67LDRcPDpKp3DkFHYhG1dO"], ["created_at", "2016-03-08 20:12:50.536711"], ["updated_at", "2016-03-08 20:12:50.536711"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('damaris_auer@fay.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "damaris_auer@fay.com"], ["name", "Jonas Borer"], ["password_digest", "$2a$04$lvg9Ngg/z40KPbrA8LUnR.vT9cMMOi1zBKA1PBmurlUBTRAdqAjFi"], ["created_at", "2016-03-08 20:12:50.547100"], ["updated_at", "2016-03-08 20:12:50.547100"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lauretta@howegutmann.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lauretta@howegutmann.biz"], ["name", "Effie Gaylord"], ["password_digest", "$2a$04$OE.SnT.rXxXAbbEzYFdf4.pWlESutxBanarGtG7zkM8YOUCAuqofu"], ["created_at", "2016-03-08 20:12:50.560335"], ["updated_at", "2016-03-08 20:12:50.560335"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilson_bins@pacocha.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wilson_bins@pacocha.net"], ["name", "Humberto Halvorson"], ["password_digest", "$2a$04$Mx2QG59lQADkuLLeXQnN9u6zNnDik2Ypjq6rDSueckmmehRk8wRyq"], ["created_at", "2016-03-08 20:12:50.571393"], ["updated_at", "2016-03-08 20:12:50.571393"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Est omnis architecto et voluptatum voluptatibus nemo recusandae. Ipsum consequatur voluptatibus. Odio hic eaque. Facilis id odio ad recusandae."], ["summary", "Voluptatem aspernatur voluptatibus natus non fugiat rerum."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.577320"], ["updated_at", "2016-03-08 20:12:50.577320"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosie@kochmohr.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosie@kochmohr.org"], ["name", "Noble Nader II"], ["password_digest", "$2a$04$nisKJ/mOMwMDZdTbfSIrJOSRBppE3z5SESW9W4QYxKLTAFtg8Qqxi"], ["created_at", "2016-03-08 20:12:50.585354"], ["updated_at", "2016-03-08 20:12:50.585354"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Dolorem est nobis maxime magni. Aut repellat ullam ad vero et recusandae dolor."], ["summary", "Velit aliquam rerum hic cupiditate in ut."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.590948"], ["updated_at", "2016-03-08 20:12:50.590948"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 18:12:50.593478"], ["updated_at", "2016-03-08 20:12:50.598518"], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 20:12:50.593657"], ["updated_at", "2016-03-08 20:12:50.603257"], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mortimer@prohaskakeeling.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mortimer@prohaskakeeling.net"], ["name", "Mr. Emmalee Schneider"], ["password_digest", "$2a$04$K5M0IMDZA5.x3kdh9FYBv.pzugyAIg0tMIm5./XWtoVu/BBsr4pgK"], ["created_at", "2016-03-08 20:12:50.616307"], ["updated_at", "2016-03-08 20:12:50.616307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Qui blanditiis esse. Nostrum rerum voluptatem ad debitis voluptas odio. Dolores laboriosam voluptates et doloribus quasi. Omnis placeat aliquam."], ["summary", "Dignissimos dolore iure nihil et."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.621467"], ["updated_at", "2016-03-08 20:12:50.621467"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('markus.schuster@rolfson.org') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "markus.schuster@rolfson.org"], ["name", "Delia Keeling"], ["password_digest", "$2a$04$5pmY8wAKtcx4DeqNievPNet5fBR3IVcusmcpssTWYG3e8NCl6QJVi"], ["created_at", "2016-03-08 20:12:50.629134"], ["updated_at", "2016-03-08 20:12:50.629134"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Quis suscipit et deserunt ratione illo. Dolores voluptatem qui dolore. Molestiae rerum at voluptatem."], ["summary", "Sunt ea ipsum modi est unde. Quibusdam veritatis eum sit dolor unde."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-08 20:12:50.634232"], ["updated_at", "2016-03-08 20:12:50.634232"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (1.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stefan_rowe@damorewilderman.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stefan_rowe@damorewilderman.com"], ["name", "Chauncey Carter"], ["password_digest", "$2a$04$EB17VPaSVSVpdbDAVJbw4.Zxz5BVuOjGlGHMbvAKnQWEhpd0Bl2ge"], ["created_at", "2016-03-08 20:12:50.649235"], ["updated_at", "2016-03-08 20:12:50.649235"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ola@rowe.org') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ola@rowe.org"], ["name", "Jaclyn Huel"], ["password_digest", "$2a$04$5MdP0Ox8tlCBfR600MUvHe5c3SBMGfhqqDRRuuScx.XkEi.SkK.vG"], ["created_at", "2016-03-08 20:12:50.661828"], ["updated_at", "2016-03-08 20:12:50.661828"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Quia a vel dignissimos nihil sunt ea et. Quam voluptates excepturi enim magnam fuga nostrum perspiciatis. Numquam voluptatem eum iure nesciunt in. Ullam et in non."], ["summary", "Necessitatibus nisi vero fuga. Tenetur non nemo quod velit odit enim quibusdam."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-08 20:12:50.668168"], ["updated_at", "2016-03-08 20:12:50.668168"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:12:50.673114"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aliza_mayer@legros.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aliza_mayer@legros.name"], ["name", "Anais Rath"], ["password_digest", "$2a$04$KVxTSYKHasQi3IqfLmxsx.Egn6KkU5fRiN7wfkcvN/F/qqKBVioM2"], ["created_at", "2016-03-08 20:12:50.685592"], ["updated_at", "2016-03-08 20:12:50.685592"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Iure reiciendis eaque qui aliquam quo id nostrum. Officia ex alias quis nisi."], ["summary", "Rerum quas ut labore laborum commodi earum. Itaque commodi at ut voluptatem laboriosam dolorem ut. Ut voluptatem quasi aperiam impedit veniam unde."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.690848"], ["updated_at", "2016-03-08 20:12:50.690848"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 20:12:50.698872"], ["id", 25]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abel_murphy@dubuque.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abel_murphy@dubuque.info"], ["name", "Dean Jacobi"], ["password_digest", "$2a$04$ynOwBiF70aaz/XI6DEBOm.rLwriY0EQD2073R8ApzwQkxdtlBt6e6"], ["created_at", "2016-03-08 20:12:50.713650"], ["updated_at", "2016-03-08 20:12:50.713650"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.9ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$4aF1oXMWn4J6A03duZYbdOr2ksbNIQjTvVsKFfboAlbbGt0HNPqHS"], ["created_at", "2016-03-08 20:12:50.809157"], ["updated_at", "2016-03-08 20:12:50.809157"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$NCaDnsNuCE9BZT2TMuJxCuEGltf4rmtQPDPD2grJznH8lEfFHQjAS"], ["created_at", "2016-03-08 20:12:50.887294"], ["updated_at", "2016-03-08 20:12:50.887294"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maggie_mcdermott@carterleannon.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maggie_mcdermott@carterleannon.io"], ["name", "Tyson Oberbrunner"], ["password_digest", "$2a$04$vX/D0D/.cYw6bhB8qTSxuOstqHjw101wPNHAt7pTuEdoBGTJLG6gq"], ["created_at", "2016-03-08 20:12:50.902394"], ["updated_at", "2016-03-08 20:12:50.902394"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Est animi est voluptates. Neque quia maiores non aspernatur ut itaque. Nobis rerum et provident non temporibus quis. Ut qui assumenda."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-08 20:12:50.908068"], ["updated_at", "2016-03-08 20:12:50.908068"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (29.6ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (16.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ignacio@goyette.io') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ignacio@goyette.io"], ["name", "Antwan Pouros"], ["password_digest", "$2a$04$Rwt4DnSxwO/ZLzZlfb5uiO7WXKBdOcz3IFSGDuKJOV3Nfx72As1ga"], ["created_at", "2016-03-08 20:13:55.330426"], ["updated_at", "2016-03-08 20:13:55.330426"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:55 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (15.8ms) Completed 200 OK in 357ms (Views: 356.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:55 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ignacio@goyette.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ignacio@goyette.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$leAv7letwFGq2Wf32lwKxO..JqqiJU/DpLMz72KRJYl8vc.m3v0gW"], ["updated_at", "2016-03-08 20:13:55.984514"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:55 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.9ms) Completed 200 OK in 53ms (Views: 45.7ms | ActiveRecord: 3.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamron@kirlin.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamron@kirlin.info"], ["name", "Miss Antonetta Nikolaus"], ["password_digest", "$2a$04$C9HM1a8uFEDDODhQyxO2peQtdaPYJlqc70GXv6ocoNZONoxEB5uSe"], ["created_at", "2016-03-08 20:13:56.066018"], ["updated_at", "2016-03-08 20:13:56.066018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Repellat beatae harum at eum ut quia. Dolorem sed numquam at."], ["summary", "Dolorem illo voluptatem sed et id. Nemo tempora consequatur neque."], ["author_id", 2], ["slug", "title1"], ["created_at", "2016-03-08 20:13:56.178589"], ["updated_at", "2016-03-08 20:13:56.178589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (40.8ms) Completed 200 OK in 55ms (Views: 47.3ms | ActiveRecord: 6.9ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('heath.kihn@daugherty.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "heath.kihn@daugherty.biz"], ["name", "Arno Abbott"], ["password_digest", "$2a$04$LL6OX1GmsXxK5qrdH5Il6ePZ7H/HZhn/nHcgmRCwrRZPp3QuDrMXe"], ["created_at", "2016-03-08 20:13:56.254600"], ["updated_at", "2016-03-08 20:13:56.254600"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"heath.kihn@daugherty.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "heath.kihn@daugherty.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$hQzULP4B/Fopfq2fmo5ywuPWgOm/tLmTaeaQNLGmlqtv8e4EtS7ne"], ["updated_at", "2016-03-08 20:13:56.283244"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.6ms) Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sherman@herman.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sherman@herman.com"], ["name", "Jake Carroll"], ["password_digest", "$2a$04$xeWiGa.NlMFE/GgsjC1FUuHhUVMZ9Xv7FdXW88inewso8Qw4fAuWq"], ["created_at", "2016-03-08 20:13:56.323991"], ["updated_at", "2016-03-08 20:13:56.323991"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Sunt consectetur tempora numquam. Voluptatem placeat iusto. Quae quos corporis aliquam maxime in eaque."], ["summary", "Voluptatem aut dolorum quod iusto amet reiciendis."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:13:56.328812"], ["updated_at", "2016-03-08 20:13:56.328812"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mariane@hanemetz.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mariane@hanemetz.co"], ["name", "Sedrick Funk"], ["password_digest", "$2a$04$7BnhFyumRr8Dw09wUobqT.QTykbvA7rc4Xl9Of6ddu9j1nKLAU9tS"], ["created_at", "2016-03-08 20:13:56.336077"], ["updated_at", "2016-03-08 20:13:56.336077"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Velit voluptatem exercitationem voluptatem quia itaque iure error. Harum saepe asperiores. Pariatur nemo error sed voluptas sed magni aut."], ["summary", "Cumque aspernatur dicta. Saepe et iste."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:13:56.341854"], ["updated_at", "2016-03-08 20:13:56.341854"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christelle@yundtgoyette.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christelle@yundtgoyette.co"], ["name", "Tracey Frami"], ["password_digest", "$2a$04$ELRycL67k5v1Zu5a0ZH6SuiI3wnZmPlLwkKEjroORWeAa6Nbr16Uy"], ["created_at", "2016-03-08 20:13:56.348909"], ["updated_at", "2016-03-08 20:13:56.348909"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Est qui natus at nostrum. Sunt aliquid repellendus mollitia. Esse deleniti et nobis sit modi est sed."], ["summary", "Fuga dolorem recusandae distinctio non. Consequuntur iste quis nulla neque illum excepturi. Voluptatem totam delectus reiciendis harum cum dolores beatae."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:13:56.353032"], ["updated_at", "2016-03-08 20:13:56.353032"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ada@pagac.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ada@pagac.name"], ["name", "Reilly Reinger"], ["password_digest", "$2a$04$UYVNHPC/P7jxuUIELzL0F.CYjFnv8VFV6D3PrxQ1i5uOm1PTY//DS"], ["created_at", "2016-03-08 20:13:56.359654"], ["updated_at", "2016-03-08 20:13:56.359654"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Et sed qui consequatur id fugit ullam. Sint a exercitationem eum quaerat fuga. Dolor deleniti explicabo voluptatem rerum non. Numquam accusamus deleniti earum dolor."], ["summary", "Sed possimus qui ratione explicabo odio autem. Et dolor doloribus magnam."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:13:56.364037"], ["updated_at", "2016-03-08 20:13:56.364037"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('giovani.kiehn@keeblerpurdy.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "giovani.kiehn@keeblerpurdy.net"], ["name", "Jakayla Schimmel"], ["password_digest", "$2a$04$lqTiIpjL.HAYnugTwHcxRuhXoPW5VxPtcPcu3MClGPAjUBzFE3IYK"], ["created_at", "2016-03-08 20:13:56.370758"], ["updated_at", "2016-03-08 20:13:56.370758"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Pariatur quasi omnis voluptas. Nihil ab dolores ipsa ipsam et dolor."], ["summary", "Mollitia facere similique molestiae illum quod. Consequatur cumque eaque labore et. Et voluptates aut alias consequatur in sed."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:13:56.375266"], ["updated_at", "2016-03-08 20:13:56.375266"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jonas@blickharvey.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jonas@blickharvey.biz"], ["name", "Emery Gleason"], ["password_digest", "$2a$04$u0QPtlMp0hLC5UCWWFxGD.l6oXQbDfSWAEaZ3i0tqsrvcalRDRd.m"], ["created_at", "2016-03-08 20:13:56.381327"], ["updated_at", "2016-03-08 20:13:56.381327"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Perspiciatis voluptatum et ea dicta quam aspernatur. Ad autem cum. Ut expedita molestias odit laudantium."], ["summary", "Ut ea ad quae quibusdam sit. Corporis ducimus officiis qui fugiat."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:13:56.385420"], ["updated_at", "2016-03-08 20:13:56.385420"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('preston@bartoletti.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "preston@bartoletti.org"], ["name", "Gillian Runolfsdottir V"], ["password_digest", "$2a$04$2dtk6lJuU6RDdw0YtIxat.O6xsuk5gsxBa0woCR/6SBynx6RmtA1i"], ["created_at", "2016-03-08 20:13:56.391609"], ["updated_at", "2016-03-08 20:13:56.391609"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Fugit nemo facere maxime doloribus sint cumque laborum. Officiis eos in temporibus voluptatem tenetur. Vitae magni tempora minus perspiciatis ullam consectetur. Minima molestiae ut quidem dignissimos pariatur."], ["summary", "Quia nemo qui corrupti itaque."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:13:56.395958"], ["updated_at", "2016-03-08 20:13:56.395958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('robert_boyer@huel.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "robert_boyer@huel.name"], ["name", "Fernando West II"], ["password_digest", "$2a$04$TE1TPLMInJrsOB.SfSer4OGz0DmZDUImFU5XBdrV9wZ0KjnX87Tty"], ["created_at", "2016-03-08 20:13:56.403121"], ["updated_at", "2016-03-08 20:13:56.403121"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Incidunt omnis iure hic ut aut. Perferendis labore vero. Beatae omnis qui quas sit."], ["summary", "Dolores quia necessitatibus delectus porro voluptatem. Quo a commodi est et ipsa non. Delectus ut odit corrupti sed deleniti."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:13:56.407862"], ["updated_at", "2016-03-08 20:13:56.407862"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruthie@lebsackdonnelly.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruthie@lebsackdonnelly.info"], ["name", "Velda Rutherford"], ["password_digest", "$2a$04$MiyUajrXOUGXUIGkkjFrzumZsQw0zYE/lSxplsIB0mpS7xq4T.JtW"], ["created_at", "2016-03-08 20:13:56.414671"], ["updated_at", "2016-03-08 20:13:56.414671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Saepe aut tenetur modi optio ipsa et voluptatem. Ut provident aut laborum natus fugiat. Esse natus et numquam doloremque beatae eum."], ["summary", "Reiciendis culpa minima voluptatem quae. Hic quo eos sed molestias. Repudiandae id tenetur vitae commodi eum deleniti non."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:13:56.419824"], ["updated_at", "2016-03-08 20:13:56.419824"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('talon_oreilly@braunkshlerin.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "talon_oreilly@braunkshlerin.io"], ["name", "Naomi Crooks"], ["password_digest", "$2a$04$5l6bR7Qu8Hm72tdtDFrbteEUlKEftZ4pryo56MFwP9/voJJEqIKVm"], ["created_at", "2016-03-08 20:13:56.427283"], ["updated_at", "2016-03-08 20:13:56.427283"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Est at natus ea et. Blanditiis dolor est repellat vero accusantium. Ullam dolores eius non natus cum."], ["summary", "Sit laboriosam ut et odio."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:13:56.431227"], ["updated_at", "2016-03-08 20:13:56.431227"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deven@lowe.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deven@lowe.info"], ["name", "Alvera Hoeger"], ["password_digest", "$2a$04$2ZiJp4Y9j00iiobMimGEUu1IjP/REoeXY0t8UHR/6t5MULtS.Pqve"], ["created_at", "2016-03-08 20:13:56.437206"], ["updated_at", "2016-03-08 20:13:56.437206"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Odio minima libero consectetur sed ut. Ea suscipit laboriosam. Veritatis et mollitia tenetur expedita. Iste voluptates autem eaque aut aut harum sit."], ["summary", "Et aut fuga dolorem aut debitis. Nihil vero doloribus sunt."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:13:56.441282"], ["updated_at", "2016-03-08 20:13:56.441282"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('oswaldo@reilly.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "oswaldo@reilly.io"], ["name", "Jimmie Langosh"], ["password_digest", "$2a$04$r1q5GNKywnkQ/j0alXUSK.wraU32c19JRTL7sDrsbeUuebjadQ.1S"], ["created_at", "2016-03-08 20:13:56.447694"], ["updated_at", "2016-03-08 20:13:56.447694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Amet eaque dolore architecto assumenda quod in mollitia. Fuga labore eligendi."], ["summary", "Rem sit recusandae dolorem eligendi reprehenderit nihil exercitationem. Odio dolore quam illo enim laboriosam."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:13:56.451996"], ["updated_at", "2016-03-08 20:13:56.451996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fermin@kunde.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fermin@kunde.name"], ["name", "Adell Thiel"], ["password_digest", "$2a$04$rlFfC9Hz8gs0cOMDwX0BC.aMQNhh4RzBARm2BcYF5Th4GD3QfDNqW"], ["created_at", "2016-03-08 20:13:56.458586"], ["updated_at", "2016-03-08 20:13:56.458586"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Autem et recusandae. Pariatur rerum quis atque. Impedit quis pariatur blanditiis. Dolores suscipit perferendis vel repellendus."], ["summary", "In provident aspernatur et nesciunt eos corrupti. Perspiciatis dolor eos enim ea. Molestiae sequi amet architecto."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:13:56.462762"], ["updated_at", "2016-03-08 20:13:56.462762"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kenyon.brakus@walter.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kenyon.brakus@walter.io"], ["name", "Odessa Ankunding"], ["password_digest", "$2a$04$at6EcWAywW6H75QdHh4bUO3Fty5V0on/YGpF3QKcjd8K6.bPcNOuq"], ["created_at", "2016-03-08 20:13:56.469163"], ["updated_at", "2016-03-08 20:13:56.469163"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Voluptate labore quo officiis. Eum rerum eligendi autem eaque sit. Aut at quaerat quos quis."], ["summary", "Voluptas sit quos rerum."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:13:56.473517"], ["updated_at", "2016-03-08 20:13:56.473517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tyson@littel.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tyson@littel.com"], ["name", "Rod Quitzon"], ["password_digest", "$2a$04$L3CT6Oqjz2FE9YsaKdpUBOnW5kgP4FRPSEg290W6nw/H55t2UtDfO"], ["created_at", "2016-03-08 20:13:56.480381"], ["updated_at", "2016-03-08 20:13:56.480381"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Sint magni nam aut aut. Inventore sapiente est. Eveniet eligendi eum rerum aperiam provident. Sequi cum praesentium dolores dignissimos."], ["summary", "Sint quis qui et deserunt similique."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:13:56.485296"], ["updated_at", "2016-03-08 20:13:56.485296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ludwig@stammharber.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ludwig@stammharber.com"], ["name", "Green Reichert"], ["password_digest", "$2a$04$lnJJu2STZ2mPZB9aO9r62O4sNnFVJncXmpdLEvOi15yQial/8KuKq"], ["created_at", "2016-03-08 20:13:56.491477"], ["updated_at", "2016-03-08 20:13:56.491477"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Quo dolor et est necessitatibus quibusdam. Modi minima adipisci cumque illum quo suscipit."], ["summary", "Ducimus earum voluptate impedit quisquam est. Ut qui voluptate aliquid."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:13:56.495613"], ["updated_at", "2016-03-08 20:13:56.495613"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claud@kozey.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claud@kozey.com"], ["name", "Weldon D'Amore"], ["password_digest", "$2a$04$1Wr7q7twn3huUr8yd24TtOpqy79qkZAqkQ6xIekZ6FiuElVMaMgeu"], ["created_at", "2016-03-08 20:13:56.503063"], ["updated_at", "2016-03-08 20:13:56.503063"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Dolorem laudantium qui. Illo fugiat ullam. Quos consequuntur saepe facilis corporis aut."], ["summary", "Voluptas mollitia libero quidem dolor officia eum nobis. Molestiae laboriosam molestiae consequatur blanditiis."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:13:56.507838"], ["updated_at", "2016-03-08 20:13:56.507838"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('victor_breitenberg@raynoremard.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "victor_breitenberg@raynoremard.name"], ["name", "Taryn Hane DVM"], ["password_digest", "$2a$04$9JcTa2kr8rDiKPSO7xLj6e3LD2GWjZTNiJVrq0b9w4SfI1Gb0Cx1a"], ["created_at", "2016-03-08 20:13:56.514773"], ["updated_at", "2016-03-08 20:13:56.514773"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Et error amet nobis laudantium recusandae quia est. Dignissimos maiores ab fugit blanditiis. Consequatur qui laboriosam."], ["summary", "Velit iusto aut sit officiis. Assumenda dicta et aut optio architecto iste placeat. Aspernatur esse reiciendis placeat."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:13:56.519151"], ["updated_at", "2016-03-08 20:13:56.519151"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sasha_auer@huels.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sasha_auer@huels.com"], ["name", "Esmeralda Schaden DVM"], ["password_digest", "$2a$04$6AkhHKbYeDfc1KCqE1SGeeYndf.sHLcUvSNxgn6AoV.XhCOLTEaCy"], ["created_at", "2016-03-08 20:13:56.525639"], ["updated_at", "2016-03-08 20:13:56.525639"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Deserunt minus et quia. Ad reprehenderit aspernatur."], ["summary", "Delectus temporibus esse. Qui eaque at alias aliquid et harum esse."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:13:56.529932"], ["updated_at", "2016-03-08 20:13:56.529932"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayne_rowe@trompboyle.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jayne_rowe@trompboyle.biz"], ["name", "Gladyce Torp"], ["password_digest", "$2a$04$xiiwBWswx0Q8TJAjgHOkvu2W.EtoS69GHemO/wZYE2b6dOUejCHTq"], ["created_at", "2016-03-08 20:13:56.536383"], ["updated_at", "2016-03-08 20:13:56.536383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Qui et reiciendis. Nihil itaque ut. Sunt molestias accusamus officia iste at aperiam ipsum."], ["summary", "Sequi corporis quis animi aut ad id."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:13:56.541373"], ["updated_at", "2016-03-08 20:13:56.541373"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dameon.willms@keeling.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dameon.willms@keeling.io"], ["name", "Lorna Heidenreich"], ["password_digest", "$2a$04$Nw7yyAagGbKw4uw9hccrR.dDaF2IMfPPJ13gp8H4zkVA4B7wKXA3S"], ["created_at", "2016-03-08 20:13:56.547455"], ["updated_at", "2016-03-08 20:13:56.547455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Ex voluptas omnis temporibus necessitatibus quas. Aliquam tenetur fuga quisquam perferendis. Quisquam distinctio autem dolorem est eum excepturi."], ["summary", "Hic quod fugiat voluptatem."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:13:56.552557"], ["updated_at", "2016-03-08 20:13:56.552557"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abdiel@jerde.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abdiel@jerde.io"], ["name", "Suzanne Paucek"], ["password_digest", "$2a$04$c2hHegDJI/zwIpOQttvgJOH0Eu36Sl008LvcROVlmo70G.SfKq.8W"], ["created_at", "2016-03-08 20:13:56.559185"], ["updated_at", "2016-03-08 20:13:56.559185"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Dolor cum nulla inventore qui ut omnis nam. Vero qui ut. Aut perferendis excepturi repellat atque ea hic labore. Sunt eos et mollitia rem maxime."], ["summary", "Explicabo et accusantium. Dolore quasi deleniti ipsam provident."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:13:56.564360"], ["updated_at", "2016-03-08 20:13:56.564360"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cathryn@hyatt.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cathryn@hyatt.org"], ["name", "Dannie Rau"], ["password_digest", "$2a$04$L.NnRqoIoCZ1.1FT6VYE1.sb0E4KlKQvzRFGQqpFpwMOGelcHY.U."], ["created_at", "2016-03-08 20:13:56.571080"], ["updated_at", "2016-03-08 20:13:56.571080"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Sint praesentium dolore et. Saepe animi omnis perferendis vero. Doloremque quas eligendi dolores rerum perferendis minus."], ["summary", "Consequuntur inventore voluptates vel adipisci doloribus. Sit sed fuga illum quibusdam et. Sit ut eveniet voluptas."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:13:56.576510"], ["updated_at", "2016-03-08 20:13:56.576510"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adolph_zboncak@herzog.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adolph_zboncak@herzog.co"], ["name", "Dr. Lisa Paucek"], ["password_digest", "$2a$04$k.T9q9RNJbR/Z78LBwEDZOpU2gPUkay6LdOz/o6bJKzO595FxxrJC"], ["created_at", "2016-03-08 20:13:56.583253"], ["updated_at", "2016-03-08 20:13:56.583253"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Nostrum consequatur aspernatur. Ut quos eveniet et architecto. Vel dolores sit veritatis sit adipisci neque."], ["summary", "Eum totam et natus enim numquam voluptatem. Ut et at."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:13:56.587671"], ["updated_at", "2016-03-08 20:13:56.587671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ronaldo_hoeger@collins.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ronaldo_hoeger@collins.info"], ["name", "Eleanora McGlynn III"], ["password_digest", "$2a$04$N81uIeLu70MHIEYU/OAMK.k4un/SsnHTxmd9memTXMf59RbDQIcQa"], ["created_at", "2016-03-08 20:13:56.594724"], ["updated_at", "2016-03-08 20:13:56.594724"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Aut in ut sit itaque molestiae. Consequuntur est molestiae voluptas laudantium iure facilis. Repudiandae facilis ullam vitae mollitia expedita. Sit maxime aut voluptatem nisi aliquam."], ["summary", "Et quo voluptas quo."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:13:56.599556"], ["updated_at", "2016-03-08 20:13:56.599556"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('francesco.oberbrunner@wizabartoletti.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "francesco.oberbrunner@wizabartoletti.net"], ["name", "Christa McGlynn"], ["password_digest", "$2a$04$5voi8eNgg.i/cQWpsfquH.JeRZqfLbhp2lNcA0Zrkj71BCkrY4gRi"], ["created_at", "2016-03-08 20:13:56.606468"], ["updated_at", "2016-03-08 20:13:56.606468"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ratione ut mollitia veritatis omnis repellendus dicta. Voluptatem recusandae aut est. Minima libero qui et provident officia vero."], ["summary", "Ab assumenda commodi voluptates qui quasi. Saepe rerum architecto. Cum delectus rerum."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:13:56.610761"], ["updated_at", "2016-03-08 20:13:56.610761"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 6]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 7]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 8]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 9]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 10]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 11]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 12]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 13]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 14]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 15]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 16]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 17]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 18]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 19]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 20]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 21]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 22]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 25]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 26]] Categorical::Tag Load (0.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 27]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 28]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (199.0ms) Completed 200 OK in 214ms (Views: 191.3ms | ActiveRecord: 22.0ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 29]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.6ms) Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leopold@wolffwhite.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leopold@wolffwhite.info"], ["name", "Lavon Kling II"], ["password_digest", "$2a$04$Z/wMs5MU7P8J9zzu4zF0Ceo/FwPfJ/0qNSXqEQGZ6F6/mspsCNMGG"], ["created_at", "2016-03-08 20:13:56.898587"], ["updated_at", "2016-03-08 20:13:56.898587"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"leopold@wolffwhite.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "leopold@wolffwhite.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$vKW9wa8cSCTv/lY4xaiHIOeM/nciWt1RL8y4MEOe6RTLJVTePSs/2"], ["updated_at", "2016-03-08 20:13:56.928512"], ["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (43.3ms) Completed 200 OK in 60ms (Views: 56.9ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gardner@schultz.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gardner@schultz.com"], ["name", "Irma Howe"], ["password_digest", "$2a$04$DwAy/YTnyptoCTugX75OcOXXZofGMua5a56k.8VCU8eNmKTh3sSm."], ["created_at", "2016-03-08 20:13:56.999965"], ["updated_at", "2016-03-08 20:13:56.999965"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title28') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title28"], ["body", "Eos ut vel et. Magni dolorem corrupti quia nihil. Ea et accusamus qui. Ullam in eveniet iure dolores est error quo."], ["summary", "Suscipit qui illo et dolor. Quisquam dolor odit et nihil optio corrupti minus."], ["author_id", 31], ["slug", "title28"], ["created_at", "2016-03-08 20:13:57.004807"], ["updated_at", "2016-03-08 20:13:57.004807"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eduardo@deckowkub.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eduardo@deckowkub.net"], ["name", "Torrey Schulist"], ["password_digest", "$2a$04$298qepm.YGpwksxpsYdEqu/mpzsQdAOceYn0YGV39pWyqjTU9fAuW"], ["created_at", "2016-03-08 20:13:57.012170"], ["updated_at", "2016-03-08 20:13:57.012170"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title29"], ["body", "Harum nam quia tenetur tempore repudiandae autem. Voluptas tempore sed inventore omnis ab."], ["summary", "Sint quas id illo. Recusandae corrupti et placeat rerum enim aut magnam. Vero aut provident."], ["author_id", 32], ["slug", "title29"], ["created_at", "2016-03-08 20:13:57.017561"], ["updated_at", "2016-03-08 20:13:57.017561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('edgar_goyette@herman.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "edgar_goyette@herman.biz"], ["name", "Zoie Lang Jr."], ["password_digest", "$2a$04$FzeT3f0Zp5xuz40PKAlSkuFwq/QA5U5GHJETFSjUOKOYJxcu3tfJy"], ["created_at", "2016-03-08 20:13:57.025459"], ["updated_at", "2016-03-08 20:13:57.025459"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title30') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title30"], ["body", "Sed ut sit voluptatibus ad. Deserunt veniam necessitatibus reiciendis aliquam. Qui aut hic provident dolores doloribus."], ["summary", "Delectus eum esse vel quis eligendi minima. Repellendus aut omnis eveniet et rerum quidem nisi. Aut aut ipsa voluptatem."], ["author_id", 33], ["slug", "title30"], ["created_at", "2016-03-08 20:13:57.030403"], ["updated_at", "2016-03-08 20:13:57.030403"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brennon_fisher@danielgerlach.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brennon_fisher@danielgerlach.co"], ["name", "Mrs. Mazie Ortiz"], ["password_digest", "$2a$04$zq/fCD8BxoHPPDNxfOoxGeyvDuXW.u6BeVZNOHc3FPsP2iXOdnDti"], ["created_at", "2016-03-08 20:13:57.037996"], ["updated_at", "2016-03-08 20:13:57.037996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title31"], ["body", "A non eligendi. Aut dignissimos blanditiis atque. Rerum sed voluptatum aut. Sunt iste quidem."], ["summary", "Ea quas aperiam necessitatibus inventore quo ad. Labore odit pariatur."], ["author_id", 34], ["slug", "title31"], ["created_at", "2016-03-08 20:13:57.043078"], ["updated_at", "2016-03-08 20:13:57.043078"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('connor@gerlach.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "connor@gerlach.org"], ["name", "Ms. Kody Champlin"], ["password_digest", "$2a$04$WXhzmmmr1G0a/q8DgUJR8Obt7q69sUfDaHbT..jbwF27U08uVxGJO"], ["created_at", "2016-03-08 20:13:57.050575"], ["updated_at", "2016-03-08 20:13:57.050575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Consequatur voluptatem culpa sunt voluptate et molestiae sint. Et itaque beatae sed. Voluptates voluptatem adipisci quo quia consequatur. Rem dolorum dolor vero amet magnam temporibus."], ["summary", "Repellendus nulla laborum. Minus aut reiciendis architecto porro aut modi."], ["author_id", 35], ["slug", "title32"], ["created_at", "2016-03-08 20:13:57.055582"], ["updated_at", "2016-03-08 20:13:57.055582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dylan_crona@heller.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dylan_crona@heller.info"], ["name", "Malvina Gusikowski III"], ["password_digest", "$2a$04$lyodx7KTk6k5Eu.TqEWelu2uzUrlpbsI8c72EAUZ1jZMaea/X2zc6"], ["created_at", "2016-03-08 20:13:57.063365"], ["updated_at", "2016-03-08 20:13:57.063365"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Nostrum enim omnis. Placeat omnis praesentium. Error illo eum. Nulla tempore reiciendis."], ["summary", "A ut at quia."], ["author_id", 36], ["slug", "title33"], ["created_at", "2016-03-08 20:13:57.067894"], ["updated_at", "2016-03-08 20:13:57.067894"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ro_heidenreich@funk.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ro_heidenreich@funk.co"], ["name", "Josh Cruickshank"], ["password_digest", "$2a$04$kFsoGdQ49iF8z43Zf0HyV.l9kDKEcXL2S0/aizE.AsGGQx0jo5H8q"], ["created_at", "2016-03-08 20:13:57.076820"], ["updated_at", "2016-03-08 20:13:57.076820"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title34') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title34"], ["body", "Alias repellat et voluptatem. Id officiis amet. Dolores exercitationem dolores aliquam amet nesciunt labore. Assumenda ratione non suscipit eos."], ["summary", "Ipsum ut harum id et."], ["author_id", 37], ["slug", "title34"], ["created_at", "2016-03-08 20:13:57.081769"], ["updated_at", "2016-03-08 20:13:57.081769"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerald.gaylord@dickinsonpagac.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerald.gaylord@dickinsonpagac.co"], ["name", "Montana Ward"], ["password_digest", "$2a$04$7wMdCr7Y6tQDGl/7IbH7teyudMLr7.bP/E9gjFCUU0pFvyY82Vkhy"], ["created_at", "2016-03-08 20:13:57.089112"], ["updated_at", "2016-03-08 20:13:57.089112"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Voluptate temporibus quisquam nulla saepe. Assumenda aperiam omnis quae necessitatibus sed error."], ["summary", "Cumque quaerat a sint blanditiis voluptatem molestiae eum. Consequatur labore unde id."], ["author_id", 38], ["slug", "title35"], ["created_at", "2016-03-08 20:13:57.093727"], ["updated_at", "2016-03-08 20:13:57.093727"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaylah@pfeffer.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaylah@pfeffer.name"], ["name", "Priscilla Rau"], ["password_digest", "$2a$04$gpAWDsVmOoJZInwHZZOLP.bMHrh9eimPxDkZfrCWTJOTZ0QiFO7Ea"], ["created_at", "2016-03-08 20:13:57.100857"], ["updated_at", "2016-03-08 20:13:57.100857"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Aut laboriosam alias est. Quos non repudiandae ut. Veniam dolore voluptatem ipsa enim quidem quas."], ["summary", "Quibusdam occaecati ex facilis sit omnis."], ["author_id", 39], ["slug", "title36"], ["created_at", "2016-03-08 20:13:57.105828"], ["updated_at", "2016-03-08 20:13:57.105828"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abraham_walsh@kirlingoldner.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abraham_walsh@kirlingoldner.org"], ["name", "Dr. Barrett McGlynn"], ["password_digest", "$2a$04$YD0lLvRMdw3JQBf35EvtmewLg1HfjlKpbAKSgn4QarYO0Dcyy9ZLC"], ["created_at", "2016-03-08 20:13:57.112937"], ["updated_at", "2016-03-08 20:13:57.112937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Tempora et aut beatae. Alias mollitia nulla exercitationem ratione quod accusantium."], ["summary", "Eum recusandae est debitis qui voluptas."], ["author_id", 40], ["slug", "title37"], ["created_at", "2016-03-08 20:13:57.117628"], ["updated_at", "2016-03-08 20:13:57.117628"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eleanore_cartwright@schambergermcclure.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eleanore_cartwright@schambergermcclure.co"], ["name", "Mossie Homenick"], ["password_digest", "$2a$04$7J87evzNLONdEm5UDjf3KeQqeVS201U8Phx0xWWltpCVX5HWipCXO"], ["created_at", "2016-03-08 20:13:57.124434"], ["updated_at", "2016-03-08 20:13:57.124434"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Vitae quasi dolores sit eaque maxime. Asperiores quasi sed explicabo et expedita unde quia. Esse sint ut sit minima accusamus minus autem. Rerum id laborum itaque dolor."], ["summary", "Autem numquam sint saepe enim ut eum doloribus. Et explicabo debitis."], ["author_id", 41], ["slug", "title38"], ["created_at", "2016-03-08 20:13:57.129770"], ["updated_at", "2016-03-08 20:13:57.129770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lourdes@hermannmclaughlin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lourdes@hermannmclaughlin.name"], ["name", "Cesar Bartoletti"], ["password_digest", "$2a$04$/taQ6hs4tnRf8ZpZMwN2rei.V7JNWslflbLsdBmh3uKiiTgCO4hPC"], ["created_at", "2016-03-08 20:13:57.136710"], ["updated_at", "2016-03-08 20:13:57.136710"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title39') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title39"], ["body", "Velit voluptatum animi veritatis. Consequuntur omnis vel dolor maxime atque quia."], ["summary", "Qui nihil debitis. Possimus facere necessitatibus commodi voluptate qui consectetur voluptates. Neque maiores natus nemo atque delectus earum ipsam."], ["author_id", 42], ["slug", "title39"], ["created_at", "2016-03-08 20:13:57.141744"], ["updated_at", "2016-03-08 20:13:57.141744"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myrtie.cremin@greenholt.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myrtie.cremin@greenholt.io"], ["name", "Jarod Medhurst"], ["password_digest", "$2a$04$o9nbpIspCOoR.fg5YAqS3eV8yjLeDI7D1dQZbBiIOWPoS2fLzcy9C"], ["created_at", "2016-03-08 20:13:57.149000"], ["updated_at", "2016-03-08 20:13:57.149000"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Tempora non at et rerum voluptas. Aspernatur corporis amet error qui velit consequatur. Et illo eum est ut. Et possimus voluptas rerum dolorem error repudiandae."], ["summary", "Magni id veniam similique."], ["author_id", 43], ["slug", "title40"], ["created_at", "2016-03-08 20:13:57.153613"], ["updated_at", "2016-03-08 20:13:57.153613"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeramy@hartmann.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeramy@hartmann.name"], ["name", "Izaiah Wolf"], ["password_digest", "$2a$04$E6vju6e3TyqKwAmjCH2DNeoqjP0xQ8jn/bTjNpe7t8LcoahGZbJ1C"], ["created_at", "2016-03-08 20:13:57.160722"], ["updated_at", "2016-03-08 20:13:57.160722"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title41"], ["body", "Enim possimus odio vel aperiam quibusdam ex iure. Dolorum omnis vel amet harum. Qui sit tempora."], ["summary", "Illo ea alias neque voluptate. Inventore repudiandae quia."], ["author_id", 44], ["slug", "title41"], ["created_at", "2016-03-08 20:13:57.165909"], ["updated_at", "2016-03-08 20:13:57.165909"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nico@hettinger.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nico@hettinger.name"], ["name", "Bettye Cremin"], ["password_digest", "$2a$04$nXTGW5ps2tiFNxdRtuvJ1uCmbVH4mxbbmenTz0NCHKM9vhxK0RfXG"], ["created_at", "2016-03-08 20:13:57.174203"], ["updated_at", "2016-03-08 20:13:57.174203"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title42"], ["body", "Hic ducimus dolorem quia. Vitae distinctio voluptatum enim occaecati. Reiciendis iste delectus aut dignissimos mollitia."], ["summary", "Pariatur quo provident. Nisi porro ducimus dolor quam error."], ["author_id", 45], ["slug", "title42"], ["created_at", "2016-03-08 20:13:57.179008"], ["updated_at", "2016-03-08 20:13:57.179008"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brielle@vonruedenlehner.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brielle@vonruedenlehner.name"], ["name", "Garrett Medhurst"], ["password_digest", "$2a$04$vJHEBemzCaMNzGgcehPlVu/LArEbE4IHWAkeGoXbad6ic8c4Es2h6"], ["created_at", "2016-03-08 20:13:57.186226"], ["updated_at", "2016-03-08 20:13:57.186226"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Et atque corporis qui quos et. Nisi quae provident enim aspernatur impedit dolore dolores."], ["summary", "Velit id dolorem sed vero aliquam. Enim ab qui."], ["author_id", 46], ["slug", "title43"], ["created_at", "2016-03-08 20:13:57.190641"], ["updated_at", "2016-03-08 20:13:57.190641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('antoinette@walkerhahn.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "antoinette@walkerhahn.biz"], ["name", "Mr. Cara Altenwerth"], ["password_digest", "$2a$04$gwVnJDM4SjBiqURmxr.Hj.Z0h.tsdAVy2B3F9eVnSh8Zi1tMLe4Xm"], ["created_at", "2016-03-08 20:13:57.197314"], ["updated_at", "2016-03-08 20:13:57.197314"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title44"], ["body", "Voluptate et rem qui consequuntur. Ut et eveniet."], ["summary", "Voluptas voluptas molestiae ipsa saepe cupiditate. Tenetur ratione in quas. Non qui nulla numquam sunt."], ["author_id", 47], ["slug", "title44"], ["created_at", "2016-03-08 20:13:57.202945"], ["updated_at", "2016-03-08 20:13:57.202945"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frankie@sipes.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frankie@sipes.info"], ["name", "Dr. Rasheed Robel"], ["password_digest", "$2a$04$CvJmix1zU4a.ZnOhPRBOoOdfqujhfjuEEz1JLkjIQPYiG3FfkEo0O"], ["created_at", "2016-03-08 20:13:57.210168"], ["updated_at", "2016-03-08 20:13:57.210168"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title45"], ["body", "Asperiores deleniti voluptatum et delectus magni voluptas. Qui ad ut nostrum et a voluptas. Non maiores nulla eum tempora."], ["summary", "Adipisci sequi quo ipsa culpa."], ["author_id", 48], ["slug", "title45"], ["created_at", "2016-03-08 20:13:57.214878"], ["updated_at", "2016-03-08 20:13:57.214878"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caitlyn@okeefebergnaum.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caitlyn@okeefebergnaum.info"], ["name", "Mr. Santina Donnelly"], ["password_digest", "$2a$04$mZ3OLpWSnjsd3wsD9DKlb.FRmgmkTIGFQsA99UDN9ql2BoYyAtF.2"], ["created_at", "2016-03-08 20:13:57.222244"], ["updated_at", "2016-03-08 20:13:57.222244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title46"], ["body", "At labore repellendus ipsum consequatur fugiat velit sequi. Et quibusdam consequatur labore enim dolorem at omnis. Odio et officia sunt nihil ipsam id."], ["summary", "Quas tempore enim qui doloremque. Iusto et distinctio non voluptate sed. Odio hic mollitia fugit libero temporibus debitis inventore."], ["author_id", 49], ["slug", "title46"], ["created_at", "2016-03-08 20:13:57.227277"], ["updated_at", "2016-03-08 20:13:57.227277"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katharina_oconnell@harber.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "katharina_oconnell@harber.org"], ["name", "Jackie Lowe"], ["password_digest", "$2a$04$XQejzNsAe6RyRYNKwj1Wt.rcpFhht5yv1jnqa0BLbTerRM08M0Suq"], ["created_at", "2016-03-08 20:13:57.234299"], ["updated_at", "2016-03-08 20:13:57.234299"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title47"], ["body", "Quis vitae quod qui et nostrum. Voluptatem et voluptas et. Vel quia eum totam quos ipsum et. Totam perferendis quidem eveniet fugiat sunt et assumenda."], ["summary", "Aut et et sapiente quaerat voluptas qui. Consequatur eos odit doloremque itaque nam."], ["author_id", 50], ["slug", "title47"], ["created_at", "2016-03-08 20:13:57.238595"], ["updated_at", "2016-03-08 20:13:57.238595"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('casandra@zboncakstokes.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "casandra@zboncakstokes.info"], ["name", "Antonio Mills"], ["password_digest", "$2a$04$ItctMY4dgma5SP1TPYzro.uPqkDuK9N6mkiO09ygdqIZzObsdi0lS"], ["created_at", "2016-03-08 20:13:57.245383"], ["updated_at", "2016-03-08 20:13:57.245383"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title48"], ["body", "Ad vero libero. Aliquid repellendus est et. Dolorem est at consequatur placeat et."], ["summary", "Eum ducimus enim facilis nostrum quia quas. Sapiente veniam possimus voluptate qui."], ["author_id", 51], ["slug", "title48"], ["created_at", "2016-03-08 20:13:57.249958"], ["updated_at", "2016-03-08 20:13:57.249958"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maureen@shields.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maureen@shields.org"], ["name", "Osbaldo Yundt"], ["password_digest", "$2a$04$KxUSx0tRMnfpQPQOtRrByu6vXBZGvCRT0BZdA3ZJqPXy1vS9SSWFq"], ["created_at", "2016-03-08 20:13:57.256892"], ["updated_at", "2016-03-08 20:13:57.256892"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title49"], ["body", "Quia aspernatur fugiat. Ipsum quia corrupti ratione nulla quos."], ["summary", "Ipsam consequatur aspernatur explicabo sit et ratione."], ["author_id", 52], ["slug", "title49"], ["created_at", "2016-03-08 20:13:57.261423"], ["updated_at", "2016-03-08 20:13:57.261423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('corbin_bernhard@strosinkunde.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "corbin_bernhard@strosinkunde.name"], ["name", "Dr. Leo Bernier"], ["password_digest", "$2a$04$yzOug2M/yWKNNHEb7pPY4.LFdZ6Jw9QHzCh.M9SDI3XT98thf6L8S"], ["created_at", "2016-03-08 20:13:57.268661"], ["updated_at", "2016-03-08 20:13:57.268661"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title50"], ["body", "Magnam eius ab et at inventore dolor esse. Porro molestias consequatur modi sit hic ab veniam. Cupiditate accusantium adipisci sint."], ["summary", "Quibusdam dolorum facilis. Delectus totam consequatur blanditiis alias omnis."], ["author_id", 53], ["slug", "title50"], ["created_at", "2016-03-08 20:13:57.273563"], ["updated_at", "2016-03-08 20:13:57.273563"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reuben.mosciski@bahringer.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reuben.mosciski@bahringer.org"], ["name", "Ms. Dandre Fay"], ["password_digest", "$2a$04$tTHMjv.6/IwuraLjvqZoq.9LkSVWc9EkEjO9lbjEt7U0zi.C7Crb2"], ["created_at", "2016-03-08 20:13:57.280427"], ["updated_at", "2016-03-08 20:13:57.280427"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title51"], ["body", "Voluptas qui odio et accusamus architecto. Reprehenderit aut quaerat voluptatem."], ["summary", "Quo nemo voluptas. Voluptas illo officiis laudantium minus et expedita."], ["author_id", 54], ["slug", "title51"], ["created_at", "2016-03-08 20:13:57.284765"], ["updated_at", "2016-03-08 20:13:57.284765"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norbert_witting@mcclure.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "norbert_witting@mcclure.info"], ["name", "Mr. Terrance Bins"], ["password_digest", "$2a$04$W0Ma./8aXUQAVkhzMGFGsevo.tDLxMeQgXaLkpZsi4ETJ6FMCpAki"], ["created_at", "2016-03-08 20:13:57.291691"], ["updated_at", "2016-03-08 20:13:57.291691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title52"], ["body", "Expedita dolorum velit architecto. Eius laudantium non deserunt et sit aut neque. Aut aspernatur non reiciendis asperiores tenetur."], ["summary", "Voluptates vero voluptatem harum enim est. Magni quia blanditiis repudiandae. Voluptates et autem laboriosam debitis corrupti."], ["author_id", 55], ["slug", "title52"], ["created_at", "2016-03-08 20:13:57.296298"], ["updated_at", "2016-03-08 20:13:57.296298"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('velda.mccullough@wuckertwalsh.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "velda.mccullough@wuckertwalsh.info"], ["name", "Maria Yundt"], ["password_digest", "$2a$04$A4jpjZjbxNkxIOZPSdIb9.jY2Nz3fWJWEuFEXbQoatXvXJ.Xo6SJS"], ["created_at", "2016-03-08 20:13:57.304526"], ["updated_at", "2016-03-08 20:13:57.304526"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title53"], ["body", "Laborum architecto iusto. Tempora cupiditate totam vel facilis similique aut."], ["summary", "Numquam ratione neque nihil deleniti. Laudantium mollitia doloribus."], ["author_id", 56], ["slug", "title53"], ["created_at", "2016-03-08 20:13:57.311129"], ["updated_at", "2016-03-08 20:13:57.311129"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 31]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 28], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 29], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 33]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 30], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 34]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 31], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 35]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 32], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 33], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 34], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 35], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 39]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 36], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 37], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 38], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 42]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 39], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 43]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 40], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 44]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 41], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 45]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 42], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 46]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 43], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 47]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 44], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 48]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 45], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 49]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 46], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 50]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 47], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 51]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 48], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 52]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 49], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 53]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 50], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 54]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 51], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 55]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 52], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (213.1ms) Completed 200 OK in 233ms (Views: 209.8ms | ActiveRecord: 21.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 56]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 53], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.5ms) Completed 200 OK in 43ms (Views: 38.4ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brandy@vonrueden.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brandy@vonrueden.name"], ["name", "Andrew"], ["password_digest", "$2a$04$91w8Nob935jGCGs.eTwRpug.zcBsf79JyAAGOfEwsJoCVzhvTzdaG"], ["created_at", "2016-03-08 20:13:57.625074"], ["updated_at", "2016-03-08 20:13:57.625074"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"brandy@vonrueden.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "brandy@vonrueden.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9l.ybCyS4VjQOgq3kJ941eMLIynJG5JB662IYvbzf1YKm3cAXkPNy"], ["updated_at", "2016-03-08 20:13:57.657612"], ["id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('modesto@williamsonmarks.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "modesto@williamsonmarks.com"], ["name", "Josh"], ["password_digest", "$2a$04$PR0rWaPV5o5JvCdSeDqBdurZxSS1SIXaXLHamgFRstPqTfPyGskjK"], ["created_at", "2016-03-08 20:13:57.697440"], ["updated_at", "2016-03-08 20:13:57.697440"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mike@considine.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mike@considine.co"], ["name", "Orpha Strosin"], ["password_digest", "$2a$04$CLk3pzMmTlGwHcf1mqgEEe673m3snTNdAGlT/Db2iFJ3T3fhauy.m"], ["created_at", "2016-03-08 20:13:57.704881"], ["updated_at", "2016-03-08 20:13:57.704881"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title54"], ["body", "Voluptatibus adipisci corporis aut dicta minus. Incidunt odio hic qui."], ["summary", "Mollitia quia excepturi et et ea velit. Consequuntur adipisci asperiores in quod omnis."], ["author_id", 59], ["slug", "title54"], ["created_at", "2016-03-08 20:13:57.710170"], ["updated_at", "2016-03-08 20:13:57.710170"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:13:57.722511"], ["updated_at", "2016-03-08 20:13:57.722511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title54/edit" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (10.2ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bell@okeefe.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bell@okeefe.org"], ["name", "Andrew"], ["password_digest", "$2a$04$J9uh8XvKtQb2i2BHCl39r.Zyg5u4dD4FBedpq06zxPOlCCHRtFK9."], ["created_at", "2016-03-08 20:13:57.760901"], ["updated_at", "2016-03-08 20:13:57.760901"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"bell@okeefe.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "bell@okeefe.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$o7Nrx8E2SX.8dsK4vLxNsuckisfLywTkasCG9Aa/WqCjD127kqwAK"], ["updated_at", "2016-03-08 20:13:57.790570"], ["id", 60]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.1ms) Completed 200 OK in 30ms (Views: 26.5ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dexter@macgyvergusikowski.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dexter@macgyvergusikowski.org"], ["name", "Josh"], ["password_digest", "$2a$04$LISX6Btn7m9YDCDO.6V9Wu0unsfH1g8tkOB9DkIiLXtYujjs0ZtB2"], ["created_at", "2016-03-08 20:13:57.832151"], ["updated_at", "2016-03-08 20:13:57.832151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:13:57.839489"], ["updated_at", "2016-03-08 20:13:57.839489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.7ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clemens@harris.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clemens@harris.com"], ["name", "Deon Zulauf"], ["password_digest", "$2a$04$NREiKVIMMoobcy1s7R1jmu7AGIQE00PeNnS/hCsZPrIYKCaD1ddY."], ["created_at", "2016-03-08 20:13:57.872193"], ["updated_at", "2016-03-08 20:13:57.872193"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"clemens@harris.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "clemens@harris.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zXkqUkTPs0rFdQkZKkFyJubdwqBOlMvDFpzWQ7x.SUifb7mtnxFzq"], ["updated_at", "2016-03-08 20:13:57.904099"], ["id", 62]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 26ms (Views: 22.8ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (3.4ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gage.boyle@ryan.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gage.boyle@ryan.com"], ["name", "Loyce Boyle"], ["password_digest", "$2a$04$EwtOJyG1vQuGP/Oua//cWu38RkaMLqKTCm1b55bK0weSAgjCeZktW"], ["created_at", "2016-03-08 20:14:58.275156"], ["updated_at", "2016-03-08 20:14:58.275156"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:58 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.1ms) Completed 200 OK in 290ms (Views: 288.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:58 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"gage.boyle@ryan.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "gage.boyle@ryan.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$SetffO6NzE7Ie/bCY5TEmeetwCgJ/7u20jaHDlVBwpIy5qiLzv6q6"], ["updated_at", "2016-03-08 20:14:58.763693"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 24ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:58 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (26.5ms) Completed 200 OK in 58ms (Views: 49.8ms | ActiveRecord: 3.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jasmin@baileybailey.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jasmin@baileybailey.com"], ["name", "Araceli Price"], ["password_digest", "$2a$04$d5ha2LvBQ5gGF0CcCzle2ulrhezXZB/w60Pml5yssAPko/2FczsCi"], ["created_at", "2016-03-08 20:14:58.857137"], ["updated_at", "2016-03-08 20:14:58.857137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Unde sed aut voluptas aspernatur ut illo. Vitae quidem voluptatum pariatur voluptatem cupiditate."], ["summary", "Itaque sint voluptatem voluptas."], ["author_id", 2], ["slug", "title1"], ["created_at", "2016-03-08 20:14:58.947453"], ["updated_at", "2016-03-08 20:14:58.947453"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:58 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (36.1ms) Completed 200 OK in 51ms (Views: 42.8ms | ActiveRecord: 6.8ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('easter_durgan@murphy.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "easter_durgan@murphy.biz"], ["name", "Lucius Heaney"], ["password_digest", "$2a$04$TKaWUREq1TNesILRP8ZYVORQ8l.06newenXNRW0HcxvhfSLLt6F0m"], ["created_at", "2016-03-08 20:14:59.018718"], ["updated_at", "2016-03-08 20:14:59.018718"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.9ms) Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"easter_durgan@murphy.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "easter_durgan@murphy.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Xgth.MXRcuvCYuBAkgVyOuMd5owSyeglzqDD4tXZJ2SBj8HM6nxpC"], ["updated_at", "2016-03-08 20:14:59.046624"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.6ms) Completed 200 OK in 27ms (Views: 23.9ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alyce_barrows@jenkinsroberts.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alyce_barrows@jenkinsroberts.info"], ["name", "Colin Emard"], ["password_digest", "$2a$04$S4bOiP9lUOYBnGaCNCRKJeQ91XoSyr4di8u0zZ3yvZuFBFfAVUkL2"], ["created_at", "2016-03-08 20:14:59.085114"], ["updated_at", "2016-03-08 20:14:59.085114"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Ex tenetur aut. Blanditiis et rerum non atque libero tenetur."], ["summary", "Nemo sit et ea. Et eum ex. Voluptas aut corrupti debitis harum est."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:14:59.089904"], ["updated_at", "2016-03-08 20:14:59.089904"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elmore_lind@hoegerfunk.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elmore_lind@hoegerfunk.org"], ["name", "Opal Walter"], ["password_digest", "$2a$04$pZAHHjGMV1GyB4yIUuUMKuNPSqYtBJlW3loPTwg0V7.wdRNRcC9oi"], ["created_at", "2016-03-08 20:14:59.096116"], ["updated_at", "2016-03-08 20:14:59.096116"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Commodi placeat rerum reprehenderit recusandae dolorem labore a. Et quisquam rerum nisi est commodi dolores."], ["summary", "Accusamus consequatur vero. Temporibus aperiam quia ut natus. Perferendis deleniti rem accusantium rerum quia."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:14:59.099910"], ["updated_at", "2016-03-08 20:14:59.099910"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keven_olson@windler.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keven_olson@windler.io"], ["name", "Miss Nathen Kuhic"], ["password_digest", "$2a$04$GB.vDrkyVkbv7RIDUESEI.pKmy/d/bkDFfVwD7p3kIU5ILcU5Txiu"], ["created_at", "2016-03-08 20:14:59.107346"], ["updated_at", "2016-03-08 20:14:59.107346"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Error adipisci cupiditate fugiat et distinctio. Aut quae odit sed labore."], ["summary", "Unde corporis et qui. Quia non odit quasi recusandae ut quibusdam est."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:14:59.111602"], ["updated_at", "2016-03-08 20:14:59.111602"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lyric@nolanwilderman.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lyric@nolanwilderman.org"], ["name", "Earline Bradtke DVM"], ["password_digest", "$2a$04$A3teua0dOtMxVl.EwSw2Ve1Mwr0p0GIUStAzRDo.sydU6VOQJJIeu"], ["created_at", "2016-03-08 20:14:59.118596"], ["updated_at", "2016-03-08 20:14:59.118596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Ut placeat nemo minima ipsa alias hic quos. At magni blanditiis quae. Blanditiis corrupti sint eum saepe dolor."], ["summary", "Consequuntur qui rerum quasi veritatis similique omnis. Voluptas porro illum. Velit earum aut maxime."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:14:59.122630"], ["updated_at", "2016-03-08 20:14:59.122630"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('isobel_streich@daniel.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "isobel_streich@daniel.io"], ["name", "Marcelle Kunde DDS"], ["password_digest", "$2a$04$pg1FwramnIjyNNAEEtE87.Z6ndxF2LUp7mIoEXGKtILcSX2WUfZI6"], ["created_at", "2016-03-08 20:14:59.129355"], ["updated_at", "2016-03-08 20:14:59.129355"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Sed natus velit eos voluptatibus sed error. Qui non voluptatem."], ["summary", "Inventore reprehenderit alias sed mollitia eaque. Voluptatem cumque ut recusandae dignissimos et reiciendis. Dicta deleniti eum eaque."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:14:59.133422"], ["updated_at", "2016-03-08 20:14:59.133422"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alaina_cruickshank@kemmer.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alaina_cruickshank@kemmer.com"], ["name", "Miss Jadyn Collier"], ["password_digest", "$2a$04$9pGGj5etQ/bO/p/7RNuQ3OBWBSAczEFwdblw5SjhLYe29GcSYWnai"], ["created_at", "2016-03-08 20:14:59.140720"], ["updated_at", "2016-03-08 20:14:59.140720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Enim nesciunt quasi quam et voluptates autem et. Totam quia atque quos dolore optio aut. Facere dolore numquam quaerat fugit."], ["summary", "Odio laboriosam sapiente ea aut aut. Voluptatem ea non illo corrupti. Sint autem dolorem."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:14:59.145609"], ["updated_at", "2016-03-08 20:14:59.145609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shea@reichel.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shea@reichel.info"], ["name", "Zander Moen"], ["password_digest", "$2a$04$DfnS/nm9.9EacHOtRczsV.HOkNYV2LW9NjzSJeRjujHJJHDQTCcOS"], ["created_at", "2016-03-08 20:14:59.152570"], ["updated_at", "2016-03-08 20:14:59.152570"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Qui aut exercitationem quis. Voluptatem hic soluta. Aperiam quo et tempore culpa."], ["summary", "Mollitia qui distinctio debitis neque deserunt aperiam. Quis laboriosam cum velit distinctio quaerat minima et."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:14:59.156699"], ["updated_at", "2016-03-08 20:14:59.156699"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('britney_christiansen@beierbuckridge.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "britney_christiansen@beierbuckridge.co"], ["name", "Deon Rohan"], ["password_digest", "$2a$04$SzcwOiDs.Bp7PRqlNu6nkeXFgzyalT.PyJzpQTuPkZTdG1bQCubxC"], ["created_at", "2016-03-08 20:14:59.163177"], ["updated_at", "2016-03-08 20:14:59.163177"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Excepturi quo iure occaecati eaque minus quia. Adipisci doloremque ducimus ut quia maxime et."], ["summary", "Vitae magni tempora pariatur corporis mollitia voluptatum. Repellat voluptas porro."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:14:59.167612"], ["updated_at", "2016-03-08 20:14:59.167612"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lazaro_rath@hintz.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lazaro_rath@hintz.com"], ["name", "Brooklyn Hudson Jr."], ["password_digest", "$2a$04$mLHXNtiOcPWRfRB91ZEkguoLGFavkG360tVH0zvNW2sJqslNqSN46"], ["created_at", "2016-03-08 20:14:59.174716"], ["updated_at", "2016-03-08 20:14:59.174716"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Quisquam distinctio recusandae voluptas. Nesciunt quas voluptate. Numquam ut vero. Sed cum optio."], ["summary", "Perspiciatis beatae quia assumenda quia rerum saepe. Eius nobis totam quidem tempore voluptatibus ut. Voluptas autem voluptas."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:14:59.180278"], ["updated_at", "2016-03-08 20:14:59.180278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('olen@kuvalis.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "olen@kuvalis.com"], ["name", "Ayden Ankunding II"], ["password_digest", "$2a$04$pd9LNe66nY8r/XuGKVwat.jtjdCeWrktkehJeL0D2HYvdY8uRts/."], ["created_at", "2016-03-08 20:14:59.187940"], ["updated_at", "2016-03-08 20:14:59.187940"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Qui vel nesciunt et ducimus. Assumenda vero rem a eius nihil provident ducimus."], ["summary", "Qui cum dolorem. Maiores nostrum est voluptatem illum sint hic. Ut temporibus rerum delectus qui amet cumque iure."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:14:59.192554"], ["updated_at", "2016-03-08 20:14:59.192554"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stewart@farrell.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stewart@farrell.info"], ["name", "Ludwig Feest"], ["password_digest", "$2a$04$iwdUQtujwO73aeNPHpdweug/4f0fXaQ00kWncTJmJ4bzuNGIP3fcC"], ["created_at", "2016-03-08 20:14:59.199223"], ["updated_at", "2016-03-08 20:14:59.199223"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Explicabo voluptatem quod soluta dolores. Et nesciunt modi amet asperiores assumenda ex id. Non enim cum."], ["summary", "Aut et facere aut. Est ea quia voluptatem quae maxime dolorum qui."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:14:59.204501"], ["updated_at", "2016-03-08 20:14:59.204501"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresa@fritsch.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresa@fritsch.info"], ["name", "Noemy Carter DVM"], ["password_digest", "$2a$04$kPKJ8URX3QjomOjpfWgwaezraNLnWZQclMktDTWc3pfbUCg5YU3Gq"], ["created_at", "2016-03-08 20:14:59.211153"], ["updated_at", "2016-03-08 20:14:59.211153"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Est laboriosam aliquam sunt veritatis quia voluptatibus accusamus. Dolor voluptas occaecati ipsa. Ab possimus aut facilis nemo quis."], ["summary", "Sunt natus explicabo nihil recusandae labore voluptatem repellat. Nam velit cumque beatae architecto vel ea."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:14:59.215266"], ["updated_at", "2016-03-08 20:14:59.215266"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hallie@hackettstroman.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hallie@hackettstroman.name"], ["name", "Leonora Macejkovic"], ["password_digest", "$2a$04$9RLCwZGjk9U577DOLUhFUeYEiqBHLFFDUDGu6jGQrdaJZaAxyYD.."], ["created_at", "2016-03-08 20:14:59.221377"], ["updated_at", "2016-03-08 20:14:59.221377"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Quia quibusdam incidunt aut. Repellendus suscipit excepturi et. Sed laborum neque laboriosam ut dolores voluptatem."], ["summary", "Non soluta suscipit voluptate. Iusto dolorem ut in. Excepturi aliquid commodi delectus occaecati placeat autem omnis."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:14:59.226417"], ["updated_at", "2016-03-08 20:14:59.226417"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leda@heaney.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leda@heaney.io"], ["name", "Estrella Bradtke"], ["password_digest", "$2a$04$EPzDcX2EoAYj/JD/XkYuGOErBdCLt364xIs7jSQVDtXA.ezbIBEDG"], ["created_at", "2016-03-08 20:14:59.233319"], ["updated_at", "2016-03-08 20:14:59.233319"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Atque eveniet magni nobis reprehenderit. Quia veritatis dolorem consequatur magni laudantium consequatur. Sunt odio quia veniam omnis quo."], ["summary", "Ut facere impedit est suscipit ut."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:14:59.238502"], ["updated_at", "2016-03-08 20:14:59.238502"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('giovanni@gutkowski.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "giovanni@gutkowski.io"], ["name", "Curt Yost"], ["password_digest", "$2a$04$08X4XV2Rf5nKA933mXWtA.yM02381sL7wIdFMAPBpAFw70KWrrVlq"], ["created_at", "2016-03-08 20:14:59.245162"], ["updated_at", "2016-03-08 20:14:59.245162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Alias est ipsum praesentium. Enim mollitia nostrum quia quis consectetur voluptas."], ["summary", "Et qui ea ipsam quis et ab. Nihil fugit et. Nemo quia occaecati harum fuga facere tenetur fugiat."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:14:59.249655"], ["updated_at", "2016-03-08 20:14:59.249655"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('annie.beer@streichkovacek.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "annie.beer@streichkovacek.info"], ["name", "Avis White Jr."], ["password_digest", "$2a$04$1BYP7c1nwjfXhSomF1l.kepA9T61AH0qKjgHcRn27eSxQqPOWtvpu"], ["created_at", "2016-03-08 20:14:59.256278"], ["updated_at", "2016-03-08 20:14:59.256278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Et exercitationem fugiat. Quidem tenetur incidunt accusamus aut error. Dolorum optio amet. Voluptate qui dolor."], ["summary", "Provident ipsam voluptatem qui nostrum. Distinctio commodi quidem qui nulla quisquam dolorem."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:14:59.261413"], ["updated_at", "2016-03-08 20:14:59.261413"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laron@hirthe.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laron@hirthe.io"], ["name", "Mr. Juvenal Ward"], ["password_digest", "$2a$04$z0f8KS0ee9zN4dYIYjxGnei/.9tuwjR6k8uYHAfqlCmAa22g3aQYW"], ["created_at", "2016-03-08 20:14:59.268322"], ["updated_at", "2016-03-08 20:14:59.268322"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Sit non magni. Cum nihil et rerum magni. Veritatis dolor a."], ["summary", "Rerum dolores reprehenderit hic illum sint eos dolorem. Rem ut nihil vero eos magni. Quibusdam architecto magni qui."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:14:59.273186"], ["updated_at", "2016-03-08 20:14:59.273186"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('warren@kemmer.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "warren@kemmer.com"], ["name", "Loren Kub"], ["password_digest", "$2a$04$TLXEmS/wftsvUTxGVrwJc.Wmn8UqRBHbbP2RLrv8ZbGQ9H2zc8IyO"], ["created_at", "2016-03-08 20:14:59.279863"], ["updated_at", "2016-03-08 20:14:59.279863"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Nemo mollitia at vitae nulla dolores rem excepturi. Ut assumenda doloremque error dolores."], ["summary", "Voluptatum nihil reiciendis. A eaque nobis aut distinctio reiciendis. Pariatur ullam perferendis aut et hic."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:14:59.284035"], ["updated_at", "2016-03-08 20:14:59.284035"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('roel_dietrich@kohler.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "roel_dietrich@kohler.co"], ["name", "Kevin Dietrich PhD"], ["password_digest", "$2a$04$.98F0/8hpBy/RPWc0VZ9seOnoOOj49N/hWKGv9CXr.BniipvZmVzO"], ["created_at", "2016-03-08 20:14:59.291598"], ["updated_at", "2016-03-08 20:14:59.291598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Ad non quidem eos. Ullam ut qui explicabo sapiente quasi vitae sunt. Rem quia qui id illo consectetur et rerum. Id assumenda adipisci expedita cum repellendus."], ["summary", "Voluptatem maxime perferendis temporibus. Corporis dolores iusto non eos. Alias et at error harum sunt."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:14:59.296438"], ["updated_at", "2016-03-08 20:14:59.296438"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joel@corwin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joel@corwin.org"], ["name", "Geraldine Nienow DDS"], ["password_digest", "$2a$04$AHGfvzFmbc.WfI0KGS3F6eEpLJT/O6Fxjt0B.RxU1G92/BB6kZb1."], ["created_at", "2016-03-08 20:14:59.302937"], ["updated_at", "2016-03-08 20:14:59.302937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Ut et at debitis facere necessitatibus accusamus praesentium. Vel vel enim unde labore aperiam incidunt quae. Eos consequatur harum."], ["summary", "Quibusdam consequatur officia."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:14:59.307393"], ["updated_at", "2016-03-08 20:14:59.307393"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darian@thompson.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darian@thompson.io"], ["name", "Weston Mills"], ["password_digest", "$2a$04$9MZg//MIq7QK4TcwQQONGOpgHswTMxXomhUUAQBtiOMAxpeelrXPi"], ["created_at", "2016-03-08 20:14:59.313922"], ["updated_at", "2016-03-08 20:14:59.313922"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Aut molestiae qui alias. Ex excepturi at placeat nihil numquam officia qui."], ["summary", "Modi nemo quae facilis eveniet ipsam. Est ipsam occaecati esse aut illum repellat distinctio."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:14:59.317929"], ["updated_at", "2016-03-08 20:14:59.317929"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liza.murazik@zulauf.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liza.murazik@zulauf.co"], ["name", "Verlie Wunsch Sr."], ["password_digest", "$2a$04$NVrT/wMBYL/xWtVr8T1JauAlYutFI9ecF0695LuceGSTKiOPzOcTm"], ["created_at", "2016-03-08 20:14:59.324084"], ["updated_at", "2016-03-08 20:14:59.324084"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Nihil molestias quae nisi dolorum. Libero consequuntur blanditiis hic."], ["summary", "Qui nam aut et voluptatum dolor. Autem eum quia ut non commodi."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:14:59.328997"], ["updated_at", "2016-03-08 20:14:59.328997"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('justen_aufderhar@volkmansatterfield.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "justen_aufderhar@volkmansatterfield.com"], ["name", "Elroy Eichmann"], ["password_digest", "$2a$04$pzTbUBUh57l1vP2yEEXINuFjbhuroX3turZcvznXcQRiN/5EeohNW"], ["created_at", "2016-03-08 20:14:59.336221"], ["updated_at", "2016-03-08 20:14:59.336221"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Quasi qui dolor labore velit. Delectus qui quia placeat qui."], ["summary", "Fugiat laborum veniam voluptatem ex molestiae. Magni tempore sequi et est fuga."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:14:59.340472"], ["updated_at", "2016-03-08 20:14:59.340472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('anahi@fisherdickinson.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "anahi@fisherdickinson.org"], ["name", "Tatum Tillman II"], ["password_digest", "$2a$04$kM/dkVZBrVaf5GY4w5cBwODwkQ9P4NtY3yKbR9PLxBXzhNezzDGL6"], ["created_at", "2016-03-08 20:14:59.347055"], ["updated_at", "2016-03-08 20:14:59.347055"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Maiores et in enim sint ut minima quibusdam. Fugit accusantium nobis maiores totam voluptatem a iure. Ex cupiditate eius."], ["summary", "Repellat fuga rerum libero non voluptate. Est hic ratione unde sit."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:14:59.351363"], ["updated_at", "2016-03-08 20:14:59.351363"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('edythe_wiegand@hopperoberts.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "edythe_wiegand@hopperoberts.net"], ["name", "Keegan Lehner"], ["password_digest", "$2a$04$9imT2htvHwOo5P7KVDmTV.15MlnF7OGXusM8SNsZIN4/1K4p7bz/W"], ["created_at", "2016-03-08 20:14:59.357775"], ["updated_at", "2016-03-08 20:14:59.357775"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Velit cupiditate eveniet et provident cumque saepe. Maiores qui soluta ut aspernatur dicta id dolores. Ipsa numquam voluptas repellendus non ut nihil."], ["summary", "Et magni itaque dolore. Suscipit qui alias dolores quia error voluptatem."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:14:59.362752"], ["updated_at", "2016-03-08 20:14:59.362752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fausto.walter@quitzonwunsch.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fausto.walter@quitzonwunsch.co"], ["name", "Miss Dallin Stark"], ["password_digest", "$2a$04$AevBBF05YT0Y./kHuvOEGu0XKDC5jnv2lnB5pqN/HdVBNRNYq7jP2"], ["created_at", "2016-03-08 20:14:59.369345"], ["updated_at", "2016-03-08 20:14:59.369345"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ut dolorum ut labore. A molestiae enim aperiam voluptatem odit sed nihil."], ["summary", "Deleniti quod ad quisquam debitis. Eaque et minima. Esse ut qui quia voluptas odio explicabo illum."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:14:59.374373"], ["updated_at", "2016-03-08 20:14:59.374373"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 6]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 7]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 8]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 9]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 10]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 11]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 12]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 13]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 14]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 15]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 16]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 17]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 18]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 19]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 20]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 21]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 22]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 25]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 26]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 27]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 28]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (194.3ms) Completed 200 OK in 213ms (Views: 189.1ms | ActiveRecord: 22.2ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 29]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.8ms) Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('novella.lueilwitz@kuphal.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "novella.lueilwitz@kuphal.com"], ["name", "Lane Howell IV"], ["password_digest", "$2a$04$0cMAeco6VXpZwOdPJwdSS.afAFzPzbzg1tiMjNpXepaybRg4jaJXK"], ["created_at", "2016-03-08 20:14:59.667923"], ["updated_at", "2016-03-08 20:14:59.667923"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.9ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"novella.lueilwitz@kuphal.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "novella.lueilwitz@kuphal.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wRms5kFTFxTqD.m3SLyn4uTlfOop0WW55MkiC5JTs/4dl4q.WBt9a"], ["updated_at", "2016-03-08 20:14:59.696174"], ["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 57ms (Views: 53.6ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abe@dibbertbeahan.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abe@dibbertbeahan.org"], ["name", "Lenny Wilkinson"], ["password_digest", "$2a$04$vnNU3mM7thC49bKhMN0s8.tvc4VCMj.F98lZ8uKo38NldZnFTpvMu"], ["created_at", "2016-03-08 20:14:59.763971"], ["updated_at", "2016-03-08 20:14:59.763971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title28') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title28"], ["body", "Magni voluptatem voluptates. Accusamus non exercitationem placeat et. Optio eius sunt laborum. Suscipit dolor necessitatibus voluptatem soluta odit molestiae."], ["summary", "Eum ut voluptatum fugiat voluptatem est tempore."], ["author_id", 31], ["slug", "title28"], ["created_at", "2016-03-08 20:14:59.769431"], ["updated_at", "2016-03-08 20:14:59.769431"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brenna@casper.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brenna@casper.io"], ["name", "Eloy Berge"], ["password_digest", "$2a$04$O7RZ3/gWY8dM2LzU5QQJh.XgWH1hyiCpSdhGN9e9MvuMH7954Emf2"], ["created_at", "2016-03-08 20:14:59.777097"], ["updated_at", "2016-03-08 20:14:59.777097"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title29"], ["body", "Voluptatem ut repellat dolor quia odit ea. Reiciendis et suscipit qui et. Vitae possimus voluptas commodi totam eum ratione iure."], ["summary", "In esse aut perspiciatis nemo."], ["author_id", 32], ["slug", "title29"], ["created_at", "2016-03-08 20:14:59.781934"], ["updated_at", "2016-03-08 20:14:59.781934"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('antonia@watsica.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "antonia@watsica.name"], ["name", "Ms. Clyde Konopelski"], ["password_digest", "$2a$04$c1sBJS1SqT8Ps/wnUvZZ1.H1JSLO7eraZvfnVsbI7KCkDs1tM9IJC"], ["created_at", "2016-03-08 20:14:59.789356"], ["updated_at", "2016-03-08 20:14:59.789356"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title30') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title30"], ["body", "Ratione sunt magnam. Sit rerum debitis at dignissimos placeat."], ["summary", "Soluta officia rerum placeat ullam explicabo occaecati recusandae. Laborum amet incidunt impedit fugit. Labore voluptas modi corrupti."], ["author_id", 33], ["slug", "title30"], ["created_at", "2016-03-08 20:14:59.794634"], ["updated_at", "2016-03-08 20:14:59.794634"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcos_franecki@nikolaus.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcos_franecki@nikolaus.name"], ["name", "Vergie Beier"], ["password_digest", "$2a$04$4mLsvjbSIpiwFw9bVmLRIua1Tmr7TcqWOkAAoKTBMkVhdCuWFC.pe"], ["created_at", "2016-03-08 20:14:59.803988"], ["updated_at", "2016-03-08 20:14:59.803988"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title31"], ["body", "Sit possimus magni. Ut ut eligendi doloribus tempore. Temporibus eligendi tenetur. Id odit ut velit."], ["summary", "Ut sit distinctio pariatur qui."], ["author_id", 34], ["slug", "title31"], ["created_at", "2016-03-08 20:14:59.808891"], ["updated_at", "2016-03-08 20:14:59.808891"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('izaiah_dubuque@mckenzie.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "izaiah_dubuque@mckenzie.co"], ["name", "Ida Marks"], ["password_digest", "$2a$04$uYq3ALpp7Mu9tf/RTQNe2uceUipJ0kqrDZTVZnv95z9TwPL5QvSoW"], ["created_at", "2016-03-08 20:14:59.819834"], ["updated_at", "2016-03-08 20:14:59.819834"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Deleniti dolor ea. Quia sunt sed vero quidem deserunt doloremque reiciendis. Reiciendis corrupti tempora quo voluptatum fugit officiis."], ["summary", "Pariatur dolorum sed sit libero fugiat et non. Debitis exercitationem vitae sint doloremque expedita quam quasi. Omnis qui maxime eum sit."], ["author_id", 35], ["slug", "title32"], ["created_at", "2016-03-08 20:14:59.825326"], ["updated_at", "2016-03-08 20:14:59.825326"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cheyanne@moen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cheyanne@moen.net"], ["name", "Antonette Bogan"], ["password_digest", "$2a$04$5lbw8/fNcExHny6lRr2PxuENIqDS2nJHWlgmWdHvB80f5YoXUrsE."], ["created_at", "2016-03-08 20:14:59.832357"], ["updated_at", "2016-03-08 20:14:59.832357"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Illo consequatur nam suscipit explicabo rerum. Quia blanditiis sed hic commodi."], ["summary", "Dolorum nostrum voluptas est vero."], ["author_id", 36], ["slug", "title33"], ["created_at", "2016-03-08 20:14:59.837919"], ["updated_at", "2016-03-08 20:14:59.837919"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marjolaine.thompson@heathcote.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marjolaine.thompson@heathcote.net"], ["name", "Don Schuster"], ["password_digest", "$2a$04$7H/i1BDt0Wj5zQCcKl9BUeikppHTgP8laRxDJb/v9R6jqmRYZLh4W"], ["created_at", "2016-03-08 20:14:59.846251"], ["updated_at", "2016-03-08 20:14:59.846251"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title34') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title34"], ["body", "Itaque commodi recusandae. Iste deleniti nisi cumque fugiat. Neque laudantium quisquam pariatur ad. Accusantium aut repudiandae nostrum."], ["summary", "Et ut tempore quam. Nihil libero odio vel fugit ab iure."], ["author_id", 37], ["slug", "title34"], ["created_at", "2016-03-08 20:14:59.851434"], ["updated_at", "2016-03-08 20:14:59.851434"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ron@rau.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ron@rau.net"], ["name", "Viola Pfannerstill"], ["password_digest", "$2a$04$kzKFhwyLvxrB41D/lsGf/exrzqVNoUcykUUuldjJR87IVIs8FXh3m"], ["created_at", "2016-03-08 20:14:59.858735"], ["updated_at", "2016-03-08 20:14:59.858735"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Qui numquam doloremque quia. Quibusdam omnis autem."], ["summary", "Ad veniam expedita molestias inventore. Accusamus enim rerum beatae iusto dolorem corporis."], ["author_id", 38], ["slug", "title35"], ["created_at", "2016-03-08 20:14:59.864229"], ["updated_at", "2016-03-08 20:14:59.864229"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('louisa_gibson@shanahan.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "louisa_gibson@shanahan.net"], ["name", "Mathias Corkery"], ["password_digest", "$2a$04$XNBVr3x4AaDmHAnw.LA/iutZfk.Sw7HbPyW8Wkvq8k03yssKAtDDG"], ["created_at", "2016-03-08 20:14:59.872207"], ["updated_at", "2016-03-08 20:14:59.872207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Accusantium officiis nemo et. Illum fugit consequuntur nobis accusantium."], ["summary", "Laudantium ea et omnis aut et."], ["author_id", 39], ["slug", "title36"], ["created_at", "2016-03-08 20:14:59.876949"], ["updated_at", "2016-03-08 20:14:59.876949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wava.muller@rippin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wava.muller@rippin.org"], ["name", "Deborah Wolf II"], ["password_digest", "$2a$04$7a/VSKqhkgYUq8wcbzmiE.h/RICAk52kpeQq4ftfwHiUqsqyLa3Ai"], ["created_at", "2016-03-08 20:14:59.884551"], ["updated_at", "2016-03-08 20:14:59.884551"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Et sint et nulla porro. Fugit quidem atque eaque minus ea quaerat."], ["summary", "Vel expedita aut aliquid voluptatibus officia. Consequatur expedita qui."], ["author_id", 40], ["slug", "title37"], ["created_at", "2016-03-08 20:14:59.888955"], ["updated_at", "2016-03-08 20:14:59.888955"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tom.gibson@jast.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tom.gibson@jast.org"], ["name", "Elsa Johnson"], ["password_digest", "$2a$04$0qh9.zdfMoH2ovywBqHfKuEqcIsV.M.wEddaQoZ9nirnH5O8FV9dK"], ["created_at", "2016-03-08 20:14:59.895970"], ["updated_at", "2016-03-08 20:14:59.895970"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Et et nisi recusandae repudiandae temporibus. Veritatis commodi autem adipisci ullam. Expedita totam assumenda aut numquam ut."], ["summary", "Sed tempore expedita ad architecto voluptates sed."], ["author_id", 41], ["slug", "title38"], ["created_at", "2016-03-08 20:14:59.900928"], ["updated_at", "2016-03-08 20:14:59.900928"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('demetrius@bednarking.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "demetrius@bednarking.co"], ["name", "Nathanial Torp"], ["password_digest", "$2a$04$HK8PTgZh6XvaVV905X8Iv.2YqZTevL3Y8GNR3KMR/8Eze/jlPGWym"], ["created_at", "2016-03-08 20:14:59.908167"], ["updated_at", "2016-03-08 20:14:59.908167"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title39') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title39"], ["body", "In quae ea et. Voluptatum est tempore impedit id debitis nam et. Aut id porro voluptatibus aut voluptatem perspiciatis. Ad aperiam pariatur error soluta quaerat debitis."], ["summary", "Odio quo ducimus nisi impedit laboriosam enim. Nisi molestias ipsa quo qui explicabo delectus corrupti."], ["author_id", 42], ["slug", "title39"], ["created_at", "2016-03-08 20:14:59.913242"], ["updated_at", "2016-03-08 20:14:59.913242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kennith@rippinstanton.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kennith@rippinstanton.info"], ["name", "Margarita Williamson"], ["password_digest", "$2a$04$hL5DNJq4n6PJaP7yW6FqG.PgpvY6InZe0RRLMHTL7meFs49ScsTJy"], ["created_at", "2016-03-08 20:14:59.920339"], ["updated_at", "2016-03-08 20:14:59.920339"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Sit perspiciatis et neque. Tempora dolore et nihil nobis in. Ipsa totam et ea aspernatur velit occaecati."], ["summary", "Est voluptate et iste occaecati qui. Dolorem sit maiores reiciendis sed dignissimos facilis nobis. Harum blanditiis quas ut."], ["author_id", 43], ["slug", "title40"], ["created_at", "2016-03-08 20:14:59.924836"], ["updated_at", "2016-03-08 20:14:59.924836"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yasmin_howe@kunze.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yasmin_howe@kunze.biz"], ["name", "Deon Davis"], ["password_digest", "$2a$04$3SWZvQOarOCJphHgqcM1hOxL7T9BC87tKbCCrBK2eiC5mi1E.mVlW"], ["created_at", "2016-03-08 20:14:59.931660"], ["updated_at", "2016-03-08 20:14:59.931660"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title41"], ["body", "Aliquam consequuntur ipsam minus. Sed quod illum. Totam quas repellendus eaque officiis exercitationem. Quia dolores quia debitis ut aut repudiandae laboriosam."], ["summary", "Consequatur excepturi ratione et non voluptate. Ipsa dolores magni consequatur."], ["author_id", 44], ["slug", "title41"], ["created_at", "2016-03-08 20:14:59.936440"], ["updated_at", "2016-03-08 20:14:59.936440"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jane.johnson@mueller.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jane.johnson@mueller.name"], ["name", "Adrien Abernathy"], ["password_digest", "$2a$04$Lubiisz/Pcfgp6c3qehO4.3licGzOIxv5KU.Akh3MrQhKX/TBmEHC"], ["created_at", "2016-03-08 20:14:59.943395"], ["updated_at", "2016-03-08 20:14:59.943395"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title42"], ["body", "Hic reiciendis eius nihil asperiores quas omnis porro. Ullam unde repudiandae impedit voluptate vel eligendi. Repellat quia architecto voluptatum velit quia rem."], ["summary", "Omnis odio velit itaque sit vel ut. Eveniet dicta quaerat aut quia assumenda."], ["author_id", 45], ["slug", "title42"], ["created_at", "2016-03-08 20:14:59.947849"], ["updated_at", "2016-03-08 20:14:59.947849"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brook.turcotte@orn.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brook.turcotte@orn.io"], ["name", "Leta Kohler"], ["password_digest", "$2a$04$4leqqqHm37pilL9ewFljCutRQXcQ7zWtp/vNgK9ESxQCNKhx/NXia"], ["created_at", "2016-03-08 20:14:59.954577"], ["updated_at", "2016-03-08 20:14:59.954577"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Voluptatum saepe laborum officiis. Neque qui ut perspiciatis. Itaque rerum eum repudiandae illum nisi at est."], ["summary", "Et sint ut nemo quia laudantium ut rerum."], ["author_id", 46], ["slug", "title43"], ["created_at", "2016-03-08 20:14:59.958900"], ["updated_at", "2016-03-08 20:14:59.958900"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emily@farrellbecker.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emily@farrellbecker.net"], ["name", "Dr. Jackeline Barton"], ["password_digest", "$2a$04$8HX0BFv3kswsi6D5yNboOeNUJx6CNm8RFgh2owaMj.UuYE37OpVnC"], ["created_at", "2016-03-08 20:14:59.966022"], ["updated_at", "2016-03-08 20:14:59.966022"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title44"], ["body", "Officia suscipit quia tenetur saepe. Non eum rerum. Iusto necessitatibus minus commodi delectus nisi repellat aut."], ["summary", "Provident beatae perspiciatis. Soluta numquam veritatis voluptatem id voluptates. Quibusdam molestiae nostrum eum."], ["author_id", 47], ["slug", "title44"], ["created_at", "2016-03-08 20:14:59.970717"], ["updated_at", "2016-03-08 20:14:59.970717"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('london@maggio.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "london@maggio.info"], ["name", "Lauren Halvorson"], ["password_digest", "$2a$04$BT19ScFNDEqD0Bpj2KfF6Opjb5s8H6O3Qf1mEwAG9Heoqr5J7Xfua"], ["created_at", "2016-03-08 20:14:59.977648"], ["updated_at", "2016-03-08 20:14:59.977648"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title45"], ["body", "Atque maxime nisi porro voluptates et doloremque laborum. Tempore consequatur est."], ["summary", "Et accusamus rem voluptatem accusantium sequi. Aut eum suscipit distinctio et. Exercitationem molestias voluptas dolores facere qui."], ["author_id", 48], ["slug", "title45"], ["created_at", "2016-03-08 20:14:59.983533"], ["updated_at", "2016-03-08 20:14:59.983533"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willy@ortiz.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willy@ortiz.info"], ["name", "Oswaldo Johns"], ["password_digest", "$2a$04$t09/Qne316kOTOAtmdOFTeAXuWljUoZHQXp/OfmIusso45HVJFD3a"], ["created_at", "2016-03-08 20:14:59.991466"], ["updated_at", "2016-03-08 20:14:59.991466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title46"], ["body", "Voluptatem officiis laboriosam eius ut nesciunt sequi pariatur. Eum nostrum accusantium quia modi. Dignissimos sit eveniet."], ["summary", "Quia et inventore velit. Quia vel voluptas."], ["author_id", 49], ["slug", "title46"], ["created_at", "2016-03-08 20:14:59.996117"], ["updated_at", "2016-03-08 20:14:59.996117"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myrtis@will.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myrtis@will.net"], ["name", "Tania Beahan"], ["password_digest", "$2a$04$CXSZoDkDq1gUJkjv.Mrk6e5uaFy2L1PJ4xxBqiniXhTMd2Gwitahm"], ["created_at", "2016-03-08 20:15:00.004172"], ["updated_at", "2016-03-08 20:15:00.004172"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title47"], ["body", "Sed perferendis quis qui eos. A temporibus magnam ut maxime sit. Similique eos et consequatur rerum at quidem sed."], ["summary", "Optio rerum eos reprehenderit tempora vero repudiandae. Et itaque sed sequi quisquam."], ["author_id", 50], ["slug", "title47"], ["created_at", "2016-03-08 20:15:00.009440"], ["updated_at", "2016-03-08 20:15:00.009440"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cindy@creminankunding.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cindy@creminankunding.org"], ["name", "Reinhold Casper"], ["password_digest", "$2a$04$n4CAtuwJHv6jhkUhGTrWW.hkBv772CC2LP/bXa.uFFF.MWeB8cPZ2"], ["created_at", "2016-03-08 20:15:00.016801"], ["updated_at", "2016-03-08 20:15:00.016801"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title48"], ["body", "Possimus accusamus quo sint est et ea. Ipsam nihil sunt sunt accusantium rem et reiciendis."], ["summary", "Similique et laborum necessitatibus hic."], ["author_id", 51], ["slug", "title48"], ["created_at", "2016-03-08 20:15:00.021627"], ["updated_at", "2016-03-08 20:15:00.021627"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yazmin_veum@leffler.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yazmin_veum@leffler.net"], ["name", "Howard Graham IV"], ["password_digest", "$2a$04$rexcgsCTWSHKSF2nbmvt0.61NAcwRssOW3Nw9rFExPc2uH1x.o3nW"], ["created_at", "2016-03-08 20:15:00.030608"], ["updated_at", "2016-03-08 20:15:00.030608"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title49"], ["body", "Culpa occaecati sequi quia blanditiis nihil eos. A nobis voluptatem architecto eos pariatur repellat. Explicabo eos dolor repellat eligendi voluptatibus."], ["summary", "Vitae aut suscipit. Et nulla deserunt. Mollitia sed minus eos fugiat consequatur nemo."], ["author_id", 52], ["slug", "title49"], ["created_at", "2016-03-08 20:15:00.036267"], ["updated_at", "2016-03-08 20:15:00.036267"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('merl@reichert.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "merl@reichert.co"], ["name", "Daniella Labadie"], ["password_digest", "$2a$04$1cnlPT2t6B6GbXhTIxJNU.UTdq34wJaws3y4RRKolZulgt7Vvn4aa"], ["created_at", "2016-03-08 20:15:00.044341"], ["updated_at", "2016-03-08 20:15:00.044341"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title50"], ["body", "Minus officiis nihil eos. Explicabo odit dolore rem dolor iure."], ["summary", "Recusandae provident distinctio maiores natus illum blanditiis. Qui et occaecati aut enim."], ["author_id", 53], ["slug", "title50"], ["created_at", "2016-03-08 20:15:00.049472"], ["updated_at", "2016-03-08 20:15:00.049472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emelie@terry.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emelie@terry.io"], ["name", "Alysa Mosciski"], ["password_digest", "$2a$04$2V7sgrrtVmaasidkfO0K1edtABCWoDU795VIRtHT42muiB2Udsu4m"], ["created_at", "2016-03-08 20:15:00.057449"], ["updated_at", "2016-03-08 20:15:00.057449"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title51"], ["body", "Quis corrupti cum tenetur voluptas excepturi. Qui dolorum cumque consequatur sint aut. Maxime excepturi quia quam hic."], ["summary", "Dolorum at iusto unde quia. Autem quibusdam ipsum voluptatum est ea consectetur. Harum omnis corrupti."], ["author_id", 54], ["slug", "title51"], ["created_at", "2016-03-08 20:15:00.063664"], ["updated_at", "2016-03-08 20:15:00.063664"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nicklaus@collinshirthe.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nicklaus@collinshirthe.info"], ["name", "Trystan Kshlerin"], ["password_digest", "$2a$04$ZtDtGFWonBhLB7bPClo4DOvZho8MHw2TRnuRJj.wYOxbN1aD.J5VO"], ["created_at", "2016-03-08 20:15:00.073708"], ["updated_at", "2016-03-08 20:15:00.073708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title52"], ["body", "Nesciunt natus repellendus qui consequatur. Dolor optio cupiditate doloremque voluptate."], ["summary", "Delectus quam dolorum voluptatibus repudiandae amet dolor."], ["author_id", 55], ["slug", "title52"], ["created_at", "2016-03-08 20:15:00.079162"], ["updated_at", "2016-03-08 20:15:00.079162"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maxime@harberreinger.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maxime@harberreinger.name"], ["name", "Justice O'Keefe"], ["password_digest", "$2a$04$/tnY3zXWrSNTf3.XoBB5C.sznI31WgNfDh431M6jzLZC69V0hbvna"], ["created_at", "2016-03-08 20:15:00.086286"], ["updated_at", "2016-03-08 20:15:00.086286"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title53"], ["body", "Quisquam mollitia ullam distinctio. Est fuga nobis qui vitae temporibus."], ["summary", "Quae iste aut. Molestiae ut est vel eveniet quae numquam. Fugit ipsum tempore excepturi porro rerum."], ["author_id", 56], ["slug", "title53"], ["created_at", "2016-03-08 20:15:00.090812"], ["updated_at", "2016-03-08 20:15:00.090812"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 31]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 28], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 29], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 33]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 30], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 34]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 31], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 35]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 32], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 33], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 34], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 35], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 39]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 36], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 37], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 38], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 42]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 39], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 43]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 40], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 44]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 41], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 45]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 42], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 46]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 43], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 47]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 44], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 48]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 45], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 49]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 46], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 50]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 47], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 51]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 48], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 52]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 49], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 53]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 50], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 54]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 51], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 55]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 52], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (216.7ms) Completed 200 OK in 236ms (Views: 213.9ms | ActiveRecord: 20.9ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 56]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 53], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 38ms (Views: 33.3ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('estel_rath@schoenmaggio.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "estel_rath@schoenmaggio.org"], ["name", "Andrew"], ["password_digest", "$2a$04$Rz0QSwD7MLLdnGWeGo0mWeP.14DfiUcID6aKM1VDFN3O/KBRUXzEO"], ["created_at", "2016-03-08 20:15:00.406301"], ["updated_at", "2016-03-08 20:15:00.406301"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"estel_rath@schoenmaggio.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "estel_rath@schoenmaggio.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$2I7vpoPQZUoOxB78tGD/veng1gxNmYyG5PSH5SsErrA3doM.lS0R2"], ["updated_at", "2016-03-08 20:15:00.437049"], ["id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.5ms) Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myrtie@swift.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myrtie@swift.net"], ["name", "Josh"], ["password_digest", "$2a$04$edpfpwWb589WF/V6.nxGFuQe4Y.GKa8RYqiBwjcpBRs2RY5bSoDUy"], ["created_at", "2016-03-08 20:15:00.476728"], ["updated_at", "2016-03-08 20:15:00.476728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('winona.stehr@nitzsche.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "winona.stehr@nitzsche.info"], ["name", "Nikita Emard Sr."], ["password_digest", "$2a$04$TXsbM0iDpcWwfc9Ib6USP.h4zsGhCD/WbLZl.KhkNkTf29kCLGhJG"], ["created_at", "2016-03-08 20:15:00.484475"], ["updated_at", "2016-03-08 20:15:00.484475"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title54"], ["body", "Odit consequatur suscipit saepe. Deserunt consequuntur adipisci quo laboriosam ratione veniam. Perspiciatis quis amet cupiditate. Voluptatem sit sunt dolorem sed."], ["summary", "Molestias nihil omnis sed error dolorem labore. Necessitatibus eos dolores eaque. Exercitationem quidem quae nulla commodi enim velit corrupti."], ["author_id", 59], ["slug", "title54"], ["created_at", "2016-03-08 20:15:00.490737"], ["updated_at", "2016-03-08 20:15:00.490737"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:00.502096"], ["updated_at", "2016-03-08 20:15:00.502096"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title54/edit" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (3.8ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.8ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (21.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (43.0ms) Completed 200 OK in 64ms (Views: 57.9ms | ActiveRecord: 2.7ms) Started PATCH "/admin/posts/title54" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"58", "slug"=>"my slug", "tag_ids"=>["1", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 58]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 54) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 58], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:00.624692"], ["id", 54]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 28ms (ActiveRecord: 5.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 58]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 30ms (Views: 26.6ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('donato@wilkinson.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "donato@wilkinson.io"], ["name", "Andrew"], ["password_digest", "$2a$04$AA21zAT2vNKEuNubW.meGukuyTZKg7NQf2WJgR5oGXxYJ.gV1S656"], ["created_at", "2016-03-08 20:15:00.684875"], ["updated_at", "2016-03-08 20:15:00.684875"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.6ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"donato@wilkinson.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "donato@wilkinson.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$YtBsSzfk/HEBTxB51QpCgeN4MKBVuwVpKB1S.he9f/ymZ/4Rgqgyi"], ["updated_at", "2016-03-08 20:15:00.717614"], ["id", 60]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.6ms) Completed 200 OK in 28ms (Views: 22.9ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hettie@bode.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hettie@bode.net"], ["name", "Josh"], ["password_digest", "$2a$04$LUYXI6vAMyY/59uyPFvDG.YpixBgqgz21l9BFLYnjP6CJtLHpg5U2"], ["created_at", "2016-03-08 20:15:00.759580"], ["updated_at", "2016-03-08 20:15:00.759580"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:00.768026"], ["updated_at", "2016-03-08 20:15:00.768026"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (21.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (25.4ms) Completed 200 OK in 46ms (Views: 43.3ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"61", "slug"=>"my slug", "tag_ids"=>["2", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 2) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 2) LIMIT 1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 61]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 61], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:00.849603"], ["updated_at", "2016-03-08 20:15:00.849603"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 2], ["taggable_id", 55]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 61]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 55], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.6ms) Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yazmin@moore.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yazmin@moore.com"], ["name", "Mr. Mervin Stracke"], ["password_digest", "$2a$04$lnAYRtAqCb3gMlTE2yUyHOQlKPEev.Ez2N2Cf/NFksqFiEpAsZHBm"], ["created_at", "2016-03-08 20:15:00.900784"], ["updated_at", "2016-03-08 20:15:00.900784"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"yazmin@moore.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "yazmin@moore.com"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$E8RNmFPfAOumNzf5x7vKQu9u/OnO1T9ZPri9PMv/2ukLaOMqZhXFa"], ["updated_at", "2016-03-08 20:15:00.931257"], ["id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 1.3ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.3ms) Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:01 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"62", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (4.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.8ms) Completed 200 OK in 28ms (Views: 20.3ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aurelie@mcglynn.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aurelie@mcglynn.biz"], ["name", "Skye Beier"], ["password_digest", "$2a$04$78CbWKcUsE733KWZEu0hyOygEMSlXMgDH6Ywd.y/itnxRy5gNCqB2"], ["created_at", "2016-03-08 20:15:20.529057"], ["updated_at", "2016-03-08 20:15:20.529057"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:20 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 286ms (Views: 285.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:20 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aurelie@mcglynn.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "aurelie@mcglynn.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$k5fiH1Ovvo1d5TYR.zhUgeGrj7vxuQCrU6C1qWsbT3zZVTiBxfCae"], ["updated_at", "2016-03-08 20:15:21.005258"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 25ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (33.6ms) Completed 200 OK in 68ms (Views: 59.2ms | ActiveRecord: 4.2ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laurence@fay.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laurence@fay.org"], ["name", "Mckenna Muller"], ["password_digest", "$2a$04$i6K9ud9fD8BXF4GhubFZpuyQwL9zAWi1NmlZY537O6YdmVmuuAY2q"], ["created_at", "2016-03-08 20:15:21.110399"], ["updated_at", "2016-03-08 20:15:21.110399"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Vel et odio doloribus. Numquam id non quasi suscipit."], ["summary", "A rem libero eligendi aliquid rerum blanditiis."], ["author_id", 2], ["slug", "title1"], ["created_at", "2016-03-08 20:15:21.212351"], ["updated_at", "2016-03-08 20:15:21.212351"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (35.4ms) Completed 200 OK in 52ms (Views: 43.8ms | ActiveRecord: 6.6ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('moie_yundt@roobboyle.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "moie_yundt@roobboyle.io"], ["name", "Aubree Wolf"], ["password_digest", "$2a$04$Fv.BzL475A77MO2./9z2Dum682kNuF2b8QH.G.g77enQ8rFqarLay"], ["created_at", "2016-03-08 20:15:21.284669"], ["updated_at", "2016-03-08 20:15:21.284669"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"moie_yundt@roobboyle.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "moie_yundt@roobboyle.io"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$iHz/ap9t1ADtHHLxCSTyZOhBdWFcUcZwfx9WnS/XBoQDk.wmoTJbm"], ["updated_at", "2016-03-08 20:15:21.310878"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('major.mcdermott@ritchie.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "major.mcdermott@ritchie.co"], ["name", "Santino Hilpert"], ["password_digest", "$2a$04$x8qqjl.22lyHrAC6BRZSEuPgJ7n8BYqVA2HLwPCBvWrQIbsGhbYRS"], ["created_at", "2016-03-08 20:15:21.351034"], ["updated_at", "2016-03-08 20:15:21.351034"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Minus odit delectus sapiente consequatur culpa eum. Perferendis voluptatem animi similique enim."], ["summary", "Nobis sit quae aliquid nihil alias consequuntur. Temporibus enim eius fuga vero."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:15:21.355971"], ["updated_at", "2016-03-08 20:15:21.355971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gwendolyn.torp@white.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gwendolyn.torp@white.co"], ["name", "Nakia Champlin"], ["password_digest", "$2a$04$7TxVktp78RSSNoKuEFpbcuV2kpCAfjhO7ohrkb43tCwa3S7zabaoG"], ["created_at", "2016-03-08 20:15:21.362489"], ["updated_at", "2016-03-08 20:15:21.362489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "A tempora ab magni omnis voluptatum. Quo quae ut enim ut sed. Qui non maiores aspernatur eum tenetur sint odit."], ["summary", "Est qui et voluptas eligendi iste id qui."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:15:21.367228"], ["updated_at", "2016-03-08 20:15:21.367228"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('linnea.senger@barton.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "linnea.senger@barton.org"], ["name", "Ms. Pansy Hermiston"], ["password_digest", "$2a$04$OkstGvnUY80Avlv7VLaLWuOGY0qhOiS3oljE35T50vqmT3M2cyx4S"], ["created_at", "2016-03-08 20:15:21.373538"], ["updated_at", "2016-03-08 20:15:21.373538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Architecto consequatur est. Explicabo perspiciatis velit voluptatibus nihil error. Reiciendis et et. Est tempora corporis."], ["summary", "Corrupti earum omnis placeat eaque et soluta. Eum et aliquid consequuntur ad sint cum."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:15:21.377723"], ["updated_at", "2016-03-08 20:15:21.377723"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kendall_senger@mraz.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kendall_senger@mraz.info"], ["name", "Jeanie Hackett"], ["password_digest", "$2a$04$LFKggxQ1ffzeHI1R9gWgHOQJsvGIUOYyrkPSUI8ElWFN/4aadLzuG"], ["created_at", "2016-03-08 20:15:21.384843"], ["updated_at", "2016-03-08 20:15:21.384843"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Rem eos iure non. Alias doloremque facere et voluptas dolores minus consectetur. Quia placeat nulla quibusdam occaecati."], ["summary", "Totam placeat voluptatem unde ullam et."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:15:21.389827"], ["updated_at", "2016-03-08 20:15:21.389827"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emery@mosciski.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emery@mosciski.co"], ["name", "Sydnee Boyer"], ["password_digest", "$2a$04$TusM..u/vK.ejLOxP6gFku4qmkgtrDojjiSPepRqG7fvZBgaxhFLq"], ["created_at", "2016-03-08 20:15:21.397743"], ["updated_at", "2016-03-08 20:15:21.397743"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Eligendi aperiam eveniet labore modi enim. Qui repellendus porro debitis dolorem recusandae nulla."], ["summary", "Enim minima amet voluptatem. Facilis quod corrupti dolores mollitia culpa illo nihil."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:15:21.402464"], ["updated_at", "2016-03-08 20:15:21.402464"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('damon@reynolds.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "damon@reynolds.co"], ["name", "Benedict Ritchie"], ["password_digest", "$2a$04$8BCqtIL8qsDLguqZTLIcB.fqMImZN3jiyZmp2VaOjMNwqqn2PCeX."], ["created_at", "2016-03-08 20:15:21.408929"], ["updated_at", "2016-03-08 20:15:21.408929"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Veniam delectus alias dolor temporibus dolorem minima. Esse officiis ad. Distinctio quibusdam saepe."], ["summary", "Voluptatem qui distinctio rerum dolores quo nihil."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:15:21.413087"], ["updated_at", "2016-03-08 20:15:21.413087"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fred_mohr@jastheathcote.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fred_mohr@jastheathcote.name"], ["name", "Antonette Hodkiewicz V"], ["password_digest", "$2a$04$2IKJlQbKDHaFWk/kDCBbGujsK0nCOqdml43SUNmFWka3SgogSzi5W"], ["created_at", "2016-03-08 20:15:21.419359"], ["updated_at", "2016-03-08 20:15:21.419359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Laborum aliquid animi et vel. Iusto aut quos."], ["summary", "Totam dolorem architecto quam eveniet voluptatem ut. Culpa quibusdam ab molestias aut voluptatem."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:15:21.423877"], ["updated_at", "2016-03-08 20:15:21.423877"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('savannah@sipes.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "savannah@sipes.net"], ["name", "Gerson Streich Jr."], ["password_digest", "$2a$04$7x5BPcio3RZ/kH4ZZaVpW.8QHugA42wmWvDapbtP/GOHeIjidTvGy"], ["created_at", "2016-03-08 20:15:21.431077"], ["updated_at", "2016-03-08 20:15:21.431077"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ratione sunt aut qui. Inventore excepturi qui temporibus non eius molestiae. Saepe repellendus nostrum amet error laborum voluptates."], ["summary", "Omnis neque dolore voluptas est rerum. Iusto maxime nemo repellendus."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:15:21.435472"], ["updated_at", "2016-03-08 20:15:21.435472"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('holly.brown@faheylubowitz.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "holly.brown@faheylubowitz.name"], ["name", "Theron Marvin DDS"], ["password_digest", "$2a$04$Z0QuGxkZ7.p4MZ4zx.i7AuCJgkZheftXESWS5GFco4qcbct800dWe"], ["created_at", "2016-03-08 20:15:21.442114"], ["updated_at", "2016-03-08 20:15:21.442114"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Quasi voluptas neque voluptatem sit ratione. Ea numquam sint ut velit fugiat maxime a."], ["summary", "Mollitia officia nesciunt velit. Doloremque sequi earum et adipisci possimus. Deserunt doloribus quae necessitatibus voluptatem illum sunt et."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:15:21.446597"], ["updated_at", "2016-03-08 20:15:21.446597"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cecile_leffler@cremin.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cecile_leffler@cremin.info"], ["name", "Dr. Quinn Leuschke"], ["password_digest", "$2a$04$FBXRyauMNSTbPwAdlGZTheJMXwK7URHhGolpyIDl7ZsdjHzttAeta"], ["created_at", "2016-03-08 20:15:21.452667"], ["updated_at", "2016-03-08 20:15:21.452667"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Animi aspernatur dignissimos. Praesentium et molestias architecto illum."], ["summary", "Tempora provident dolor consequuntur aliquid in itaque aut. Illo eius earum aliquam et consequatur iure."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:15:21.456712"], ["updated_at", "2016-03-08 20:15:21.456712"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maritza@wittingbartoletti.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maritza@wittingbartoletti.co"], ["name", "Miss Ward Rippin"], ["password_digest", "$2a$04$R/K6yNtSxACZjBEp7fVJJ.fTASWyFjmvKlzycsz5u2opcJHTPBDku"], ["created_at", "2016-03-08 20:15:21.462874"], ["updated_at", "2016-03-08 20:15:21.462874"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Consequatur placeat amet labore consequatur explicabo officiis. Et et voluptas at exercitationem."], ["summary", "Dolor et eum ad odio temporibus."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:15:21.466961"], ["updated_at", "2016-03-08 20:15:21.466961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mohammad@turnermoriette.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mohammad@turnermoriette.io"], ["name", "Tianna McGlynn"], ["password_digest", "$2a$04$rP2aA0eLjqBJRD2CDUijBu1ehebKG3keojhjHxHuCSZF81x1fA/9O"], ["created_at", "2016-03-08 20:15:21.473193"], ["updated_at", "2016-03-08 20:15:21.473193"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Repudiandae quaerat doloribus dolorum fugit corrupti non. Nulla voluptatibus aut harum qui a vitae quia. Ipsum ipsa autem et. Molestiae voluptatem inventore."], ["summary", "Repudiandae saepe officia non necessitatibus et et. Mollitia ullam inventore dolorum aperiam provident cupiditate incidunt."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:15:21.477905"], ["updated_at", "2016-03-08 20:15:21.477905"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stephany.gleason@mcculloughdickens.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stephany.gleason@mcculloughdickens.com"], ["name", "Serena Kovacek"], ["password_digest", "$2a$04$./p9gr9qdlv2fO5LYADkm.q3J.W6uZOXPn/AitGkO0kOGm9W1Ja2G"], ["created_at", "2016-03-08 20:15:21.484485"], ["updated_at", "2016-03-08 20:15:21.484485"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Rerum quia occaecati aut sit sed voluptatibus harum. Qui molestiae in eos dolores voluptatem culpa tenetur. Atque quam porro quia nulla non libero nemo."], ["summary", "Et quo voluptas aspernatur. Nisi nam debitis dolor. Veritatis consequatur sint ipsam vel."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:15:21.488429"], ["updated_at", "2016-03-08 20:15:21.488429"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('salvatore@howeyundt.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "salvatore@howeyundt.info"], ["name", "Florencio Keebler"], ["password_digest", "$2a$04$FW1zu4ZXQV09rBw35AhD7.ym2dNCOpUhn.gV8jXIc1X5pgZFwQbXW"], ["created_at", "2016-03-08 20:15:21.494550"], ["updated_at", "2016-03-08 20:15:21.494550"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Blanditiis quo dolores molestias corrupti debitis. Omnis velit id."], ["summary", "Magnam eveniet doloremque. Excepturi amet expedita est aut esse quisquam et."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:15:21.498594"], ["updated_at", "2016-03-08 20:15:21.498594"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman_bechtelar@weinatbrekke.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hyman_bechtelar@weinatbrekke.io"], ["name", "Omer Jaskolski"], ["password_digest", "$2a$04$/G1uxbDS8f07Ey4yPT4ZvONZl6qbBN.7tkoW7lAlvOIlJyLx2BHQu"], ["created_at", "2016-03-08 20:15:21.504692"], ["updated_at", "2016-03-08 20:15:21.504692"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Non ipsa impedit. Enim aliquid libero."], ["summary", "Nihil aspernatur in."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:15:21.508558"], ["updated_at", "2016-03-08 20:15:21.508558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kacie@kaulke.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kacie@kaulke.name"], ["name", "Miss Arlie Kuvalis"], ["password_digest", "$2a$04$6Zd4bQfLk6YmlcpHfl741Owssrz2UQej2oR.RnpqNb41fNuOvAhGe"], ["created_at", "2016-03-08 20:15:21.514871"], ["updated_at", "2016-03-08 20:15:21.514871"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Praesentium consequatur maxime dolorem est et quod quia. Exercitationem assumenda optio nesciunt dolor provident nihil rerum. Autem et dicta inventore sed. Et sequi sed."], ["summary", "Quos veniam architecto quia quisquam similique facere. Et et similique eveniet est. Accusantium error aut dolores et."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:15:21.518887"], ["updated_at", "2016-03-08 20:15:21.518887"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('talon@abbottpowlowski.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "talon@abbottpowlowski.name"], ["name", "Quentin McClure"], ["password_digest", "$2a$04$Bb/ErEMfirGxheUJo8Wz3.eo/w3.WTO8.DPiSECnGOdoK16Ce2KNO"], ["created_at", "2016-03-08 20:15:21.525081"], ["updated_at", "2016-03-08 20:15:21.525081"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Voluptatem quae harum architecto cum vero quo fuga. A illum dignissimos repudiandae distinctio."], ["summary", "Nihil ab omnis voluptatem dolorem nemo omnis ut."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:15:21.529732"], ["updated_at", "2016-03-08 20:15:21.529732"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('treva@konopelski.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "treva@konopelski.biz"], ["name", "Thalia Hane"], ["password_digest", "$2a$04$Y2hZTj7DhgqMKTZcr7iuseRxKbB5abt7qG0/49WWjow7gzUQEMpfq"], ["created_at", "2016-03-08 20:15:21.536126"], ["updated_at", "2016-03-08 20:15:21.536126"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Temporibus suscipit et in dolores eveniet. Asperiores dolorum aliquam sint minima vel alias omnis. Voluptatem illo ea. Tenetur non autem reiciendis fugit culpa quae."], ["summary", "Eius officiis non nobis consequatur vel nostrum. Similique voluptatem consequatur corporis tempora id minus."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:15:21.540282"], ["updated_at", "2016-03-08 20:15:21.540282"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bernardo.ankunding@hayes.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bernardo.ankunding@hayes.co"], ["name", "Aracely Spencer"], ["password_digest", "$2a$04$OPY7yK7HiM4YiaIZP5aQIOiqmljKmCPaNdWGBxmUa9Ihv/fMlQTia"], ["created_at", "2016-03-08 20:15:21.546579"], ["updated_at", "2016-03-08 20:15:21.546579"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Est dolores aspernatur voluptatem id aut vero vel. Dolor ea saepe optio atque eum vero. Et aut a et consequatur. Vel quos culpa repellendus."], ["summary", "Ut voluptatem tenetur explicabo. Sed praesentium animi."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:15:21.551337"], ["updated_at", "2016-03-08 20:15:21.551337"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('simeon_mcdermott@prohaska.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "simeon_mcdermott@prohaska.name"], ["name", "Laury Hintz"], ["password_digest", "$2a$04$w7HoujYpEqHZe3e2Iyhbnet2Q9SbRdDZOXVP4MFyH7tbTdOa4IRRS"], ["created_at", "2016-03-08 20:15:21.557674"], ["updated_at", "2016-03-08 20:15:21.557674"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Quos ea provident assumenda sunt maiores qui. Quod aperiam possimus voluptas accusamus voluptatem velit quia. Aut libero facere officia delectus."], ["summary", "Aut est qui."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:15:21.562194"], ["updated_at", "2016-03-08 20:15:21.562194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('audreanne@predovicmueller.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "audreanne@predovicmueller.io"], ["name", "Blake Rau"], ["password_digest", "$2a$04$yOvlkrbGcpcxOZIKjP2h4.W1J0BjVuOw9glc1Td17Cmf.rpTl5CeW"], ["created_at", "2016-03-08 20:15:21.568831"], ["updated_at", "2016-03-08 20:15:21.568831"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Ipsa sunt officia repellat omnis. Nulla enim repellat velit. Esse eaque distinctio aut quis."], ["summary", "Architecto officia optio non et iusto consequuntur. Modi pariatur quia numquam laboriosam consequatur. Qui labore architecto quam cum cumque molestiae."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:15:21.573811"], ["updated_at", "2016-03-08 20:15:21.573811"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('randi@turcotte.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "randi@turcotte.org"], ["name", "Kasey McKenzie"], ["password_digest", "$2a$04$L9l0d9M0AOLpvP1/a5v6JezIL7SX2CHbNfqOFkcQhwU0wcCMBhH5q"], ["created_at", "2016-03-08 20:15:21.580833"], ["updated_at", "2016-03-08 20:15:21.580833"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Debitis voluptates tempora. Officia ut nam eius doloribus et."], ["summary", "Dolor ut sint temporibus culpa debitis. Commodi iste nemo nobis. Sed deleniti fugiat vitae unde et optio."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:15:21.585058"], ["updated_at", "2016-03-08 20:15:21.585058"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hilton@white.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hilton@white.com"], ["name", "Philip Hyatt DDS"], ["password_digest", "$2a$04$SQ.hvmYOWdwlmqmLjMY7yeoAJYeHyqGfEJF0ElRkw9b65gTGw8GAu"], ["created_at", "2016-03-08 20:15:21.591919"], ["updated_at", "2016-03-08 20:15:21.591919"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Voluptatem repudiandae ducimus mollitia eum. Doloremque consectetur facere neque minus quae exercitationem cumque. Molestiae et aperiam laudantium culpa."], ["summary", "At cupiditate modi et est."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:15:21.596269"], ["updated_at", "2016-03-08 20:15:21.596269"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zena_miller@hilpertrutherford.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zena_miller@hilpertrutherford.info"], ["name", "Christophe Treutel"], ["password_digest", "$2a$04$H50hs6LRS.lFn/athGA9xulyHpussxsDDJPP4XSA2nZrMB4EjPsgm"], ["created_at", "2016-03-08 20:15:21.602746"], ["updated_at", "2016-03-08 20:15:21.602746"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Voluptas est libero blanditiis provident mollitia. Et eius perferendis non esse."], ["summary", "Rerum ullam sit tempore. Doloremque distinctio nihil quia rerum. Quia at et non et temporibus et vel."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:15:21.607637"], ["updated_at", "2016-03-08 20:15:21.607637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enrique.kemmer@towne.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "enrique.kemmer@towne.info"], ["name", "Dr. Cecelia Cummerata"], ["password_digest", "$2a$04$GXNWnTg4jK9TTvfGW6zfWO4WLZY2jkrtBEISrAj5gtlxuOGNX1Wv6"], ["created_at", "2016-03-08 20:15:21.613777"], ["updated_at", "2016-03-08 20:15:21.613777"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Cumque architecto eum aperiam magnam hic. Deserunt quos ex ut minima."], ["summary", "Quae voluptatem impedit neque ratione possimus sequi non. Quia maiores facilis velit officiis ex accusamus ut."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:15:21.618803"], ["updated_at", "2016-03-08 20:15:21.618803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lyda_reilly@swifthansen.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lyda_reilly@swifthansen.biz"], ["name", "Krista Tillman"], ["password_digest", "$2a$04$7YJEab1IMdvjYXV1rCBTEOlRs0g2DNoK/2rT0D5eohixznfnUI3Im"], ["created_at", "2016-03-08 20:15:21.625817"], ["updated_at", "2016-03-08 20:15:21.625817"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ea id dolorem et tenetur. Cupiditate consequatur inventore rerum sint natus dolores. Ab ex voluptatem enim. Quia voluptatibus est."], ["summary", "Sed at illum odit voluptates quia. Et animi voluptatem corrupti aspernatur accusamus optio tempora. Voluptas voluptas id minima error aut tempore."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:15:21.630174"], ["updated_at", "2016-03-08 20:15:21.630174"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 6]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 7]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 8]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 9]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 10]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 11]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 12]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 13]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 14]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 15]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 16]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 17]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 18]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 19]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 20]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 21]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 22]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 25]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 26]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 27]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 28]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (186.1ms) Completed 200 OK in 203ms (Views: 180.2ms | ActiveRecord: 21.7ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 29]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.0ms) Completed 200 OK in 37ms (Views: 33.5ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tad@wintheiserdurgan.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tad@wintheiserdurgan.biz"], ["name", "Ashley Goodwin"], ["password_digest", "$2a$04$BnELMeip43TSuRy93dOgUOyoFV.q0g8N3Yd.oA1uPHFq.qeezmVn6"], ["created_at", "2016-03-08 20:15:21.903510"], ["updated_at", "2016-03-08 20:15:21.903510"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"tad@wintheiserdurgan.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "tad@wintheiserdurgan.biz"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zDZJHakNoSTSbcAn5okbWOC6h62rMfUNO780Ysv/sFilKkBQZDJFq"], ["updated_at", "2016-03-08 20:15:21.931886"], ["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (43.3ms) Completed 200 OK in 61ms (Views: 58.5ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lura.breitenberg@ruel.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lura.breitenberg@ruel.com"], ["name", "Mrs. Reymundo Little"], ["password_digest", "$2a$04$xZpUKR54L5FqYgy05n9mdepwgcRAlkcB5soI2H33MDL80oQF23FsO"], ["created_at", "2016-03-08 20:15:22.004831"], ["updated_at", "2016-03-08 20:15:22.004831"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title28') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title28"], ["body", "Architecto beatae quis. Pariatur et officia quaerat nulla quibusdam fugit. Sit qui aperiam hic dolorum dicta voluptas blanditiis."], ["summary", "Porro quo cum id molestiae. Porro ullam unde. Sapiente quas et."], ["author_id", 31], ["slug", "title28"], ["created_at", "2016-03-08 20:15:22.010408"], ["updated_at", "2016-03-08 20:15:22.010408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcellus@ankunding.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcellus@ankunding.co"], ["name", "Lonzo Kautzer"], ["password_digest", "$2a$04$l.vWjaSuqjq9NQAyAxry2eH5R.48oZcNqmU8urxNikwHnzEg686E2"], ["created_at", "2016-03-08 20:15:22.017591"], ["updated_at", "2016-03-08 20:15:22.017591"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title29"], ["body", "Debitis numquam dolores sed necessitatibus aut nisi sed. Impedit dolorem quibusdam ratione. Magnam maxime optio nemo voluptates sed ut exercitationem."], ["summary", "Eligendi veritatis sit non."], ["author_id", 32], ["slug", "title29"], ["created_at", "2016-03-08 20:15:22.022989"], ["updated_at", "2016-03-08 20:15:22.022989"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lue@morar.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lue@morar.org"], ["name", "Aidan Hyatt"], ["password_digest", "$2a$04$0RPRv79p.3hX2oaBhOMeeevfdrDRNCo4tkceCfCcbnEXf2pEKNZf6"], ["created_at", "2016-03-08 20:15:22.030533"], ["updated_at", "2016-03-08 20:15:22.030533"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title30') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title30"], ["body", "Veniam voluptas est placeat. Quos possimus dolores temporibus ullam rem. Dignissimos error voluptatibus omnis tenetur voluptas."], ["summary", "Ea et reprehenderit quia. Asperiores aut neque pariatur dolor laboriosam. Ab rem et fugiat occaecati tenetur dolorem."], ["author_id", 33], ["slug", "title30"], ["created_at", "2016-03-08 20:15:22.035582"], ["updated_at", "2016-03-08 20:15:22.035582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theo@jacobson.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theo@jacobson.io"], ["name", "Toby Predovic"], ["password_digest", "$2a$04$8vBXsJVwHgF28nJlgC0Vd.fseKtSJk5pD4I0XRbtrxEai9gH9axrG"], ["created_at", "2016-03-08 20:15:22.043277"], ["updated_at", "2016-03-08 20:15:22.043277"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title31"], ["body", "Aut autem vero consectetur temporibus voluptatem ut qui. Veritatis repellat itaque ut totam ad error nam. Rerum vel voluptatum dolores facere porro eius aut."], ["summary", "Nihil dolorum voluptatem harum nulla. Itaque dolore fugit. Dicta aliquam quis praesentium in."], ["author_id", 34], ["slug", "title31"], ["created_at", "2016-03-08 20:15:22.048292"], ["updated_at", "2016-03-08 20:15:22.048292"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jorge@lakinarmstrong.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jorge@lakinarmstrong.info"], ["name", "Delores Dickinson"], ["password_digest", "$2a$04$MKWdRXiFHGGq47k9s6nKsOEKBU77/61dXm2Y7FyB2LDPoFrMZNouC"], ["created_at", "2016-03-08 20:15:22.056253"], ["updated_at", "2016-03-08 20:15:22.056253"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Iure in natus quae illum illo. Repellat reiciendis error ducimus tenetur est. Consequatur autem voluptate. Qui ut ad ut aut itaque quia."], ["summary", "Rem exercitationem vitae aut itaque ut. Ipsa dignissimos ut doloribus. Officia ipsam quam cum odit pariatur iure accusamus."], ["author_id", 35], ["slug", "title32"], ["created_at", "2016-03-08 20:15:22.060875"], ["updated_at", "2016-03-08 20:15:22.060875"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darien@vandervortherman.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darien@vandervortherman.org"], ["name", "Mireya Kunze"], ["password_digest", "$2a$04$B/lLJkASJYonBZnm4KW/v.QJKKgI1yRMtvW/3NX8GRqRZGcdC8Z.6"], ["created_at", "2016-03-08 20:15:22.068337"], ["updated_at", "2016-03-08 20:15:22.068337"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "At blanditiis mollitia rerum. Temporibus et est et magni ducimus explicabo. Autem quis quam occaecati possimus explicabo."], ["summary", "Qui ut quis amet ab rerum et quas. Rerum et voluptates quas qui ipsa adipisci."], ["author_id", 36], ["slug", "title33"], ["created_at", "2016-03-08 20:15:22.072851"], ["updated_at", "2016-03-08 20:15:22.072851"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brandon@ruecker.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brandon@ruecker.biz"], ["name", "Cleo Bauch"], ["password_digest", "$2a$04$OzzB0PyZ.d34iB2BEqFp2OqDIcoNIx74vuB2i9rm5a0NnSMYTltKS"], ["created_at", "2016-03-08 20:15:22.080853"], ["updated_at", "2016-03-08 20:15:22.080853"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title34') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title34"], ["body", "Laudantium sunt qui quas aut dolorum. Voluptas sed alias distinctio quod a accusamus hic. Labore distinctio totam porro dolore. Nemo minus perspiciatis et quasi animi doloremque."], ["summary", "Ratione unde sint repudiandae qui voluptates molestiae cumque."], ["author_id", 37], ["slug", "title34"], ["created_at", "2016-03-08 20:15:22.086719"], ["updated_at", "2016-03-08 20:15:22.086719"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eunice_cummerata@mann.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eunice_cummerata@mann.com"], ["name", "Mozell Sanford PhD"], ["password_digest", "$2a$04$CPK2pcq9aMuu721LcEc69u//BeTv0KDJXU1c7tzl5ju/eWTrPWn/e"], ["created_at", "2016-03-08 20:15:22.094000"], ["updated_at", "2016-03-08 20:15:22.094000"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Sapiente earum saepe veritatis odio beatae a sequi. Quidem impedit quia et aperiam. Ad error assumenda voluptas mollitia et voluptate. Amet quis distinctio fuga nesciunt ratione."], ["summary", "Totam nostrum nisi eum."], ["author_id", 38], ["slug", "title35"], ["created_at", "2016-03-08 20:15:22.098475"], ["updated_at", "2016-03-08 20:15:22.098475"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gilda@damoreheathcote.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gilda@damoreheathcote.co"], ["name", "Sandra Hilpert"], ["password_digest", "$2a$04$YaHzWjl.jL/sUcBsQdyz5eHZngxNmYKmgsp74xgEt8Bab7JCxYK5u"], ["created_at", "2016-03-08 20:15:22.105005"], ["updated_at", "2016-03-08 20:15:22.105005"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Repellat nam aspernatur ad veritatis ut. Culpa natus exercitationem nulla ut et autem. Suscipit qui beatae saepe. Fuga et qui sint."], ["summary", "Incidunt nihil qui et sed. Doloremque porro culpa corrupti excepturi."], ["author_id", 39], ["slug", "title36"], ["created_at", "2016-03-08 20:15:22.109835"], ["updated_at", "2016-03-08 20:15:22.109835"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deondre@durgan.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deondre@durgan.info"], ["name", "Uriah Heidenreich"], ["password_digest", "$2a$04$48uDRp.DvGuBJ05IDptebOlf9KWG5KMPe0BoSKZBHJAc6zppezDNW"], ["created_at", "2016-03-08 20:15:22.116706"], ["updated_at", "2016-03-08 20:15:22.116706"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Esse dignissimos velit rerum non iste reiciendis. Id eveniet natus voluptas voluptatem facere. Aut modi at officiis itaque explicabo amet pariatur. Non error non excepturi qui aut placeat."], ["summary", "Sint nihil illum."], ["author_id", 40], ["slug", "title37"], ["created_at", "2016-03-08 20:15:22.121081"], ["updated_at", "2016-03-08 20:15:22.121081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frederik_gerlach@dickinson.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frederik_gerlach@dickinson.com"], ["name", "Arden Terry"], ["password_digest", "$2a$04$Kej95w/ykMlFaIPfiAqUSOnnLKaO7P/T292ci.7m81adZ2wZ5oZeC"], ["created_at", "2016-03-08 20:15:22.127754"], ["updated_at", "2016-03-08 20:15:22.127754"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Eveniet officiis vel ad. Eveniet fugiat explicabo provident velit perferendis praesentium aut. Rerum a et deleniti. Quia dolore qui nemo reprehenderit itaque."], ["summary", "Qui ullam deleniti aut laudantium. Est molestiae quidem nihil sapiente beatae repellat."], ["author_id", 41], ["slug", "title38"], ["created_at", "2016-03-08 20:15:22.133263"], ["updated_at", "2016-03-08 20:15:22.133263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayce@towne.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jayce@towne.net"], ["name", "Stuart Friesen MD"], ["password_digest", "$2a$04$qCw4f7hbjPMiYxlCFZ4SIO/LvhXjsHr2iCobVqEFtM9ugrhqbTdqi"], ["created_at", "2016-03-08 20:15:22.140588"], ["updated_at", "2016-03-08 20:15:22.140588"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title39') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title39"], ["body", "Sed molestiae id veritatis blanditiis. Et vitae commodi qui vel. Earum vero voluptates sunt. Est consectetur eius quae ut pariatur rem aut."], ["summary", "Distinctio culpa esse."], ["author_id", 42], ["slug", "title39"], ["created_at", "2016-03-08 20:15:22.144800"], ["updated_at", "2016-03-08 20:15:22.144800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jazlyn@bradtke.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jazlyn@bradtke.io"], ["name", "Myrtle Auer"], ["password_digest", "$2a$04$/Thd27U4IFMKKHK8Iajow.pbpXGz02/5DJF.fsj.euawZ6R6mPQ3."], ["created_at", "2016-03-08 20:15:22.152336"], ["updated_at", "2016-03-08 20:15:22.152336"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Necessitatibus temporibus placeat. Ea aspernatur nesciunt cumque corporis."], ["summary", "Atque omnis laboriosam reiciendis non velit. Aut ab dolores velit architecto recusandae assumenda aliquam."], ["author_id", 43], ["slug", "title40"], ["created_at", "2016-03-08 20:15:22.157525"], ["updated_at", "2016-03-08 20:15:22.157525"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lindsay@cruickshank.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lindsay@cruickshank.com"], ["name", "Arlie Keeling"], ["password_digest", "$2a$04$mRcgVLO.Lx4cv1s8HAO5Be6SS82blgwAnu0myuRn/pQZpeKqxTnE."], ["created_at", "2016-03-08 20:15:22.165568"], ["updated_at", "2016-03-08 20:15:22.165568"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title41"], ["body", "Ad numquam quia sapiente doloremque. Molestias accusamus sint sapiente. Quia dolor temporibus ut doloribus esse. Expedita consequatur laboriosam rerum recusandae corrupti est vel."], ["summary", "Dolorem itaque voluptas beatae magni sapiente."], ["author_id", 44], ["slug", "title41"], ["created_at", "2016-03-08 20:15:22.169819"], ["updated_at", "2016-03-08 20:15:22.169819"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lydia@parisian.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lydia@parisian.com"], ["name", "Randi Ratke"], ["password_digest", "$2a$04$kjNAMEjL2NPGMyrJcNBrRum5G1bzRqKFDUgEY8C14oGNManZoDeUi"], ["created_at", "2016-03-08 20:15:22.176425"], ["updated_at", "2016-03-08 20:15:22.176425"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title42"], ["body", "Maiores velit sint nemo ipsa odio illo quam. Ut dolores vel autem et debitis consequuntur. Totam est corporis ullam aut a dolores quia."], ["summary", "Voluptatem quia velit. Doloribus voluptatem dolorem animi eum cum. Pariatur accusantium et."], ["author_id", 45], ["slug", "title42"], ["created_at", "2016-03-08 20:15:22.180898"], ["updated_at", "2016-03-08 20:15:22.180898"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('israel@wisozk.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "israel@wisozk.net"], ["name", "Vida Kuphal"], ["password_digest", "$2a$04$wXqAP/IlwttPFmko1v2HMu8TLdApUnmqF4FU6UAs8iV2.E3xWbMe6"], ["created_at", "2016-03-08 20:15:22.187760"], ["updated_at", "2016-03-08 20:15:22.187760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Animi delectus quam assumenda dolores deleniti autem. Aliquam et soluta ipsam dolores accusamus voluptates eum."], ["summary", "Hic incidunt consequatur nesciunt."], ["author_id", 46], ["slug", "title43"], ["created_at", "2016-03-08 20:15:22.192075"], ["updated_at", "2016-03-08 20:15:22.192075"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('riley.conn@mcglynn.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "riley.conn@mcglynn.io"], ["name", "Buford Ferry"], ["password_digest", "$2a$04$PccgMlYMi..iBUzDt6u.e.KmuK3qnBZ/01GGyxkkbhRksCoo0ES8W"], ["created_at", "2016-03-08 20:15:22.199886"], ["updated_at", "2016-03-08 20:15:22.199886"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title44"], ["body", "Impedit qui quod. Aperiam nostrum eos et libero eum non. Autem deserunt dicta at quia non non maiores. Est enim impedit eum minus recusandae."], ["summary", "Suscipit eum iure laudantium velit nam. Aut et perspiciatis quae delectus in. Modi eum amet."], ["author_id", 47], ["slug", "title44"], ["created_at", "2016-03-08 20:15:22.204325"], ["updated_at", "2016-03-08 20:15:22.204325"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('iliana@reinger.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "iliana@reinger.name"], ["name", "Roslyn Stanton"], ["password_digest", "$2a$04$IuIDDfOGTQfjIDv4hzeMVeUzAleFoZf/e1VK.cFF0ouxUodxRq9SC"], ["created_at", "2016-03-08 20:15:22.212082"], ["updated_at", "2016-03-08 20:15:22.212082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title45"], ["body", "Sed et est repudiandae inventore atque minus. Velit fuga consequatur eum perferendis nihil ea."], ["summary", "Asperiores eum expedita neque aut aut vero. Nesciunt et neque consectetur. Saepe excepturi architecto velit maiores nihil qui dicta."], ["author_id", 48], ["slug", "title45"], ["created_at", "2016-03-08 20:15:22.217256"], ["updated_at", "2016-03-08 20:15:22.217256"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rebecca.price@heller.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rebecca.price@heller.net"], ["name", "Xzavier Rodriguez DDS"], ["password_digest", "$2a$04$Jt2ICthhsPQhLMmwQcfcZOrUufNN2DuukF7Qo5lMRnO8ROudK7p/y"], ["created_at", "2016-03-08 20:15:22.224791"], ["updated_at", "2016-03-08 20:15:22.224791"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title46"], ["body", "Assumenda minima totam maxime dolor qui. Est eum occaecati harum. Qui asperiores est ducimus similique. Repellendus a culpa perferendis non et qui est."], ["summary", "Sint commodi numquam culpa beatae nisi facilis nulla."], ["author_id", 49], ["slug", "title46"], ["created_at", "2016-03-08 20:15:22.229277"], ["updated_at", "2016-03-08 20:15:22.229277"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lula@frami.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lula@frami.co"], ["name", "Dudley Hyatt"], ["password_digest", "$2a$04$SEsfVwj8qRR3xCBL/MQEEudm1B7yA8yYJeIOc6PsmWZjHe5HlsYpK"], ["created_at", "2016-03-08 20:15:22.236619"], ["updated_at", "2016-03-08 20:15:22.236619"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title47"], ["body", "Eius occaecati ea sequi. Qui aut labore dolor repellendus dignissimos optio et. Tempore occaecati adipisci ut ut eum."], ["summary", "Rerum impedit repellat dignissimos nisi officiis. In id veritatis et qui blanditiis quae."], ["author_id", 50], ["slug", "title47"], ["created_at", "2016-03-08 20:15:22.241408"], ["updated_at", "2016-03-08 20:15:22.241408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vance@boyerhyatt.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vance@boyerhyatt.name"], ["name", "Tobin Lang"], ["password_digest", "$2a$04$RxfORugFVmRMSrYqvJI.LeAxYAFgwz7X6BK0PmaRfs0Cz2TywaGxG"], ["created_at", "2016-03-08 20:15:22.248538"], ["updated_at", "2016-03-08 20:15:22.248538"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title48"], ["body", "Voluptas eos veritatis fugit. Vel fugiat excepturi distinctio et reiciendis."], ["summary", "Omnis dolores explicabo ex dolorem."], ["author_id", 51], ["slug", "title48"], ["created_at", "2016-03-08 20:15:22.253461"], ["updated_at", "2016-03-08 20:15:22.253461"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('danyka_goldner@kemmerchamplin.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "danyka_goldner@kemmerchamplin.co"], ["name", "Percy Sanford Sr."], ["password_digest", "$2a$04$R8maEtx2MwkQ8BqYUujVaOd7mB//PxD6gqC6sq8vcssW7g4SrTexS"], ["created_at", "2016-03-08 20:15:22.260213"], ["updated_at", "2016-03-08 20:15:22.260213"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title49"], ["body", "Quis dolores dolore voluptatum voluptate. Illum numquam iure iste sit tenetur tempore. Natus eaque quod et."], ["summary", "Eos ea iusto inventore sequi pariatur. Et nulla eos. Repudiandae corrupti enim."], ["author_id", 52], ["slug", "title49"], ["created_at", "2016-03-08 20:15:22.265577"], ["updated_at", "2016-03-08 20:15:22.265577"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilber@heel.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wilber@heel.biz"], ["name", "Manuel Kertzmann V"], ["password_digest", "$2a$04$hh5sr9WtjXvEA4UD7r4uGO4s0BZxwIT0R2UGefiRLHd0ZDn.pmaFG"], ["created_at", "2016-03-08 20:15:22.272381"], ["updated_at", "2016-03-08 20:15:22.272381"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title50"], ["body", "Sed ut est assumenda inventore voluptas iste rem. Atque et odio aut."], ["summary", "Est facilis blanditiis voluptate incidunt."], ["author_id", 53], ["slug", "title50"], ["created_at", "2016-03-08 20:15:22.277933"], ["updated_at", "2016-03-08 20:15:22.277933"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('forest@blick.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "forest@blick.co"], ["name", "Cathrine Hintz"], ["password_digest", "$2a$04$e/447SDlmzstv0VSdXUn0.C7vYlLogH6AOiDEU./c5VHrX4Ukd6hG"], ["created_at", "2016-03-08 20:15:22.285155"], ["updated_at", "2016-03-08 20:15:22.285155"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title51"], ["body", "Beatae et et sint sit amet aliquam voluptatem. Velit molestias sint eos."], ["summary", "Quia neque consectetur voluptas id nesciunt dicta."], ["author_id", 54], ["slug", "title51"], ["created_at", "2016-03-08 20:15:22.290097"], ["updated_at", "2016-03-08 20:15:22.290097"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcos@romagueraschaden.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcos@romagueraschaden.com"], ["name", "Candida Denesik"], ["password_digest", "$2a$04$Hxinv4PTLsKQQvf/GnuXR./ERmoUpxFBSfMUu6usKVGTnr7C/r/3G"], ["created_at", "2016-03-08 20:15:22.296777"], ["updated_at", "2016-03-08 20:15:22.296777"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title52"], ["body", "Totam ut neque veritatis perferendis vel impedit. Veniam est veritatis incidunt fugit eveniet. Nostrum cumque omnis id. Ipsum pariatur autem quo architecto qui eius facere."], ["summary", "Praesentium assumenda dolorem. Ut iure quis asperiores a officia reiciendis."], ["author_id", 55], ["slug", "title52"], ["created_at", "2016-03-08 20:15:22.301392"], ["updated_at", "2016-03-08 20:15:22.301392"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cindy.hane@starkvonrueden.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cindy.hane@starkvonrueden.org"], ["name", "Rey Heller"], ["password_digest", "$2a$04$ctGTZh6mwodLwHovw5X3LOUls5Mt0l0YqfWVJxs9628z0TPKXjyj6"], ["created_at", "2016-03-08 20:15:22.308054"], ["updated_at", "2016-03-08 20:15:22.308054"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title53"], ["body", "Possimus natus est et aut nam minima recusandae. Hic quibusdam ut. Iure est unde corrupti enim nemo."], ["summary", "Cum reprehenderit sed ipsam ullam. Sint earum cumque est et qui vel. Dolore harum temporibus."], ["author_id", 56], ["slug", "title53"], ["created_at", "2016-03-08 20:15:22.313212"], ["updated_at", "2016-03-08 20:15:22.313212"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 31]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 28], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 29], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 33]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 30], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 34]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 31], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 35]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 32], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 33], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 34], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 35], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 39]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 36], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 37], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 38], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 42]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 39], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 43]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 40], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 44]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 41], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 45]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 42], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 46]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 43], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 47]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 44], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 48]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 45], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 49]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 46], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 50]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 47], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 51]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 48], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 52]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 49], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 53]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 50], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 54]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 51], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 55]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 52], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (211.7ms) Completed 200 OK in 232ms (Views: 210.3ms | ActiveRecord: 20.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 56]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 53], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.3ms) Completed 200 OK in 43ms (Views: 38.9ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebba.collier@boehmkreiger.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ebba.collier@boehmkreiger.info"], ["name", "Andrew"], ["password_digest", "$2a$04$Q7ZHvfN6WWKz6OTBpr3Xm.Bmr4bcv6Zw9muTbfCAAgv2b/ngXVlqK"], ["created_at", "2016-03-08 20:15:22.619587"], ["updated_at", "2016-03-08 20:15:22.619587"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ebba.collier@boehmkreiger.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ebba.collier@boehmkreiger.info"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9DXLU6qrGLwbg3qMxLuFPeoJ97MeC.yL2LLiJ8SpHDptjft7oeaLq"], ["updated_at", "2016-03-08 20:15:22.650758"], ["id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 36ms (Views: 32.3ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lacy@buckridge.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lacy@buckridge.info"], ["name", "Josh"], ["password_digest", "$2a$04$R2Yc9FXISHWqWhcW9/bURO/IaDjpe5SIj7dCnv.e1P1SN1WruFy8i"], ["created_at", "2016-03-08 20:15:22.700201"], ["updated_at", "2016-03-08 20:15:22.700201"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('robert@halvorson.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "robert@halvorson.biz"], ["name", "Trudie O'Connell"], ["password_digest", "$2a$04$lgGTZ5PMEythu60TYz6KP.fq67Hx.6Tu7nR7mMCLFTYzWqVvWuSKa"], ["created_at", "2016-03-08 20:15:22.707414"], ["updated_at", "2016-03-08 20:15:22.707414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title54"], ["body", "Ut voluptatem id praesentium doloremque quasi repellendus cum. Autem voluptas sed. Iusto nesciunt quo inventore voluptates rem et. Perferendis et aut voluptatem et aut minus."], ["summary", "Dignissimos omnis perferendis. Asperiores neque iure magni aut consequatur a dolorem."], ["author_id", 59], ["slug", "title54"], ["created_at", "2016-03-08 20:15:22.712629"], ["updated_at", "2016-03-08 20:15:22.712629"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:22.723379"], ["updated_at", "2016-03-08 20:15:22.723379"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title54/edit" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.6ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (17.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (27.9ms) Completed 200 OK in 50ms (Views: 43.8ms | ActiveRecord: 3.1ms) Started PATCH "/admin/posts/title54" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"58", "slug"=>"my slug", "tag_ids"=>["1", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 58]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 54) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 58], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:22.825874"], ["id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 26ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 58]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.1ms) Completed 200 OK in 32ms (Views: 28.5ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('thalia.morar@eichmannsmith.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "thalia.morar@eichmannsmith.io"], ["name", "Andrew"], ["password_digest", "$2a$04$.2Jrs8eRDEi6DtW3Z/mUJ.Ee.dISiLuK28rcwoIpStxejxW/aM08u"], ["created_at", "2016-03-08 20:15:22.885297"], ["updated_at", "2016-03-08 20:15:22.885297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"thalia.morar@eichmannsmith.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "thalia.morar@eichmannsmith.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Qr9GXtTRJzi9Lw7aonLMoOzm8Lx4bydGiwHKUIm3jREbASeghA6ri"], ["updated_at", "2016-03-08 20:15:22.918050"], ["id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.4ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kane@schoen.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kane@schoen.biz"], ["name", "Josh"], ["password_digest", "$2a$04$ZJbhjoL/K8AuX6ZyXmx2MuTcEbR0ZwjDgTbOP2raWrfAii/Zqekpi"], ["created_at", "2016-03-08 20:15:22.963604"], ["updated_at", "2016-03-08 20:15:22.963604"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:22.970481"], ["updated_at", "2016-03-08 20:15:22.970481"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 1.2ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"61", "slug"=>"my slug", "tag_ids"=>["2", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 2) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 2) LIMIT 1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 61]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 61], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:23.033999"], ["updated_at", "2016-03-08 20:15:23.033999"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 2], ["taggable_id", 55]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 61]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 55], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.6ms) Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vicente@colecrona.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vicente@colecrona.com"], ["name", "Elyse Morar"], ["password_digest", "$2a$04$DqCdRWLnLRy80oA3/NM3MeBtAd64Xufa7CZV5mA0F4t211J4FpvRS"], ["created_at", "2016-03-08 20:15:23.087947"], ["updated_at", "2016-03-08 20:15:23.087947"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"vicente@colecrona.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "vicente@colecrona.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.ruUJIZ6As/Q6xq7Xi78JOyeFfm87ZruXlzW5kvRn5.evqYh78zGO"], ["updated_at", "2016-03-08 20:15:23.119307"], ["id", 62]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.5ms) Completed 200 OK in 26ms (Views: 22.9ms | ActiveRecord: 1.5ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.6ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"62", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (4.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (7.2ms) Completed 200 OK in 32ms (Views: 21.8ms | ActiveRecord: 2.6ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (4.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.6ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$Qaj77lmFuJ4o5JPextu/weME76nrDOfyT4BiHUgL9ua7lQm2Miroq"], ["created_at", "2016-03-08 20:15:30.718847"], ["updated_at", "2016-03-08 20:15:30.718847"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$erhJEDW1ubpAEFri0eO0Ou.lHJkb0PMQ83mjkelilBcQd2ZCe4BWi"], ["created_at", "2016-03-08 20:15:30.745188"], ["updated_at", "2016-03-08 20:15:30.745188"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1e2yshsqcYfORH1oIPhRu.MGInhwdMAowSK.giROHkGpYgral/ZG6"], ["updated_at", "2016-03-08 20:15:30.751275"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('julien@cummings.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "julien@cummings.co"], ["name", "Kyle Toy V"], ["password_digest", "$2a$04$23bOhft7EkGHkWo7tcL0Uunq4bWZjE4B1r4JuM3W5JytrtQOIUmbi"], ["created_at", "2016-03-08 20:15:31.126119"], ["updated_at", "2016-03-08 20:15:31.126119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Minima reiciendis aut est et. Iure laboriosam pariatur expedita nam voluptas et aut. Rerum deleniti porro officia suscipit."], ["summary", "Assumenda molestiae possimus esse praesentium. Autem ipsum labore rerum earum."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-08 20:15:31.233844"], ["updated_at", "2016-03-08 20:15:31.233844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeica@hudson.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeica@hudson.co"], ["name", "Angelina Schmitt I"], ["password_digest", "$2a$04$Bugr397coOORyHSK/htccuCxjdL5LXuWp2yx7Z5QAmsV13DV1QnEK"], ["created_at", "2016-03-08 20:15:31.286263"], ["updated_at", "2016-03-08 20:15:31.286263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Enim sint omnis quas ullam quibusdam dolorum odit. Harum vel minus aspernatur. Autem qui quia ipsam inventore molestiae."], ["summary", "Numquam asperiores ut accusamus eos assumenda amet sunt. Aperiam iusto autem id. Sint temporibus aliquid debitis officiis mollitia."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:15:31.291834"], ["updated_at", "2016-03-08 20:15:31.291834"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jo@wilkinson.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jo@wilkinson.io"], ["name", "Mollie Boyle"], ["password_digest", "$2a$04$umIX72xJB.DxuEd14nKzUuVEb.Rj1EuOwufFR1MgCzSqbB.E3XR8."], ["created_at", "2016-03-08 20:15:31.300017"], ["updated_at", "2016-03-08 20:15:31.300017"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Numquam consequatur consequuntur voluptas deleniti. Consequuntur eum illum enim et laboriosam fuga. Qui ex tempore ut laborum aut."], ["summary", "Eos qui pariatur et aliquam ipsam."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:15:31.304454"], ["updated_at", "2016-03-08 20:15:31.304454"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ted_beahan@bahringer.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ted_beahan@bahringer.net"], ["name", "Crystal Reynolds"], ["password_digest", "$2a$04$NTdQ/Y8mU.Bfupct6kul6uNsoarEkFczNJkadz5gfq1YYK5DO5/xu"], ["created_at", "2016-03-08 20:15:31.312458"], ["updated_at", "2016-03-08 20:15:31.312458"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Neque cumque tempore natus qui eum. Minima omnis est neque autem vel est et."], ["summary", "Officia et excepturi fugiat nulla soluta."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:15:31.317265"], ["updated_at", "2016-03-08 20:15:31.317265"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zachery_rodriguez@ferry.net') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zachery_rodriguez@ferry.net"], ["name", "Cary Frami V"], ["password_digest", "$2a$04$LlCqz/U6zAfikTAmE9nkhep/6FLTVg/uE4NDRvHlqn.bK2SHXiuXi"], ["created_at", "2016-03-08 20:15:31.325423"], ["updated_at", "2016-03-08 20:15:31.325423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Illum quia quo ipsum est autem atque et. Nulla mollitia dolores. Commodi aliquam natus ad at aut odio facilis. Temporibus consequatur ut aut consectetur."], ["summary", "Cum similique optio qui."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:15:31.332221"], ["updated_at", "2016-03-08 20:15:31.332221"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('franz_nitzsche@wisozk.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "franz_nitzsche@wisozk.io"], ["name", "Kyleigh Predovic"], ["password_digest", "$2a$04$r1N8YDCzsjYL/5Y.tOBR4u7s7Q4IrWw.8Ew5umeRxbZZPGJkfFBsS"], ["created_at", "2016-03-08 20:15:31.338807"], ["updated_at", "2016-03-08 20:15:31.338807"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Et veritatis architecto. Ad quasi ut adipisci omnis eum deserunt. Dolor animi voluptates magnam necessitatibus aut voluptatem."], ["summary", "Sit totam ea error et voluptatem odio. Facilis dignissimos nisi dolorum inventore suscipit. Nostrum non ad."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:15:31.343689"], ["updated_at", "2016-03-08 20:15:31.343689"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('icie.ko@hodkiewicz.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "icie.ko@hodkiewicz.name"], ["name", "Parker Hodkiewicz"], ["password_digest", "$2a$04$7e7hRVt2N.pRVpTsezW3wevHZc/.Gp8BN1Xb5LlmuPdc6jjHHTe/."], ["created_at", "2016-03-08 20:15:31.350987"], ["updated_at", "2016-03-08 20:15:31.350987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Sunt ducimus modi sint suscipit eaque voluptates. Vero fuga doloribus quia quos voluptas recusandae autem."], ["summary", "Delectus quo eum animi eum est. Officia qui corrupti sed illo numquam quasi."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:15:31.355848"], ["updated_at", "2016-03-08 20:15:31.355848"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruth.kunze@runolfsdottir.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruth.kunze@runolfsdottir.name"], ["name", "Miss Belle Abbott"], ["password_digest", "$2a$04$7rFJZNwi90wo6iozba.Q5eZEsTqYxyPeLIEosnl37F2hKXT2wOshS"], ["created_at", "2016-03-08 20:15:31.362717"], ["updated_at", "2016-03-08 20:15:31.362717"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Error numquam est ut et. Eligendi aut quaerat praesentium. Repudiandae possimus voluptate rerum est."], ["summary", "Fuga ut a nihil amet. Aut cum incidunt ut doloribus officia molestiae."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:15:31.367405"], ["updated_at", "2016-03-08 20:15:31.367405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kyla@weinat.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kyla@weinat.org"], ["name", "Dr. Shanna Grant"], ["password_digest", "$2a$04$y9ojHwxO1kSTxUK4eec13uRenJeLrl7birJ5H1Hg3GrTEK4q2/Rxi"], ["created_at", "2016-03-08 20:15:31.376060"], ["updated_at", "2016-03-08 20:15:31.376060"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ut quos non eum quas non. Recusandae et quas ullam. Adipisci natus voluptatem id accusamus nobis corrupti eveniet."], ["summary", "Rem repellat ratione ut."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:15:31.381242"], ["updated_at", "2016-03-08 20:15:31.381242"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('audie@vonrueden.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "audie@vonrueden.co"], ["name", "Golda Anderson"], ["password_digest", "$2a$04$g48/n6kq5gH9Le.TNP7OU../1s9ZfQ3nBF.0ij4.1DwTkHmlSkAGO"], ["created_at", "2016-03-08 20:15:31.388716"], ["updated_at", "2016-03-08 20:15:31.388716"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Accusamus rerum magnam tenetur. Modi sunt iusto et possimus."], ["summary", "Voluptatem tempora sapiente sunt."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:15:31.393194"], ["updated_at", "2016-03-08 20:15:31.393194"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('edison.kirlin@fisher.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "edison.kirlin@fisher.net"], ["name", "Beaulah Wisoky V"], ["password_digest", "$2a$04$Fl1UpgiUUEkmE4bxL3tm3OPq3rNGQKsTp.aEamWwjDPgnIwUVa9vy"], ["created_at", "2016-03-08 20:15:31.400119"], ["updated_at", "2016-03-08 20:15:31.400119"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Debitis aliquam repudiandae tempora. Sit deleniti minus quia corporis ut."], ["summary", "Corrupti maiores rem. Sequi qui maiores."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:15:31.404785"], ["updated_at", "2016-03-08 20:15:31.404785"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sandra@glover.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sandra@glover.co"], ["name", "Rosalee Mueller"], ["password_digest", "$2a$04$zss4fUxROUugIS6E28GKguamtxA9gtMHt7QwrOp2uC4OCcjvyE5gC"], ["created_at", "2016-03-08 20:15:31.412038"], ["updated_at", "2016-03-08 20:15:31.412038"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Culpa quos debitis molestias porro consequatur. Libero dolorum modi quibusdam occaecati iure. Consequatur officia non."], ["summary", "Itaque voluptate omnis non dolores."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:15:31.417189"], ["updated_at", "2016-03-08 20:15:31.417189"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamryn_towne@kochkeeling.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamryn_towne@kochkeeling.org"], ["name", "Miss Francesca Goldner"], ["password_digest", "$2a$04$5xSa1Q5vbGCOo/5IHHbFBuqbHLxyMXAe7WHcI.QENj22XnELgslvC"], ["created_at", "2016-03-08 20:15:31.425868"], ["updated_at", "2016-03-08 20:15:31.425868"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Qui autem inventore nulla. Est ut quia temporibus et nobis. Praesentium amet nesciunt voluptatibus magni nihil dolor. Repudiandae velit beatae eum."], ["summary", "Consequuntur corrupti maxime. Dolor dolores earum minus."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:15:31.431312"], ["updated_at", "2016-03-08 20:15:31.431312"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jevon.jaskolski@kaulke.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jevon.jaskolski@kaulke.co"], ["name", "Miss Garth Olson"], ["password_digest", "$2a$04$umrOzphOiOsrbQCSM1wY1.D3Ywsfjgc1JF5IWu2p4nnXMGbaP7V3a"], ["created_at", "2016-03-08 20:15:31.439444"], ["updated_at", "2016-03-08 20:15:31.439444"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Sed veritatis iusto minima est at atque est. Libero consequatur ut molestiae dolor expedita. Quaerat in veritatis impedit ipsa modi."], ["summary", "Ducimus voluptatem assumenda."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:15:31.445136"], ["updated_at", "2016-03-08 20:15:31.445136"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reginald_okuneva@walteradams.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reginald_okuneva@walteradams.com"], ["name", "Mustafa Koepp"], ["password_digest", "$2a$04$e1j/GSYuXE.w39UliLkz0On0./W0P7UExxOJRy3NlS9seHulH0r9y"], ["created_at", "2016-03-08 20:15:31.453614"], ["updated_at", "2016-03-08 20:15:31.453614"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Veritatis consequatur provident. Ea dolorem nisi eos fuga quibusdam dolorum. Eos magni quia mollitia aperiam ut. Ut nihil reiciendis hic."], ["summary", "Velit eveniet delectus. Vitae nisi quasi aperiam perferendis quos maiores."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:15:31.458116"], ["updated_at", "2016-03-08 20:15:31.458116"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('april@hartmann.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "april@hartmann.co"], ["name", "Beulah Gulgowski"], ["password_digest", "$2a$04$eO4hq7SrDOEPgNPqZL2xdO/QLuvWYFZd79JAbjEp6qRUL71c7SbxS"], ["created_at", "2016-03-08 20:15:31.464823"], ["updated_at", "2016-03-08 20:15:31.464823"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Et eligendi aut. Ipsa possimus consequatur iure excepturi. Quia dignissimos ut qui quod laudantium."], ["summary", "Corporis soluta officia magnam. Voluptatem voluptate fuga possimus veritatis aliquam."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:15:31.469681"], ["updated_at", "2016-03-08 20:15:31.469681"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gaston@okeefe.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gaston@okeefe.net"], ["name", "Terrill Watsica DDS"], ["password_digest", "$2a$04$TR1aojI.ZE5S9nuzmUVKeOIuwS4hQRJu6j34yajn8Tj17PptPmrJq"], ["created_at", "2016-03-08 20:15:31.476832"], ["updated_at", "2016-03-08 20:15:31.476832"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Porro fugit ea velit ut quod omnis voluptas. Commodi eum sit molestiae unde amet mollitia. Quia voluptatibus voluptatem. Et velit in."], ["summary", "Voluptate eos fugit in molestias laborum. Error alias unde ratione aliquid nisi. Dignissimos eos et eveniet distinctio omnis ut."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:15:31.481840"], ["updated_at", "2016-03-08 20:15:31.481840"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('davion.hauck@abbottparisian.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "davion.hauck@abbottparisian.info"], ["name", "Charlotte Herzog Jr."], ["password_digest", "$2a$04$C/YIevOfHHKMTPi6l5eCaO2tvy2e3Q5g4/pU2fqW3.E5TsQ7kagDW"], ["created_at", "2016-03-08 20:15:31.489054"], ["updated_at", "2016-03-08 20:15:31.489054"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Eveniet sed debitis sit nemo vel. Aliquid neque exercitationem maxime dolores sit."], ["summary", "Ad omnis qui iste et ducimus voluptas."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:15:31.493925"], ["updated_at", "2016-03-08 20:15:31.493925"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keagan_boyle@boyleferry.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keagan_boyle@boyleferry.co"], ["name", "Tina Eichmann"], ["password_digest", "$2a$04$Lweo66d09YdcI6uLGQ8QverXqjSNBkThfUJdXWfHBPXAzJ6RXHAne"], ["created_at", "2016-03-08 20:15:31.500802"], ["updated_at", "2016-03-08 20:15:31.500802"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Corporis inventore et qui quis amet. Rem deserunt autem. Veritatis laudantium sit rerum id maiores quisquam et. Sit doloremque asperiores."], ["summary", "Soluta reiciendis distinctio est esse exercitationem. Sit est quasi similique ratione et."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:15:31.506215"], ["updated_at", "2016-03-08 20:15:31.506215"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vince.durgan@watsica.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vince.durgan@watsica.biz"], ["name", "Rosella Mosciski"], ["password_digest", "$2a$04$h4o4uH.xVBKEtkZmHkQ5HOHL5Lji/P7Xfj5cmvNfrP5L66YYJCS9e"], ["created_at", "2016-03-08 20:15:31.513513"], ["updated_at", "2016-03-08 20:15:31.513513"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Nobis soluta placeat saepe. Unde rerum dolorum rerum aliquid ipsam voluptatem. Voluptatum sunt voluptas voluptatem quia et et."], ["summary", "Autem nam placeat sed. Ducimus quibusdam quis autem labore quo ea sunt."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:15:31.517887"], ["updated_at", "2016-03-08 20:15:31.517887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('erin@kunzegerlach.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "erin@kunzegerlach.org"], ["name", "Joesph Tillman"], ["password_digest", "$2a$04$XVksMiMr1flexsU7I0DjHu2aP79pjQLg6vDjMbGotCOVQFpNdxRBi"], ["created_at", "2016-03-08 20:15:31.525002"], ["updated_at", "2016-03-08 20:15:31.525002"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Nihil est eius iste. Reprehenderit corrupti culpa et harum distinctio."], ["summary", "A omnis deserunt aperiam accusantium."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:15:31.530257"], ["updated_at", "2016-03-08 20:15:31.530257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('morris@lindlakin.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "morris@lindlakin.co"], ["name", "Juliet Johnston"], ["password_digest", "$2a$04$fC9pmS8KKLRboCdqESKTyuomnV8cIPyfuy7Y7mnaIGMZcO9.A.N9e"], ["created_at", "2016-03-08 20:15:31.537920"], ["updated_at", "2016-03-08 20:15:31.537920"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Praesentium quia omnis id aut. Provident ad nihil. Repudiandae qui officia rerum et nostrum sint."], ["summary", "Unde beatae animi odit rerum repellendus quam."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:15:31.542983"], ["updated_at", "2016-03-08 20:15:31.542983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('coleman_abernathy@binsklein.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "coleman_abernathy@binsklein.net"], ["name", "Berenice Connelly"], ["password_digest", "$2a$04$gBYlmNVFeALrCtRdGEwXweMJo14fZwjL137VcP1OCeMfGTf8z1uki"], ["created_at", "2016-03-08 20:15:31.549263"], ["updated_at", "2016-03-08 20:15:31.549263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Doloribus incidunt nihil illo. Et aut pariatur provident modi natus."], ["summary", "Excepturi molestiae dolor eaque. Ea molestias provident atque tempora et."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:15:31.554715"], ["updated_at", "2016-03-08 20:15:31.554715"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darrell@lynchdouglas.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darrell@lynchdouglas.io"], ["name", "Rory Paucek DVM"], ["password_digest", "$2a$04$ovOX41FFFDBcSQv8..OCAediWmZ.JVXaJ4F3vE0GGh.Xo2k3a6ryC"], ["created_at", "2016-03-08 20:15:31.561930"], ["updated_at", "2016-03-08 20:15:31.561930"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Aut quas eos omnis corporis. Sit asperiores dolorem fugit itaque minus corrupti. Omnis dolore tempore numquam dolores."], ["summary", "Ut ut impedit."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:15:31.566537"], ["updated_at", "2016-03-08 20:15:31.566537"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cecil@hackett.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cecil@hackett.info"], ["name", "Fritz Boyle"], ["password_digest", "$2a$04$jOhJzBQf2A6WvxzdzVQHDu3lpeD6b1blzcdNaO.c916aUdfu3QsUW"], ["created_at", "2016-03-08 20:15:31.574764"], ["updated_at", "2016-03-08 20:15:31.574764"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Tenetur reiciendis voluptas. Nihil perferendis est architecto facere alias rerum sit. Nihil sunt eaque."], ["summary", "Repellat modi inventore ut consectetur nobis est. Atque voluptates perferendis alias omnis repellendus minus quo. Molestias dicta quis hic sit necessitatibus ex."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:15:31.580063"], ["updated_at", "2016-03-08 20:15:31.580063"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keeley_cormier@wardmohr.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keeley_cormier@wardmohr.name"], ["name", "Euna Stracke"], ["password_digest", "$2a$04$adVmGfVgSoOZu2xbJDgLN.L.ii4FTqYY4AJCsj0MZWYybZcYUqFaK"], ["created_at", "2016-03-08 20:15:31.587997"], ["updated_at", "2016-03-08 20:15:31.587997"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Omnis qui et eos impedit architecto consectetur sapiente. Libero neque aut sapiente est non suscipit. Tempore dolorem non quidem quis. Labore inventore iste et ullam."], ["summary", "Minima molestiae voluptatem dolorem. Doloremque dolores est aperiam quas magnam blanditiis aliquid. Quia magni itaque nemo."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:15:31.592985"], ["updated_at", "2016-03-08 20:15:31.592985"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('connie@bayerkihn.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "connie@bayerkihn.co"], ["name", "Gayle Eichmann"], ["password_digest", "$2a$04$48vcWd3PmWatOhDa3jPyMenSYHIeT82rVSxRb9qkLN4tFd7TMu6sS"], ["created_at", "2016-03-08 20:15:31.599861"], ["updated_at", "2016-03-08 20:15:31.599861"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Eum nihil quo explicabo eius provident repellendus fugiat. Distinctio saepe sit ad ipsum ut sequi rem. Quis vel ut voluptatem. Illo ipsam porro ut quo natus ut."], ["summary", "Est ab dolor enim possimus. Deleniti inventore non dolor cum non saepe. Nobis vitae repudiandae quis qui sit voluptas esse."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:15:31.604701"], ["updated_at", "2016-03-08 20:15:31.604701"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deanna_huels@dach.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deanna_huels@dach.name"], ["name", "Creola Grady"], ["password_digest", "$2a$04$4P9r2r/RxhA3dAHLi9lK/.H4GjJcJ13JCBJEbiPZdEhJTIUbfBH2."], ["created_at", "2016-03-08 20:15:31.644999"], ["updated_at", "2016-03-08 20:15:31.644999"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-08 20:15:31.675231"], ["updated_at", "2016-03-08 20:15:31.675231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('franco@schinnerflatley.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "franco@schinnerflatley.org"], ["name", "Rachel Ruecker"], ["password_digest", "$2a$04$y5dSQOwAQtXn6pBFHahLlOggrbkYVUBeO3qOAzhqs/MJJ1feLjXyS"], ["created_at", "2016-03-08 20:15:31.699231"], ["updated_at", "2016-03-08 20:15:31.699231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Dicta assumenda earum. Veritatis velit nobis neque voluptas eum. Qui aut consectetur soluta et in consequuntur sit. Eum quam et facere in ad dicta.", "summary"=>"Voluptate et eum aut quo velit necessitatibus. Aliquid est iusto. Praesentium assumenda ab in consequatur nemo."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-08 20:15:31.742218"], ["updated_at", "2016-03-08 20:15:31.742218"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Voluptatem quos quod aut laudantium inventore et. Quam qui itaque dolorem totam.", "summary"=>"Debitis id optio nostrum perspiciatis. Magnam ut assumenda eveniet deleniti quia facere."}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gilda.johns@zulauf.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gilda.johns@zulauf.io"], ["name", "Josefa Koch"], ["password_digest", "$2a$04$hK4550/tsnU1sy5Q2RrJZuE1WZCplWmPWnB9q8FTkkScYk58Dyiey"], ["created_at", "2016-03-08 20:15:31.770484"], ["updated_at", "2016-03-08 20:15:31.770484"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Eligendi debitis et nisi laboriosam inventore sunt. Voluptatum deleniti deserunt minima.", "author_id"=>"32"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Eligendi debitis et nisi laboriosam inventore sunt. Voluptatum deleniti deserunt minima."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-08 20:15:31.789802"], ["updated_at", "2016-03-08 20:15:31.789802"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.0ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Modi ipsam doloribus debitis dicta."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rebekah_bechtelar@borer.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rebekah_bechtelar@borer.name"], ["name", "Ada Gutmann"], ["password_digest", "$2a$04$SHStiirxKcWl9k.Lp8vW2e1xNxFgGKVJgwgaHoiDFR9yvDUXQoE7m"], ["created_at", "2016-03-08 20:15:31.833412"], ["updated_at", "2016-03-08 20:15:31.833412"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Et dolores aut harum omnis sit est. Quaerat voluptatum aspernatur illo. Consequatur ipsum accusantium inventore explicabo ea."], ["summary", "Ut maiores pariatur. Repudiandae expedita occaecati est explicabo dolores qui. Nobis itaque rerum magnam rerum impedit illum."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-08 20:15:31.838937"], ["updated_at", "2016-03-08 20:15:31.838937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eugenia_rippin@hammeswolff.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eugenia_rippin@hammeswolff.net"], ["name", "Maxine Prosacco DVM"], ["password_digest", "$2a$04$PfFAx88NEcMUU33Xfep2juBqQrCoH1D8vcWFVOnqBInjhZmh1m5iW"], ["created_at", "2016-03-08 20:15:31.866375"], ["updated_at", "2016-03-08 20:15:31.866375"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Tempora alias tempore quo quis fugiat ea quos. Quasi amet necessitatibus enim et nihil rerum. Voluptatem tempora pariatur. Pariatur vel error similique temporibus sit."], ["summary", "Dignissimos consequuntur accusantium doloribus ducimus quo omnis. Ut et nam. Ad ut inventore fugiat distinctio minima rerum aut."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-08 20:15:31.871966"], ["updated_at", "2016-03-08 20:15:31.871966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-08 20:15:31.895980"], ["updated_at", "2016-03-08 20:15:31.895980"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christ.armstrong@sipes.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christ.armstrong@sipes.org"], ["name", "Imani Farrell"], ["password_digest", "$2a$04$B7VHyqfODZAsRSzG6UPCB.eBNmXbkhtSsvnib9I/vRi.Q4ie4rM9m"], ["created_at", "2016-03-08 20:15:31.905765"], ["updated_at", "2016-03-08 20:15:31.905765"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (1.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Assumenda alias odit nihil. Non molestias libero provident sed veniam fuga eveniet. Quasi cumque dicta."], ["summary", "Incidunt praesentium odio nesciunt. Quis reiciendis assumenda sed aperiam dolore consequuntur omnis. Provident vero enim sit hic sed."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-08 20:15:31.912722"], ["updated_at", "2016-03-08 20:15:31.912722"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.6ms) Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('allen@ernser.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "allen@ernser.info"], ["name", "Dr. Andreanne Kessler"], ["password_digest", "$2a$04$0QfqMeXzhAjYZInSnCcvKeY.lEV5fG1S5wxdNfe9FND021g2lkATS"], ["created_at", "2016-03-08 20:15:31.948079"], ["updated_at", "2016-03-08 20:15:31.948079"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Eos unde nulla tenetur totam recusandae. Blanditiis enim qui quibusdam non iusto mollitia et. Consequatur nihil tenetur. Nihil voluptatem iusto accusamus quos."], ["summary", "Magnam iusto maiores dolores velit."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-08 20:15:31.953917"], ["updated_at", "2016-03-08 20:15:31.953917"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:15:31.972855"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 3.8ms)  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('berta@jacobson.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "berta@jacobson.net"], ["name", "Rylee Witting"], ["password_digest", "$2a$04$c76/vgvDBJf8XPxv7fd5RutHosr.fhhpHJPnw3Hi4D26JX7zQNijG"], ["created_at", "2016-03-08 20:15:31.996508"], ["updated_at", "2016-03-08 20:15:31.996508"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Ex ducimus unde dolor. Minima saepe cumque iusto sit delectus nulla omnis."], ["summary", "Id nemo accusantium. Distinctio quisquam libero voluptatum repellat quia sed."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-08 20:15:32.003091"], ["updated_at", "2016-03-08 20:15:32.003091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:15:32.020322"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.5ms) ROLLBACK  (0.9ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('haie@zulauf.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "haie@zulauf.com"], ["name", "Lois Bashirian"], ["password_digest", "$2a$04$3fVUsoIuPzBJ6v012Y8M/OD758mNfm/3bWldCO9N6zdrqkVWK/up6"], ["created_at", "2016-03-08 20:15:32.045654"], ["updated_at", "2016-03-08 20:15:32.045654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maverick.damore@hansenryan.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maverick.damore@hansenryan.io"], ["name", "Raegan Bogan"], ["password_digest", "$2a$04$hDfZLPn7fY0PfT.YAYJwcOGgg8A5497jLGa13G9MZQuwR0aueu5O."], ["created_at", "2016-03-08 20:15:32.054736"], ["updated_at", "2016-03-08 20:15:32.054736"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Labore ipsam et molestias illo debitis neque voluptas. Ea quasi quia facilis similique. Ut perferendis sint praesentium eos. Est eaque dolore."], ["summary", "Sit possimus nostrum nihil."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-08 20:15:32.059091"], ["updated_at", "2016-03-08 20:15:32.059091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-08 20:15:32.076368"], ["id", 34]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 19ms (ActiveRecord: 3.2ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-08 20:15:32.102466"], ["updated_at", "2016-03-08 20:15:32.102466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gabriella@millergreenfelder.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gabriella@millergreenfelder.co"], ["name", "Clara Hegmann"], ["password_digest", "$2a$04$aNI95Cmf.2I9s5fL5fhHNeNOjNEe3R6Db5E8d..kyrBVN9H7JO3Tm"], ["created_at", "2016-03-08 20:15:32.110519"], ["updated_at", "2016-03-08 20:15:32.110519"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Qui eos molestiae rerum dignissimos. Sed error totam voluptatem quia. Cumque optio rem. Et iste quaerat expedita."], ["summary", "Laboriosam molestias aut autem aut esse eaque sint. Sunt quae aliquid et nemo et possimus quia."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-08 20:15:32.116797"], ["updated_at", "2016-03-08 20:15:32.116797"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.5ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:15:32.133638"], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.1ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.7ms) BEGIN  (0.6ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Carter Trantow"], ["password_digest", "$2a$04$LatE0iyYD/L1TaCvRvz24.q3aoeHTd9UTumtX8FEESMlDRUqJ6XsC"], ["created_at", "2016-03-08 20:15:32.174315"], ["updated_at", "2016-03-08 20:15:32.174315"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$G/MfC9vOlwoH8akPWfSjHuNAXB/MPYL.pxyzhjaxf5HUOoK0il9vG"], ["updated_at", "2016-03-08 20:15:32.189423"], ["id", 41]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.8ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-08 20:15:32.251613"], ["updated_at", "2016-03-08 20:15:32.251613"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-08 20:15:32.291871"], ["updated_at", "2016-03-08 20:15:32.291871"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-08 20:15:32.299048"], ["updated_at", "2016-03-08 20:15:32.299048"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-08 20:15:32.306027"], ["updated_at", "2016-03-08 20:15:32.306027"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-08 20:15:32.311794"], ["updated_at", "2016-03-08 20:15:32.311794"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-08 20:15:32.319209"], ["updated_at", "2016-03-08 20:15:32.319209"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-08 20:15:32.325784"], ["updated_at", "2016-03-08 20:15:32.325784"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-08 20:15:32.335013"], ["updated_at", "2016-03-08 20:15:32.335013"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-08 20:15:32.339925"], ["updated_at", "2016-03-08 20:15:32.339925"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-08 20:15:32.344631"], ["updated_at", "2016-03-08 20:15:32.344631"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-08 20:15:32.349777"], ["updated_at", "2016-03-08 20:15:32.349777"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-08 20:15:32.355658"], ["updated_at", "2016-03-08 20:15:32.355658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-08 20:15:32.361727"], ["updated_at", "2016-03-08 20:15:32.361727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-08 20:15:32.367033"], ["updated_at", "2016-03-08 20:15:32.367033"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-08 20:15:32.373312"], ["updated_at", "2016-03-08 20:15:32.373312"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-08 20:15:32.378525"], ["updated_at", "2016-03-08 20:15:32.378525"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-08 20:15:32.383328"], ["updated_at", "2016-03-08 20:15:32.383328"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-08 20:15:32.388229"], ["updated_at", "2016-03-08 20:15:32.388229"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-08 20:15:32.393050"], ["updated_at", "2016-03-08 20:15:32.393050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-08 20:15:32.398455"], ["updated_at", "2016-03-08 20:15:32.398455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-08 20:15:32.404788"], ["updated_at", "2016-03-08 20:15:32.404788"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-08 20:15:32.411001"], ["updated_at", "2016-03-08 20:15:32.411001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-08 20:15:32.416730"], ["updated_at", "2016-03-08 20:15:32.416730"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-08 20:15:32.421980"], ["updated_at", "2016-03-08 20:15:32.421980"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-08 20:15:32.427399"], ["updated_at", "2016-03-08 20:15:32.427399"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-08 20:15:32.432642"], ["updated_at", "2016-03-08 20:15:32.432642"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-08 20:15:32.438173"], ["updated_at", "2016-03-08 20:15:32.438173"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brock@bartonmurphy.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brock@bartonmurphy.org"], ["name", "Mrs. Quinn Balistreri"], ["password_digest", "$2a$04$pO3Q8gg3PRUrZOyp.ncIyex54Rh5BzkAEHdv12UebeTFAVBXrW2W."], ["created_at", "2016-03-08 20:15:32.479697"], ["updated_at", "2016-03-08 20:15:32.479697"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-08 20:15:32.492730"], ["updated_at", "2016-03-08 20:15:32.492730"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-08 20:15:32.536702"], ["updated_at", "2016-03-08 20:15:32.536702"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-08 20:15:32.560610"], ["updated_at", "2016-03-08 20:15:32.560610"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.4ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 20:15:32.575935"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:15:32.593709"], ["updated_at", "2016-03-08 20:15:32.593709"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 20:15:32.608499"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:15:32.627818"], ["updated_at", "2016-03-08 20:15:32.627818"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-08 20:15:32.654973"], ["updated_at", "2016-03-08 20:15:32.654973"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.1ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeanne@cronachamplin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeanne@cronachamplin.name"], ["name", "Keven Homenick DVM"], ["password_digest", "$2a$04$2EuiTIGn5TJQzjTcLDv4Mu2TYB739YHOCtFFBYDim5R874eYm1T/a"], ["created_at", "2016-03-08 20:15:32.686811"], ["updated_at", "2016-03-08 20:15:32.686811"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Nisi recusandae omnis molestiae fugiat excepturi voluptatem. Tenetur deleniti autem quod est quidem. Quia ea et cumque possimus nihil. Officiis soluta reiciendis id consequuntur."], ["summary", "Maiores rerum quibusdam corrupti veritatis repellat. Necessitatibus id consequuntur."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.691691"], ["updated_at", "2016-03-08 20:15:32.691691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamron@spinkadeckow.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamron@spinkadeckow.co"], ["name", "Dr. Carlee Harvey"], ["password_digest", "$2a$04$i6nm5iuI18mHIWPfjwJ5d.NnRda6QsJ6gtHicS1Qmhl2AcrlaL59q"], ["created_at", "2016-03-08 20:15:32.700034"], ["updated_at", "2016-03-08 20:15:32.700034"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Sed nostrum dolor sit. Quo voluptatem ut et porro et."], ["summary", "Aut consequatur omnis quo minima magnam at. Dolorem ad sit neque repellat rerum animi nihil."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.705137"], ["updated_at", "2016-03-08 20:15:32.705137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myah_spinka@roberts.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myah_spinka@roberts.org"], ["name", "Clovis McCullough"], ["password_digest", "$2a$04$v5bQ8YJM0eu8/KbI2IGm2OssZXYdLK7niE6hTyWo5mdyTFTkjLYG2"], ["created_at", "2016-03-08 20:15:32.712611"], ["updated_at", "2016-03-08 20:15:32.712611"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Tempora inventore blanditiis dignissimos est reiciendis. Fugit ut vero quo ut et. Alias quasi labore magnam voluptas nemo ratione. Velit dolor quod."], ["summary", "Quis non fugiat et quia aperiam ducimus."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-08 20:15:32.717295"], ["updated_at", "2016-03-08 20:15:32.717295"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:32.733288"], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alexander.grant@bartell.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alexander.grant@bartell.biz"], ["name", "Charlene Denesik IV"], ["password_digest", "$2a$04$emYtscfFn.54npJvrsO85.dd37KibLUnO0DkaFG4GVLYmaFkSz5TW"], ["created_at", "2016-03-08 20:15:32.769485"], ["updated_at", "2016-03-08 20:15:32.769485"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Minima eaque iure sint et rerum dolore qui. Nihil ab explicabo. Consectetur reprehenderit quo ut."], ["summary", "Ipsam consequatur ratione sunt magni deserunt. Atque dicta cum nam aut exercitationem mollitia omnis."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.774665"], ["updated_at", "2016-03-08 20:15:32.774665"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leta@rowe.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leta@rowe.name"], ["name", "Kelli Fisher"], ["password_digest", "$2a$04$4pdOKT45876cpBWetciYUuaFUDE6GH9htGPy7qxP4PYFGhgIfZPn6"], ["created_at", "2016-03-08 20:15:32.782048"], ["updated_at", "2016-03-08 20:15:32.782048"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Quis reprehenderit labore ex odit. Aut eius amet quae."], ["summary", "Rerum deleniti cupiditate. Expedita in et recusandae maxime. Dolor pariatur ducimus sapiente molestiae animi esse incidunt."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.787083"], ["updated_at", "2016-03-08 20:15:32.787083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('valentina@carter.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "valentina@carter.name"], ["name", "Hulda Reichert"], ["password_digest", "$2a$04$FGmrqJb0JF5iiRPHGHFTLukA8gEHIO3a3NoEaOhs12vwslBXmQP8S"], ["created_at", "2016-03-08 20:15:32.795217"], ["updated_at", "2016-03-08 20:15:32.795217"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Quia expedita autem delectus. Rem sequi accusamus earum."], ["summary", "Laudantium dolore quia. Debitis tenetur sint itaque distinctio. Asperiores et ipsa ducimus."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.800549"], ["updated_at", "2016-03-08 20:15:32.800549"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laila@hirthekris.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laila@hirthekris.com"], ["name", "Unique White IV"], ["password_digest", "$2a$04$DIj7ZUxrKCtAJL5ZFOlm9.hmq0qRt.B1gNyyzI7paWA2bjw4dRSIO"], ["created_at", "2016-03-08 20:15:32.808107"], ["updated_at", "2016-03-08 20:15:32.808107"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Et quia nam omnis. Dignissimos laudantium voluptatem officiis dolor quasi occaecati aut. Quos quaerat sunt earum."], ["summary", "Repellat sunt deleniti. Quia laudantium nobis accusamus."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.813757"], ["updated_at", "2016-03-08 20:15:32.813757"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keagan@grimeslakin.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keagan@grimeslakin.co"], ["name", "Dr. Macie Wolf"], ["password_digest", "$2a$04$YQlkEJzT5jzXmVpigrw5OedbHeVd6.sy/nXhzbL432OEtFuqabTLm"], ["created_at", "2016-03-08 20:15:32.823590"], ["updated_at", "2016-03-08 20:15:32.823590"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Molestias corporis alias nobis enim. Earum ea veritatis vero nemo dolorum autem labore."], ["summary", "Qui reiciendis id eligendi illum saepe. Aut voluptatibus repudiandae unde voluptatem amet ut delectus."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.829109"], ["updated_at", "2016-03-08 20:15:32.829109"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amya@murphymiller.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amya@murphymiller.info"], ["name", "Adan Pagac"], ["password_digest", "$2a$04$0/LdK4aPBJDGzSDt20b5ZuRtWLCRxbUmIAmM5LKGNUrX14xWrldQq"], ["created_at", "2016-03-08 20:15:32.836245"], ["updated_at", "2016-03-08 20:15:32.836245"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Omnis quae commodi quo doloribus. Quia incidunt qui nesciunt explicabo dolor voluptates. Nisi beatae delectus molestiae dolore officiis reiciendis error. Quam quos sapiente."], ["summary", "Amet autem ratione ex nihil qui voluptas quis."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.840973"], ["updated_at", "2016-03-08 20:15:32.840973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('einar@kirlin.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "einar@kirlin.info"], ["name", "Tyree Lubowitz"], ["password_digest", "$2a$04$NWJkF25AEsUjw8VS/UV4KOo7PGX6QU1osq3niuILLxuVvuhi0qEZ6"], ["created_at", "2016-03-08 20:15:32.848593"], ["updated_at", "2016-03-08 20:15:32.848593"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Ipsa hic eum quam ut. Id reiciendis ut ducimus. Laudantium enim quasi sed occaecati architecto excepturi doloremque."], ["summary", "Consequatur aut voluptatem eaque minima. Explicabo rerum ut. Voluptatem qui doloribus voluptatibus ullam quam deserunt."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.853944"], ["updated_at", "2016-03-08 20:15:32.853944"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darius_connelly@baumbach.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darius_connelly@baumbach.info"], ["name", "Landen Smith"], ["password_digest", "$2a$04$HGpzGt0hLpdwoAkkhXzlgejho7dX7.rDkGEdjAmv59FO8y.XfP1lS"], ["created_at", "2016-03-08 20:15:32.861096"], ["updated_at", "2016-03-08 20:15:32.861096"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Est rerum voluptatem suscipit dicta autem debitis. Et iusto in libero iure ut. Ipsa doloribus et voluptas enim cumque cum."], ["summary", "Qui inventore sed cupiditate non rerum ut. Rem beatae saepe aut aut officia consequatur. Distinctio dolor ut eaque ut inventore assumenda fugiat."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.866333"], ["updated_at", "2016-03-08 20:15:32.866333"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aylin@crist.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aylin@crist.name"], ["name", "Francesca Mitchell"], ["password_digest", "$2a$04$aOA6CUobBV./er5re/XQV.9tSiH2nYJnuhPWXOL3416wxXoa.fgL6"], ["created_at", "2016-03-08 20:15:32.873644"], ["updated_at", "2016-03-08 20:15:32.873644"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Atque cupiditate voluptatem. Culpa voluptatem accusamus earum qui neque ipsa fuga. Commodi ut voluptate quia repudiandae."], ["summary", "Minus odit velit necessitatibus iusto laboriosam sapiente. Facilis sint saepe blanditiis quos. Debitis itaque fuga quis."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.879135"], ["updated_at", "2016-03-08 20:15:32.879135"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michele@luettgen.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michele@luettgen.com"], ["name", "Clare Stanton"], ["password_digest", "$2a$04$DNIvnpuwGY/vDr92g9.1dO9nsfzz3T9fwgGyW5jQqp4ElET9xMAWi"], ["created_at", "2016-03-08 20:15:32.886393"], ["updated_at", "2016-03-08 20:15:32.886393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Qui sed perferendis aut voluptate. Deleniti necessitatibus numquam tempora cumque amet omnis ex."], ["summary", "Non ut adipisci."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.890996"], ["updated_at", "2016-03-08 20:15:32.890996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('natalia@jacobi.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "natalia@jacobi.io"], ["name", "Ms. Brooke Rowe"], ["password_digest", "$2a$04$DnrBbwIIR7Npo7w8HLDHr.fqtbZNtTeczDjWZ73lh60Iz1IbGv/Vu"], ["created_at", "2016-03-08 20:15:32.898888"], ["updated_at", "2016-03-08 20:15:32.898888"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Corrupti eum vel architecto sit. Molestias accusantium non qui recusandae. Tempore odio praesentium excepturi nam voluptas rem. Corrupti cupiditate dolorem saepe hic at nihil."], ["summary", "Tempora dicta deleniti. Unde ab voluptates dolor et atque. Non sit similique consequuntur sed aliquid."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.904613"], ["updated_at", "2016-03-08 20:15:32.904613"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ludwig@anderson.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ludwig@anderson.com"], ["name", "Miss Kelsie Lang"], ["password_digest", "$2a$04$tYFEAQW8E0NHC73ElDhGZuZosCErTSUG7DRTZ560f1GV93k7uiLK2"], ["created_at", "2016-03-08 20:15:32.926327"], ["updated_at", "2016-03-08 20:15:32.926327"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Sequi aut odio. Et quibusdam et quidem. Ea dicta qui explicabo sed."], ["summary", "Dolore iusto dolores minus similique temporibus dolor."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.931552"], ["updated_at", "2016-03-08 20:15:32.931552"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('albin.botsford@dachwaelchi.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "albin.botsford@dachwaelchi.co"], ["name", "Tracy Stamm Jr."], ["password_digest", "$2a$04$Tye4g/7n9.GzjxOuNaEOtOSUJoLv9VdSpuC8oFmrk8lEEcxDtBNgq"], ["created_at", "2016-03-08 20:15:32.956304"], ["updated_at", "2016-03-08 20:15:32.956304"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Quia nobis ut ut mollitia optio sequi praesentium. Iure rerum expedita minima magnam quos."], ["summary", "Omnis reiciendis velit velit doloremque. Sint vel molestias dolorem architecto. Libero ea minus."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-08 20:15:32.961557"], ["updated_at", "2016-03-08 20:15:32.961557"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-08 20:15:32.982825"], ["updated_at", "2016-03-08 20:15:32.982825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 26ms (Views: 11.8ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-08 20:15:33.025580"], ["updated_at", "2016-03-08 20:15:33.025580"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosamond@kshlerinwunsch.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosamond@kshlerinwunsch.biz"], ["name", "Dusty Zulauf"], ["password_digest", "$2a$04$F/AojhgHjzbjQEojkcrzYuiUg1pmBlPcxvRrSp4TMXkgc3t5TSCtC"], ["created_at", "2016-03-08 20:15:33.034376"], ["updated_at", "2016-03-08 20:15:33.034376"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Odit blanditiis sint corrupti natus id quasi. Consequatur qui nemo quia nihil ut et. Necessitatibus et consequatur occaecati ducimus non rerum expedita. Doloribus nam saepe impedit temporibus occaecati provident."], ["summary", "Et impedit voluptatem enim ut dicta nihil."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.054012"], ["updated_at", "2016-03-08 20:15:33.054012"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('juanita@simonishaag.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "juanita@simonishaag.biz"], ["name", "Dallas Hermann"], ["password_digest", "$2a$04$9g6WqF9720ehPAc1CKhzyONhES37TJJn/UegISICk9nED8.McQSAW"], ["created_at", "2016-03-08 20:15:33.066812"], ["updated_at", "2016-03-08 20:15:33.066812"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Occaecati iste vero aut quos. Et consequuntur distinctio vel ex accusantium."], ["summary", "Porro accusantium saepe at."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.076998"], ["updated_at", "2016-03-08 20:15:33.076998"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clinton.little@denesik.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clinton.little@denesik.io"], ["name", "Reuben Ritchie"], ["password_digest", "$2a$04$TR3hwRNRNKRc8VYYoeN86uQeImzdL5nvZb/XZ/jui3Zwn0/nCTmsa"], ["created_at", "2016-03-08 20:15:33.087761"], ["updated_at", "2016-03-08 20:15:33.087761"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Perspiciatis fugiat quibusdam cumque rerum explicabo ut. Modi vero error ipsa. Placeat eos animi laboriosam neque. Perspiciatis harum eum."], ["summary", "Qui officia autem quas. Earum aliquid asperiores non consequuntur quod non maxime. Explicabo commodi laborum porro sit cumque."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-08 20:15:33.097933"], ["updated_at", "2016-03-08 20:15:33.097933"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ro@franeckiconnelly.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ro@franeckiconnelly.biz"], ["name", "Ms. Elwyn Sauer"], ["password_digest", "$2a$04$28LxYQriDAdBgmxhlwRqO.uoAm8PXvISOkHAmf2KfjwR4mp//IAnC"], ["created_at", "2016-03-08 20:15:33.106970"], ["updated_at", "2016-03-08 20:15:33.106970"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Cupiditate recusandae architecto vero et aliquam. Esse dolor eveniet eaque rerum fuga. Itaque blanditiis commodi."], ["summary", "Ad quos suscipit autem perferendis voluptatum impedit ea. Dolore ab officiis et omnis."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.112097"], ["updated_at", "2016-03-08 20:15:33.112097"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-06 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:33.116579"], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.8ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-08 20:15:33.141728"], ["updated_at", "2016-03-08 20:15:33.141728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerrold@jenkins.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerrold@jenkins.info"], ["name", "Bradley Herzog MD"], ["password_digest", "$2a$04$MHgPKvLuSUHBm1qt1HuGJejMf39TBYaLYFMdvnZpkrdEXv5Ib76oi"], ["created_at", "2016-03-08 20:15:33.148841"], ["updated_at", "2016-03-08 20:15:33.148841"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Quia sed quam placeat saepe. Dignissimos saepe eum. Explicabo cum ab sequi aut quidem non animi. Omnis dolorem enim nesciunt."], ["summary", "Doloremque perspiciatis est pariatur voluptatum."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.158839"], ["updated_at", "2016-03-08 20:15:33.158839"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaden@marksadams.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaden@marksadams.co"], ["name", "Mikel Lang"], ["password_digest", "$2a$04$lUf6.SpsJ4EibGL3ZVJ4UuAwJZkcj2mIvqH83U0gWVwwxaqQMZss2"], ["created_at", "2016-03-08 20:15:33.168143"], ["updated_at", "2016-03-08 20:15:33.168143"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Sunt ut asperiores nam. Eligendi quia rerum. Vitae nostrum dolor quisquam dolores eveniet iure temporibus. Quas at sunt quia placeat."], ["summary", "Doloribus dolorem eum. Et ipsa sint aut amet a eveniet et. Nobis est velit sunt atque."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.177636"], ["updated_at", "2016-03-08 20:15:33.177636"]] SQL (1.2ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elian@rath.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elian@rath.net"], ["name", "Luz Hamill"], ["password_digest", "$2a$04$6DUMLGcjFjbbKSV9jqEzu.zph7h8WEK7qebd1M4ATl8hqmwKpbMeO"], ["created_at", "2016-03-08 20:15:33.189977"], ["updated_at", "2016-03-08 20:15:33.189977"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Quisquam nesciunt molestiae. Provident nam sint earum ipsam eos. Quis voluptatibus eos labore recusandae qui a ut. Aliquid eius commodi fugiat."], ["summary", "Exercitationem molestiae sequi illo neque et eius."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.199307"], ["updated_at", "2016-03-08 20:15:33.199307"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amely.kshlerin@vandervortgrimes.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amely.kshlerin@vandervortgrimes.com"], ["name", "Johann Medhurst"], ["password_digest", "$2a$04$1ULBaBMPDEg31XWb7geESeq88DTVHCMWWIc/k6HpESnO/xcKfpZo6"], ["created_at", "2016-03-08 20:15:33.208148"], ["updated_at", "2016-03-08 20:15:33.208148"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Consequuntur asperiores id ut quo. Voluptatum ea iure qui reiciendis eum in hic. Laborum quo suscipit. Rerum et consequatur sit id numquam est."], ["summary", "Ducimus rerum earum labore voluptatem quisquam. Cumque ea nemo magnam."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.218637"], ["updated_at", "2016-03-08 20:15:33.218637"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pansy.stoltenberg@oberbrunner.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pansy.stoltenberg@oberbrunner.co"], ["name", "Hosea Maggio"], ["password_digest", "$2a$04$pFgu32UQhLxQrM2lq.HPQuEPrMdAkIbLRM7AShal1WVWHuQTLMcKu"], ["created_at", "2016-03-08 20:15:33.227952"], ["updated_at", "2016-03-08 20:15:33.227952"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Placeat modi aut. Ducimus non velit magnam. Corrupti id sunt iusto rerum velit tempore cupiditate. Fuga iure accusantium aut magni est nihil."], ["summary", "Molestiae fugiat omnis eveniet consequuntur rerum sed. Quis asperiores ipsum doloremque rerum sint enim deserunt. Aut accusantium quam et illo alias sit rerum."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.236611"], ["updated_at", "2016-03-08 20:15:33.236611"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('donato_schroeder@johnstonabernathy.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "donato_schroeder@johnstonabernathy.name"], ["name", "Theodore Mayer"], ["password_digest", "$2a$04$9Xeqw3FDQLsKJLNhzhOMUeYoGUbksfjXcwrtNtxeeFIyMWeZwccau"], ["created_at", "2016-03-08 20:15:33.245085"], ["updated_at", "2016-03-08 20:15:33.245085"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Explicabo quis magnam. Corrupti cumque velit maiores."], ["summary", "Saepe magnam eligendi provident corrupti. Et aut omnis in rem explicabo."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.254147"], ["updated_at", "2016-03-08 20:15:33.254147"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jamarcus.johnston@casper.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jamarcus.johnston@casper.name"], ["name", "Giovanna Beatty"], ["password_digest", "$2a$04$nBwS3OiwYq43dEdrw1ownuzVTsjnEZnzPsM/tfO2LhC1J51xv.aey"], ["created_at", "2016-03-08 20:15:33.264161"], ["updated_at", "2016-03-08 20:15:33.264161"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Debitis est possimus ut cum enim. Accusantium fugiat aut. Cum tempore ut praesentium laborum quia."], ["summary", "Sit ipsam dolore nam architecto laborum minima nihil. Voluptas dolores sint. Sint non molestiae quasi."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.273386"], ["updated_at", "2016-03-08 20:15:33.273386"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bernhard_gorczany@howellwiegand.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bernhard_gorczany@howellwiegand.name"], ["name", "Dr. Leann Olson"], ["password_digest", "$2a$04$nB0Xn1B2UBgfdcM8H10fnemlgwFWCaKshtq6H5OvHhPKjqdkw8kUa"], ["created_at", "2016-03-08 20:15:33.282287"], ["updated_at", "2016-03-08 20:15:33.282287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Distinctio tempora quam aut corporis placeat rerum qui. Porro deserunt maiores quia aut omnis eligendi sunt."], ["summary", "Ut qui molestias optio beatae veniam magni. Id consequuntur ullam tempore non aliquam explicabo unde."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.291621"], ["updated_at", "2016-03-08 20:15:33.291621"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kobe@bradtkehartmann.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kobe@bradtkehartmann.org"], ["name", "Irma Von"], ["password_digest", "$2a$04$RPMI1hobcadIACdqAyoOJuFnlJXjkzBpUwSAtSzTr9OxEl/DbOr9e"], ["created_at", "2016-03-08 20:15:33.300253"], ["updated_at", "2016-03-08 20:15:33.300253"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Eum aut ipsum aut nihil. Accusamus a placeat facere eaque et."], ["summary", "Excepturi iusto dolore."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.309522"], ["updated_at", "2016-03-08 20:15:33.309522"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('presley@orn.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "presley@orn.biz"], ["name", "William Gibson"], ["password_digest", "$2a$04$vqdXYkt8kGDnPL2ucqFVjOvl.3MKwK27ypr/0j.4jnDWs5/1UqDle"], ["created_at", "2016-03-08 20:15:33.318260"], ["updated_at", "2016-03-08 20:15:33.318260"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Facilis eaque officiis animi vero velit aut. Rerum error sit consequatur ea."], ["summary", "Quis sunt voluptatum perspiciatis debitis voluptas ut nemo. Aut ut dolores."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.327240"], ["updated_at", "2016-03-08 20:15:33.327240"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verona_connelly@graham.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verona_connelly@graham.net"], ["name", "Lauriane Dibbert"], ["password_digest", "$2a$04$EiJa7WDxT2DybcQFYVMrY.gYOJpgxHAuZ1gTvXLo/HBjMlk8NGly6"], ["created_at", "2016-03-08 20:15:33.336050"], ["updated_at", "2016-03-08 20:15:33.336050"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Impedit tempora enim. Sapiente corrupti reiciendis atque ut saepe incidunt quia. Aut et at amet quo reiciendis. Rem dignissimos aliquam sunt veniam excepturi nobis."], ["summary", "Saepe blanditiis illo rerum et delectus ex. Amet esse nihil quia quia aliquam ut aut. Possimus labore necessitatibus."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.344729"], ["updated_at", "2016-03-08 20:15:33.344729"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.9ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('libby@kuhlman.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "libby@kuhlman.org"], ["name", "Dr. Alayna Lubowitz"], ["password_digest", "$2a$04$m3ZT9Yb1vCIVs/gQ.KdIcuzV2XxbcD48ueFFusgWnhin01xweefgu"], ["created_at", "2016-03-08 20:15:33.369775"], ["updated_at", "2016-03-08 20:15:33.369775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:33 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (9.1ms) Completed 200 OK in 451ms (Views: 450.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:33 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"libby@kuhlman.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "libby@kuhlman.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$cHg9oFCSQ2PxhYJcaANW7ejzNGH/LfdoOrjkFqO7qEH0SzPM20HEe"], ["updated_at", "2016-03-08 20:15:33.863187"], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:33 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (34.2ms) Completed 200 OK in 69ms (Views: 64.8ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('haie@vonboyer.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "haie@vonboyer.info"], ["name", "Fred Nader"], ["password_digest", "$2a$04$pe8hbWYBNwnaFmhDnLl1VeHb8.rrFn1SbGT3YPNmOmjeXxYLCtgS."], ["created_at", "2016-03-08 20:15:33.951007"], ["updated_at", "2016-03-08 20:15:33.951007"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Voluptate veritatis hic ducimus quia. Asperiores ipsam quis et assumenda. Modi nihil repellat minima quo placeat. Facilis quia qui consequuntur accusamus cupiditate explicabo necessitatibus."], ["summary", "Magnam magni debitis est quis."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-08 20:15:33.958546"], ["updated_at", "2016-03-08 20:15:33.958546"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:33 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (1.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (24.0ms) Completed 200 OK in 43ms (Views: 37.5ms | ActiveRecord: 3.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katelynn_kaulke@hoppe.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "katelynn_kaulke@hoppe.net"], ["name", "Susanna Cartwright"], ["password_digest", "$2a$04$IrSAkydFMW8y36a7eTiuVe/8zUtBe25UTCkUfgLiq4Zg9WR7gOgau"], ["created_at", "2016-03-08 20:15:34.025202"], ["updated_at", "2016-03-08 20:15:34.025202"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"katelynn_kaulke@hoppe.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "katelynn_kaulke@hoppe.net"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U8FDklFYb1TE1zJT2vY48OBNqXLJc0.6HPCTBjFVbBWXR6ZZ/2Fkm"], ["updated_at", "2016-03-08 20:15:34.055760"], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.9ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('doug@kiehn.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "doug@kiehn.name"], ["name", "Victor Wolff"], ["password_digest", "$2a$04$sRcSrNUnTkyYukQaammMXeyDj8nk7CC7cX3lxv0peoPuh/uKukgKa"], ["created_at", "2016-03-08 20:15:34.096898"], ["updated_at", "2016-03-08 20:15:34.096898"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Architecto laborum cum. Blanditiis tempora ut perspiciatis eaque recusandae qui. Fuga consequatur eligendi eveniet reprehenderit."], ["summary", "Qui provident a. Et quisquam non."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-08 20:15:34.102386"], ["updated_at", "2016-03-08 20:15:34.102386"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nichole@hayesconnelly.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nichole@hayesconnelly.org"], ["name", "Julie Wiegand"], ["password_digest", "$2a$04$7pQlYzHhF3Nu7A3iaEkSw.fPn8pQYIB.OfLEcggCy8S6R7Xq8v.VW"], ["created_at", "2016-03-08 20:15:34.109932"], ["updated_at", "2016-03-08 20:15:34.109932"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Debitis aut sunt sed qui cumque. Nihil qui minus consectetur consequuntur laborum omnis. Rerum praesentium ea omnis facere."], ["summary", "Et et quo ipsum."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-08 20:15:34.115088"], ["updated_at", "2016-03-08 20:15:34.115088"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aidan_murazik@champlin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aidan_murazik@champlin.name"], ["name", "Yvonne Sawayn PhD"], ["password_digest", "$2a$04$.FZJoi4so9HdjPuK6Cm5nuQCUQG2JiI0k6nUUkMFeS7M3Oo.Vrmg6"], ["created_at", "2016-03-08 20:15:34.122126"], ["updated_at", "2016-03-08 20:15:34.122126"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Ipsum iste ab reprehenderit veritatis veniam. Odio voluptas nam atque neque voluptatem velit impedit. Repellendus totam magni dolor sed. Distinctio debitis ut."], ["summary", "Architecto quis repudiandae laborum vitae."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-08 20:15:34.127537"], ["updated_at", "2016-03-08 20:15:34.127537"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sam.emmerich@conroyabernathy.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sam.emmerich@conroyabernathy.co"], ["name", "Leif Volkman"], ["password_digest", "$2a$04$tEQlX3kRHK6o3.frmJAVJOw1c34v1/r79Fki86hqvt3Zr0refeZq2"], ["created_at", "2016-03-08 20:15:34.134429"], ["updated_at", "2016-03-08 20:15:34.134429"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Tempora quia ipsam qui accusantium id in. Ea et dicta at id."], ["summary", "Laboriosam eos odio dolorum ut ea. Consequatur quo qui. Et velit ullam quod animi."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-08 20:15:34.139149"], ["updated_at", "2016-03-08 20:15:34.139149"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enid@medhurst.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "enid@medhurst.net"], ["name", "Rylee Wyman"], ["password_digest", "$2a$04$PhQwkTFMlV2lKAUqfVO4sOmNj2RJDwhaRQXOO5lXJTRM0vUPLBHgy"], ["created_at", "2016-03-08 20:15:34.145902"], ["updated_at", "2016-03-08 20:15:34.145902"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Ratione quidem natus repellat in praesentium quo. Quae enim cum dicta reprehenderit sunt iusto omnis. Reiciendis facilis ut neque voluptatum dignissimos tenetur aspernatur. Qui sapiente debitis."], ["summary", "Officia iure nulla aliquam. Reprehenderit omnis repellendus voluptatem delectus. Sapiente beatae labore reprehenderit numquam in."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-08 20:15:34.150250"], ["updated_at", "2016-03-08 20:15:34.150250"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aimee.runolfon@denesik.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aimee.runolfon@denesik.biz"], ["name", "Lydia Jaskolski"], ["password_digest", "$2a$04$J0JX.VRmrnnI0CB86HDQoOBMzjhPfZ2ppIFIDJ9FxshJ73pSyqZn2"], ["created_at", "2016-03-08 20:15:34.157116"], ["updated_at", "2016-03-08 20:15:34.157116"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Et qui fuga veritatis voluptas nostrum autem. Ea hic praesentium occaecati."], ["summary", "Voluptatem modi id maiores est dicta et nesciunt. At sequi dignissimos corporis et quae eaque."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-08 20:15:34.161463"], ["updated_at", "2016-03-08 20:15:34.161463"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bryon.west@kub.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bryon.west@kub.co"], ["name", "Leanne Gleichner"], ["password_digest", "$2a$04$GY17NSdSufhwAw5pjvlZFuQY2pK4eB1CzJeLqQUGrlFXvTC6xzIva"], ["created_at", "2016-03-08 20:15:34.168044"], ["updated_at", "2016-03-08 20:15:34.168044"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Enim sed voluptatum aut eius. Aut similique odio aut. Quidem molestias ipsa dolor voluptatem nobis."], ["summary", "Sint non eum aperiam corrupti pariatur. Nostrum et repudiandae vitae. Accusantium magni est et ipsam neque porro."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-08 20:15:34.173187"], ["updated_at", "2016-03-08 20:15:34.173187"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('angie@raumacejkovic.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "angie@raumacejkovic.name"], ["name", "Karlie Macejkovic"], ["password_digest", "$2a$04$TE.HltOUF05RCYGvvlT1RuAPMg7ku8QiIBhDM0.Rq48jh5tEJYTqu"], ["created_at", "2016-03-08 20:15:34.180973"], ["updated_at", "2016-03-08 20:15:34.180973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Quam omnis qui. Adipisci enim quo qui. Culpa nulla quia vitae eaque qui."], ["summary", "Quos sint aliquam. Nulla qui distinctio. Ex est animi deleniti voluptates."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-08 20:15:34.186257"], ["updated_at", "2016-03-08 20:15:34.186257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vaughn@kutchschuppe.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vaughn@kutchschuppe.co"], ["name", "Alanis Mueller"], ["password_digest", "$2a$04$sxIW4O8eBGex0vlXEnOKIu9r9nVooIlKIFz/es2w40CKoJosjYPkq"], ["created_at", "2016-03-08 20:15:34.194388"], ["updated_at", "2016-03-08 20:15:34.194388"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Officiis sed sunt ex quibusdam consequatur consequatur. Omnis est optio sint."], ["summary", "Eum pariatur necessitatibus eos qui incidunt voluptas."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-08 20:15:34.200031"], ["updated_at", "2016-03-08 20:15:34.200031"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hershel@strackesanford.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hershel@strackesanford.net"], ["name", "Cody Hills"], ["password_digest", "$2a$04$d2qzdj90tmoqnuAteQv0meIT6.EG8f8mR13Kr5ctDbJVbaFdh.Fdy"], ["created_at", "2016-03-08 20:15:34.206559"], ["updated_at", "2016-03-08 20:15:34.206559"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Nulla fugit ut ea est. Similique vel eius iste quasi possimus nisi. Nihil soluta et harum iste atque."], ["summary", "Error commodi qui et consequatur perferendis eum. Praesentium a molestias ea quis."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-08 20:15:34.211931"], ["updated_at", "2016-03-08 20:15:34.211931"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dillan@robertshilpert.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dillan@robertshilpert.net"], ["name", "Sydney Schaefer"], ["password_digest", "$2a$04$CplVjEiKW09oYXuldf8Ddu6RlCK88.7/onIp7CCnHWc0qwWyFqh/K"], ["created_at", "2016-03-08 20:15:34.219286"], ["updated_at", "2016-03-08 20:15:34.219286"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Illum est sit. Eum et quae ratione sit."], ["summary", "Soluta amet vel sed commodi quis. Repellat dolorem excepturi ex magnam est eius quod. Debitis similique alias facilis soluta quo."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-08 20:15:34.224404"], ["updated_at", "2016-03-08 20:15:34.224404"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('virginia.runte@botsfordkilback.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "virginia.runte@botsfordkilback.info"], ["name", "Darrell Lang"], ["password_digest", "$2a$04$BNf0VcWe4Ru9k.rjFRfvwey1rVw0ixZ5Wlq4gYv30eUfParFkjmtm"], ["created_at", "2016-03-08 20:15:34.231424"], ["updated_at", "2016-03-08 20:15:34.231424"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Quasi dolores esse aut. Est eum assumenda. Voluptas sed necessitatibus culpa voluptatibus iste. Aspernatur maiores sed corporis deserunt explicabo."], ["summary", "Sed ut doloremque et est."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-08 20:15:34.235881"], ["updated_at", "2016-03-08 20:15:34.235881"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garrett_mosciski@gorczanyanderson.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garrett_mosciski@gorczanyanderson.biz"], ["name", "Mariana Lubowitz"], ["password_digest", "$2a$04$9zkhAeRA71mAQD0OYdwkHeCqgw5p/7KVI88kCdN9fTEV3.qxUDZMe"], ["created_at", "2016-03-08 20:15:34.243836"], ["updated_at", "2016-03-08 20:15:34.243836"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Est at consequatur. Et aut consequatur asperiores nam dolore quia enim. Est sed ipsam nostrum ipsum. Esse est aliquam."], ["summary", "Itaque ut in id libero harum. Porro natus itaque debitis facere. Tenetur tempora delectus quibusdam commodi dolor occaecati a."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-08 20:15:34.249318"], ["updated_at", "2016-03-08 20:15:34.249318"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yoshiko_sipes@christiansen.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yoshiko_sipes@christiansen.org"], ["name", "Miss Juana O'Kon"], ["password_digest", "$2a$04$h1ZfijGDA7RW5wWLWmqJd.M.uMRJwHmL5nI62ntTHhusligekAC3q"], ["created_at", "2016-03-08 20:15:34.257176"], ["updated_at", "2016-03-08 20:15:34.257176"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Et dolor eum aut. Natus nisi voluptatibus eveniet est. Ut pariatur dolorem quam. Eos ut voluptas."], ["summary", "Harum consequatur officia dolor laudantium eum sit. Ipsa in voluptatem cumque ut temporibus sint ratione."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-08 20:15:34.261961"], ["updated_at", "2016-03-08 20:15:34.261961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaunita_koepp@sanfordpurdy.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaunita_koepp@sanfordpurdy.io"], ["name", "Marguerite Zemlak"], ["password_digest", "$2a$04$nX1SrqWsygeKabujsHq35.lOCQ5uoaDQkH1330vcO2edc2Y96Et8C"], ["created_at", "2016-03-08 20:15:34.268643"], ["updated_at", "2016-03-08 20:15:34.268643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Minus corporis est sit excepturi est officiis culpa. Velit ipsum qui qui rerum repudiandae deleniti."], ["summary", "Non officia id ut sit tenetur ab accusantium. Et est labore. Corrupti qui consequatur veniam in."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-08 20:15:34.273881"], ["updated_at", "2016-03-08 20:15:34.273881"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liam@swaniawski.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liam@swaniawski.com"], ["name", "Gianni Raynor I"], ["password_digest", "$2a$04$uF2eV/flgNBL1JF3EDYa5ureMQg416FEYz6UlS5upKJ/HxebhlJJ2"], ["created_at", "2016-03-08 20:15:34.280589"], ["updated_at", "2016-03-08 20:15:34.280589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Id consequatur possimus ut. Perferendis tempora voluptatem facere sapiente velit molestiae qui. Amet nobis ullam."], ["summary", "Eligendi ut velit ex. Debitis itaque earum. Expedita voluptas asperiores ea ipsam."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-08 20:15:34.285166"], ["updated_at", "2016-03-08 20:15:34.285166"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bianka.homenick@collier.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bianka.homenick@collier.com"], ["name", "Osborne Gleason"], ["password_digest", "$2a$04$BGSTG1PQNHIpxMOYbYgtUOO3goSCv.x2/rsIfcqHkp8sCrLVF8O6i"], ["created_at", "2016-03-08 20:15:34.292131"], ["updated_at", "2016-03-08 20:15:34.292131"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Ut numquam voluptatem. Hic rerum qui rerum esse nobis recusandae doloribus. Incidunt ut voluptate sed et rerum nulla. Hic iste suscipit id."], ["summary", "Minima et ab qui est in. Quia similique quibusdam."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-08 20:15:34.296918"], ["updated_at", "2016-03-08 20:15:34.296918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alena_nitzsche@macejkovic.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alena_nitzsche@macejkovic.co"], ["name", "Maria Cole"], ["password_digest", "$2a$04$W0WzIpOq837PcbhHhV9ftOtcHrxZJsRX5lQGJYl83IfQDOWs50czu"], ["created_at", "2016-03-08 20:15:34.303673"], ["updated_at", "2016-03-08 20:15:34.303673"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Eius eligendi vel rerum quam commodi non et. Et in neque ipsa debitis accusamus non."], ["summary", "Eaque assumenda autem est debitis aut cum. Vel hic at optio mollitia quam ea."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-08 20:15:34.308231"], ["updated_at", "2016-03-08 20:15:34.308231"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('matilda@sanfordkeeling.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "matilda@sanfordkeeling.biz"], ["name", "Aisha Hammes"], ["password_digest", "$2a$04$W3/qH2Mxu5NEL80EMiGDx.HPVzANMtos0z3TfD5S0Xrx/LNfGd7/G"], ["created_at", "2016-03-08 20:15:34.315702"], ["updated_at", "2016-03-08 20:15:34.315702"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Eos amet aut sed nihil vitae. Delectus porro est eligendi aut exercitationem."], ["summary", "Ipsam tempora aut non."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-08 20:15:34.320027"], ["updated_at", "2016-03-08 20:15:34.320027"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('daphney.rempel@jastleuschke.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "daphney.rempel@jastleuschke.net"], ["name", "Keira Schulist"], ["password_digest", "$2a$04$6NQXjc3XLgybBouut5YFtuhgKbhOeRDQgsEwDZwIfq/4dHx1cGDbW"], ["created_at", "2016-03-08 20:15:34.326970"], ["updated_at", "2016-03-08 20:15:34.326970"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Deleniti rerum reprehenderit. Sed dicta voluptates. Minus vitae eligendi harum perferendis sit repellat accusantium. Quia dignissimos reprehenderit."], ["summary", "Ex animi aut aspernatur."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-08 20:15:34.331641"], ["updated_at", "2016-03-08 20:15:34.331641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emelia.stroman@goldnerrobel.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emelia.stroman@goldnerrobel.biz"], ["name", "Ramon Torp DDS"], ["password_digest", "$2a$04$k83M5rKeVSfMfVsXBisEau6x8wK0TK9i.UC2fNVeR1ejGYI/50b.."], ["created_at", "2016-03-08 20:15:34.338466"], ["updated_at", "2016-03-08 20:15:34.338466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Sit enim esse veniam vel ex facilis. Voluptates quibusdam sed iste reiciendis tenetur exercitationem quaerat. Expedita non hic sit voluptatem repellat voluptas qui. Velit soluta labore a provident ad esse."], ["summary", "Quia et possimus sequi eaque rerum nesciunt veniam."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-08 20:15:34.343251"], ["updated_at", "2016-03-08 20:15:34.343251"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('samson.ledner@swaniawski.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "samson.ledner@swaniawski.io"], ["name", "Maymie Bahringer"], ["password_digest", "$2a$04$zTZpztNlGlYVy3mKmJHfJ.eyPXRtmWQsSx/PfRTaSEuyC7oWW08jS"], ["created_at", "2016-03-08 20:15:34.350214"], ["updated_at", "2016-03-08 20:15:34.350214"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Hic in ex qui commodi. Et repellendus aliquid est voluptatem accusantium."], ["summary", "Ipsam id cumque non non deserunt."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-08 20:15:34.354658"], ["updated_at", "2016-03-08 20:15:34.354658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garry_pollich@pouros.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garry_pollich@pouros.net"], ["name", "Charlotte Kuhic"], ["password_digest", "$2a$04$DE5fJRQB3RbzrEiBm70pleKsI/9sC4xOtT1RD59Ecrk9w1Mr7PQy2"], ["created_at", "2016-03-08 20:15:34.361015"], ["updated_at", "2016-03-08 20:15:34.361015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Sunt doloremque aliquam explicabo. Non ab dolorem cumque qui."], ["summary", "Enim soluta iste quasi."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-08 20:15:34.365269"], ["updated_at", "2016-03-08 20:15:34.365269"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alene_hegmann@gutmannpouros.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alene_hegmann@gutmannpouros.co"], ["name", "Elouise Keebler"], ["password_digest", "$2a$04$M/sxx6JPW9tAzkl1HeZIQ.urBPFFzNyPAtCR6mpnodV8eNfEa2jfq"], ["created_at", "2016-03-08 20:15:34.371937"], ["updated_at", "2016-03-08 20:15:34.371937"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Molestias perferendis ullam recusandae soluta ut. Et voluptatem recusandae sint quos."], ["summary", "Consectetur vero ex aspernatur amet voluptatum nam error."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-08 20:15:34.376035"], ["updated_at", "2016-03-08 20:15:34.376035"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('allen@torphykerluke.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "allen@torphykerluke.com"], ["name", "Jacinto D'Amore"], ["password_digest", "$2a$04$x2RXwYWkkLuBxKlt9MDmwuwRoO5FhvK8sXSsEI8tn.0kQcrMavXjm"], ["created_at", "2016-03-08 20:15:34.382846"], ["updated_at", "2016-03-08 20:15:34.382846"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Et aut eius placeat eaque omnis dolor enim. Cum deleniti molestiae dolor rem quia recusandae dolorem. Non sit blanditiis."], ["summary", "Ut magnam id earum culpa nesciunt. Autem alias quam est."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-08 20:15:34.387003"], ["updated_at", "2016-03-08 20:15:34.387003"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elvie.homenick@bogisichernser.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elvie.homenick@bogisichernser.info"], ["name", "Vernie O'Hara"], ["password_digest", "$2a$04$M0ZVvSU0gyMmYDLt0Q8KB.zOS2otgss6CoRg0oL1U3j7d5Nf.mTEG"], ["created_at", "2016-03-08 20:15:34.393371"], ["updated_at", "2016-03-08 20:15:34.393371"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Nemo dolor magni ut. Deserunt sit nesciunt. Cupiditate aperiam deleniti."], ["summary", "Ut nihil ratione accusantium."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-08 20:15:34.397575"], ["updated_at", "2016-03-08 20:15:34.397575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (223.9ms) Completed 200 OK in 245ms (Views: 220.5ms | ActiveRecord: 23.3ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.3ms) Completed 200 OK in 46ms (Views: 42.3ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chase.crooks@dickens.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chase.crooks@dickens.name"], ["name", "Katlyn Emard"], ["password_digest", "$2a$04$CYT658wG3qendq2Je.bAwu8GZWTDJNS5xIWeDsUOvpX1G8N2x5A0y"], ["created_at", "2016-03-08 20:15:34.726359"], ["updated_at", "2016-03-08 20:15:34.726359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.9ms) Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"chase.crooks@dickens.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "chase.crooks@dickens.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$DOHlT0.69Wy10nlI4Yee3eCSq32ww3wZBJplKiW87.W7x4WfVguqu"], ["updated_at", "2016-03-08 20:15:34.759102"], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.6ms) Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aracely@armstrong.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aracely@armstrong.io"], ["name", "Bonita Abbott"], ["password_digest", "$2a$04$BQm9j4ybNwUvHPSqOjBS7u9jpJvJXlvVso2wc945WZJRG4YnkS51a"], ["created_at", "2016-03-08 20:15:34.798897"], ["updated_at", "2016-03-08 20:15:34.798897"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Fugiat sunt cum sint. Possimus voluptatum ex corrupti id ad rerum dolores."], ["summary", "Commodi aut et suscipit in totam eos atque. Labore recusandae ut est consequatur quia. Aut aut nemo."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-08 20:15:34.803340"], ["updated_at", "2016-03-08 20:15:34.803340"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('avery@klocko.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "avery@klocko.name"], ["name", "Mrs. Isaias Ledner"], ["password_digest", "$2a$04$HDftqR1f3r/DeupMhpD6MeXyV1okJtdhpEFSAJB5vGtNTIv6Mq4U2"], ["created_at", "2016-03-08 20:15:34.810734"], ["updated_at", "2016-03-08 20:15:34.810734"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Voluptas et et consectetur debitis sequi quo quis. Consequatur qui eaque nostrum. Ut excepturi delectus sapiente impedit consequatur."], ["summary", "Esse laborum enim maiores excepturi voluptatibus qui iure."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-08 20:15:34.816029"], ["updated_at", "2016-03-08 20:15:34.816029"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dana.white@harberwintheiser.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dana.white@harberwintheiser.biz"], ["name", "Ms. Iva Grady"], ["password_digest", "$2a$04$A1HtwWAThD3GntOqIcYCNOvClQ9Xzxiw8UALfGYoTFbzG.9H3.guW"], ["created_at", "2016-03-08 20:15:34.823179"], ["updated_at", "2016-03-08 20:15:34.823179"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Voluptas exercitationem consectetur dolores dicta repellendus id. Consequatur at dolor perferendis quis quis. Necessitatibus consectetur maiores. Vero laborum itaque dolor in mollitia."], ["summary", "Tempore numquam officia ullam."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-08 20:15:34.828503"], ["updated_at", "2016-03-08 20:15:34.828503"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alysa.nader@runte.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alysa.nader@runte.co"], ["name", "Daryl Mitchell"], ["password_digest", "$2a$04$Wg/Vh7TVAccj8BHB3yqvM.1HaROXwOyXR/vQJ8sdFbfe33hepRt6C"], ["created_at", "2016-03-08 20:15:34.835538"], ["updated_at", "2016-03-08 20:15:34.835538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Commodi in est maxime. Consequatur accusamus molestias optio at et molestiae officiis."], ["summary", "Optio soluta aut. Odio non magni dicta fuga quas."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-08 20:15:34.840275"], ["updated_at", "2016-03-08 20:15:34.840275"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('therese.hettinger@larson.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "therese.hettinger@larson.name"], ["name", "Hadley Boyer"], ["password_digest", "$2a$04$OTwVy.rfq6f.HSp/sDgkQ.WLbRK9Rd3.UaTr2VHgbdbfgZQgCdmiy"], ["created_at", "2016-03-08 20:15:34.847598"], ["updated_at", "2016-03-08 20:15:34.847598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Voluptas tempora provident placeat ratione. Eos ipsum voluptas ea."], ["summary", "Soluta quia quidem vel maiores qui quis. Et eum voluptas facere consectetur."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-08 20:15:34.851952"], ["updated_at", "2016-03-08 20:15:34.851952"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('estevan@kuhic.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "estevan@kuhic.info"], ["name", "Ms. Terrence Cronin"], ["password_digest", "$2a$04$AezlJFruOMwMH0lXOq91yeNoDKERA.Ol2om4ZZJDLUGkefqdwU7aW"], ["created_at", "2016-03-08 20:15:34.858200"], ["updated_at", "2016-03-08 20:15:34.858200"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Expedita dolores aspernatur sunt quia aut ut. Expedita et ratione."], ["summary", "Mollitia occaecati quia cum. Hic porro dolorem et est."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-08 20:15:34.863336"], ["updated_at", "2016-03-08 20:15:34.863336"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('annamarie_johnston@daugherty.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "annamarie_johnston@daugherty.name"], ["name", "Herminio Waters PhD"], ["password_digest", "$2a$04$v0cNTgWKfsEdyPEIXq1lc.shUAsqGB3chU5cKxop5zGYDN0XCyBTe"], ["created_at", "2016-03-08 20:15:34.869902"], ["updated_at", "2016-03-08 20:15:34.869902"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Quis dolores provident modi ut et vel. In optio aliquam quos."], ["summary", "Error omnis distinctio necessitatibus quaerat mollitia nostrum. Ut ut corporis aut voluptates sapiente aliquid provident."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-08 20:15:34.875211"], ["updated_at", "2016-03-08 20:15:34.875211"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abagail@lynch.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abagail@lynch.org"], ["name", "Fleta Christiansen"], ["password_digest", "$2a$04$LvE8OKeele8VtJUeK0By8uZJL58sgz3HebH999mYxoS1vhvcN23WS"], ["created_at", "2016-03-08 20:15:34.881460"], ["updated_at", "2016-03-08 20:15:34.881460"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Beatae minus ab neque facilis. Voluptatibus expedita blanditiis. Nihil doloribus nemo. Expedita placeat veniam nihil."], ["summary", "Ea et modi quisquam."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-08 20:15:34.886220"], ["updated_at", "2016-03-08 20:15:34.886220"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('derrick.effertz@considinezboncak.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "derrick.effertz@considinezboncak.org"], ["name", "Declan Renner"], ["password_digest", "$2a$04$lb5HtIWVDfScejmHbjKig.bkC06lFeDrAtzFd.miPPuA8tctP8XGa"], ["created_at", "2016-03-08 20:15:34.893218"], ["updated_at", "2016-03-08 20:15:34.893218"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Quis et beatae quam aut. Unde quibusdam vel ad incidunt qui cupiditate. Sit corrupti nostrum adipisci perferendis sint quo inventore."], ["summary", "Molestiae unde iusto dolorem nisi."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-08 20:15:34.898627"], ["updated_at", "2016-03-08 20:15:34.898627"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('charity_daniel@krajcik.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "charity_daniel@krajcik.io"], ["name", "Dr. Laverna Jerde"], ["password_digest", "$2a$04$B0fPLL2ND5qEocSjUbTgbud6dGg4/djgnY4opYJy4sn.WfIOMkHsO"], ["created_at", "2016-03-08 20:15:34.906130"], ["updated_at", "2016-03-08 20:15:34.906130"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Aliquam ab iusto qui aut. Distinctio ut est qui deleniti incidunt rem nisi. Eum et quis est fugit placeat voluptatem iusto."], ["summary", "Est vel quibusdam. Repellat ipsum consequatur autem aut qui expedita a. Sint quis rerum quis rerum qui suscipit exercitationem."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-08 20:15:34.910292"], ["updated_at", "2016-03-08 20:15:34.910292"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('margarette@rodriguez.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "margarette@rodriguez.biz"], ["name", "Myrtice Hoppe"], ["password_digest", "$2a$04$yrxA9OZqQYCtzdYWEDXccud0So6RpXD9FhNpIBpKJavca6Uj6DTaC"], ["created_at", "2016-03-08 20:15:34.916717"], ["updated_at", "2016-03-08 20:15:34.916717"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Eum dolore debitis natus doloremque non. Sapiente porro laudantium ab deserunt odio repudiandae. Maiores consequatur dolore nemo odio. Nulla eligendi et sint."], ["summary", "Minus quibusdam voluptas."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-08 20:15:34.921451"], ["updated_at", "2016-03-08 20:15:34.921451"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('queenie.rempel@mrazreilly.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "queenie.rempel@mrazreilly.name"], ["name", "Norberto Wiegand"], ["password_digest", "$2a$04$VcU98stQLgPyMiKGBoX5geD2aTO2Tvec4N4sedEcl1Gtx9q3APzWq"], ["created_at", "2016-03-08 20:15:34.928974"], ["updated_at", "2016-03-08 20:15:34.928974"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Eligendi quibusdam corrupti consequatur tempore. Molestiae iusto deleniti quia tempora dolor est ut."], ["summary", "Est sunt deserunt ipsum accusantium in aut incidunt."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-08 20:15:34.933455"], ["updated_at", "2016-03-08 20:15:34.933455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vaughn@stanton.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vaughn@stanton.io"], ["name", "Felicita Beer"], ["password_digest", "$2a$04$8Oduclai/pdCvb8r.6kghezFvcYQfttzBQPm2.PdqSUwL1ClexhLq"], ["created_at", "2016-03-08 20:15:34.941325"], ["updated_at", "2016-03-08 20:15:34.941325"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Omnis at quis. Nemo quis sed quia nobis eligendi omnis."], ["summary", "Repellendus sit aut dolor enim."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-08 20:15:34.947668"], ["updated_at", "2016-03-08 20:15:34.947668"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebony_kunze@bosco.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ebony_kunze@bosco.info"], ["name", "Phyllis Mohr"], ["password_digest", "$2a$04$dWbamzCru/aWIgtu4wNcVOMhveDK2N6XqXnE/ZtnstqPbCQuu9s9C"], ["created_at", "2016-03-08 20:15:34.954577"], ["updated_at", "2016-03-08 20:15:34.954577"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Quidem id ex qui est officia. Commodi modi omnis vitae odit impedit repudiandae quia. Repellendus sed molestiae animi quis."], ["summary", "Dolore omnis rerum non aspernatur sunt voluptas."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-08 20:15:34.959758"], ["updated_at", "2016-03-08 20:15:34.959758"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keenan@wolffzemlak.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keenan@wolffzemlak.biz"], ["name", "Nicholas Bergnaum"], ["password_digest", "$2a$04$G3wrbipNvw7ISX2n3wg1Luf9ibz2W6eabtMFMt5u2Qxg2MEH6IYWm"], ["created_at", "2016-03-08 20:15:34.966678"], ["updated_at", "2016-03-08 20:15:34.966678"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Cum nulla dignissimos id expedita et sint eligendi. Eaque quam repudiandae ipsum ipsam quis sint facilis. Alias quibusdam sit nihil."], ["summary", "Temporibus et fugit eligendi cumque ut est. Perferendis ipsa porro deleniti assumenda dolorem et consequatur. Ratione deserunt quasi consequuntur repudiandae accusantium."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-08 20:15:34.971210"], ["updated_at", "2016-03-08 20:15:34.971210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wallace_bailey@vonruedenkovacek.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wallace_bailey@vonruedenkovacek.name"], ["name", "Mr. Jermain Reichel"], ["password_digest", "$2a$04$hYiFbSLf9M.psxjIJs1AlegWUQfy.AN.6C4UUMRW0hE.PbKLKtNsu"], ["created_at", "2016-03-08 20:15:34.978728"], ["updated_at", "2016-03-08 20:15:34.978728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Nulla id magni accusantium vel deserunt nihil. Quos quia ea sint."], ["summary", "In quas voluptas. Repudiandae ipsam hic dolores quidem."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-08 20:15:34.983968"], ["updated_at", "2016-03-08 20:15:34.983968"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('orin_goyette@kerluke.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "orin_goyette@kerluke.biz"], ["name", "Gabrielle Nader"], ["password_digest", "$2a$04$T9K3LK15LCgMipFT/K3QDekqMMvPGxYSXBTYR2pYX6O7jAtOhIQF2"], ["created_at", "2016-03-08 20:15:34.990630"], ["updated_at", "2016-03-08 20:15:34.990630"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Aperiam modi tempora veritatis. Tempore fugiat cupiditate sunt qui inventore neque."], ["summary", "Voluptatem nihil vero praesentium molestiae veniam."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-08 20:15:34.995760"], ["updated_at", "2016-03-08 20:15:34.995760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shirley_welch@abbott.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shirley_welch@abbott.io"], ["name", "Mr. Rhiannon Graham"], ["password_digest", "$2a$04$TzEaDCaM4YZhwWIx.kPPDuAHztYa6s6wAsUFq93gokGi2UFxoHPnK"], ["created_at", "2016-03-08 20:15:35.002708"], ["updated_at", "2016-03-08 20:15:35.002708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Sit architecto dignissimos doloremque ut. Dignissimos minima autem reiciendis."], ["summary", "Sit esse cum ut."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-08 20:15:35.007378"], ["updated_at", "2016-03-08 20:15:35.007378"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('immanuel@schuppe.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "immanuel@schuppe.biz"], ["name", "Alfredo Reinger DDS"], ["password_digest", "$2a$04$df3lipJa3KNMBas5gauX9.vxNeEVqa8DyhZlX9/KHkQjTmaFG/MKG"], ["created_at", "2016-03-08 20:15:35.014808"], ["updated_at", "2016-03-08 20:15:35.014808"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Similique nobis aut. Sapiente dolores aut. Vel beatae minima recusandae pariatur sequi. Aut magni sed optio quas saepe quae voluptates."], ["summary", "Ut vel omnis ipsa rerum dolorem."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-08 20:15:35.019590"], ["updated_at", "2016-03-08 20:15:35.019590"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kenyon.quigley@rosenbaum.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kenyon.quigley@rosenbaum.co"], ["name", "Joanne McClure"], ["password_digest", "$2a$04$EBjkDzGt6rsnu1ISVHlcPeA3DXonAUFMez37SycucecgCLO9i/cpi"], ["created_at", "2016-03-08 20:15:35.026197"], ["updated_at", "2016-03-08 20:15:35.026197"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Doloribus ut aspernatur. Harum aut dolor."], ["summary", "Impedit molestiae id non amet inventore. Modi veritatis corrupti et eveniet voluptatem."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-08 20:15:35.031145"], ["updated_at", "2016-03-08 20:15:35.031145"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kim_von@kreiger.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kim_von@kreiger.org"], ["name", "Duncan Price"], ["password_digest", "$2a$04$FQArN9NgI37f.2Ta7XZVBeFiD3tD1jkI45pFMhMqMtvc4HmtFAT5m"], ["created_at", "2016-03-08 20:15:35.038001"], ["updated_at", "2016-03-08 20:15:35.038001"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Deleniti iste soluta nobis eius doloribus. Voluptate corrupti voluptatem sapiente in mollitia dolorem. Nam dicta nostrum animi explicabo sequi doloremque excepturi. Ex voluptatibus blanditiis."], ["summary", "Ea et dolorem impedit minima commodi sapiente nam. Perferendis aut deleniti ducimus doloribus aut voluptatum."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-08 20:15:35.042357"], ["updated_at", "2016-03-08 20:15:35.042357"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('natalia_rogahn@lind.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "natalia_rogahn@lind.co"], ["name", "Delbert Tremblay"], ["password_digest", "$2a$04$pOPgF41skpGnGcbmIdcXfu2wSiu5ixP427hB.HwGAiU5qvKBaBcNm"], ["created_at", "2016-03-08 20:15:35.050767"], ["updated_at", "2016-03-08 20:15:35.050767"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Ad error quidem eligendi. Tenetur rerum soluta accusamus molestias illo aut qui. Omnis molestias ut nostrum placeat. Veritatis et sunt perspiciatis dolore in."], ["summary", "Ut magnam eos alias omnis provident neque placeat. Dolorem id quae ad. Corrupti aspernatur sed quia."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-08 20:15:35.055092"], ["updated_at", "2016-03-08 20:15:35.055092"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('phyllis@mertz.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "phyllis@mertz.co"], ["name", "Elton Gislason"], ["password_digest", "$2a$04$CAC7wYlvO6CaPGQNcY51vehE51rg/ByKJdai9u9EaSkMjYMs8IR3i"], ["created_at", "2016-03-08 20:15:35.062025"], ["updated_at", "2016-03-08 20:15:35.062025"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Deleniti nam suscipit nemo vel occaecati sit consequatur. Aut minus hic est inventore. Iste cumque consequatur. Optio eligendi voluptatem est quas."], ["summary", "Ipsam dolores inventore debitis ut beatae dolorem sit."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-08 20:15:35.066796"], ["updated_at", "2016-03-08 20:15:35.066796"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny_dare@leannon.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johnny_dare@leannon.org"], ["name", "Ophelia Fadel"], ["password_digest", "$2a$04$l3axysGSj/FRA4LS4mnKcutIyGmEXYMGZORwACV7g0cwLD73eZLz."], ["created_at", "2016-03-08 20:15:35.075263"], ["updated_at", "2016-03-08 20:15:35.075263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Consectetur eaque veritatis nostrum laboriosam. Eligendi ea inventore facere voluptatibus praesentium aut. Doloribus nihil voluptatem minima dicta et. Molestiae nesciunt voluptatem reprehenderit libero aut iusto."], ["summary", "Totam ut aliquid ut esse eum itaque qui."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-08 20:15:35.080080"], ["updated_at", "2016-03-08 20:15:35.080080"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jared@graham.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jared@graham.co"], ["name", "Alessia Ernser Jr."], ["password_digest", "$2a$04$C9MkkIjXxj095RjTK13gz.2RAKbQ6fH0uvOrdGsmuA6Ry9PTCd.Gq"], ["created_at", "2016-03-08 20:15:35.086701"], ["updated_at", "2016-03-08 20:15:35.086701"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Et voluptatibus recusandae veniam laudantium dolorem. Ut dolores aliquid aliquam enim. Nihil velit quis. Quaerat atque aut reiciendis praesentium delectus itaque est."], ["summary", "Eaque distinctio doloribus. Veniam dignissimos aperiam."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-08 20:15:35.091297"], ["updated_at", "2016-03-08 20:15:35.091297"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcel@gleichner.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcel@gleichner.com"], ["name", "Ella Schoen"], ["password_digest", "$2a$04$99F39SanjCbrr3mzF0ymUuiN8C0R6qnQTBk.MNdopXXityeqBVEqm"], ["created_at", "2016-03-08 20:15:35.098164"], ["updated_at", "2016-03-08 20:15:35.098164"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Repellat voluptatem aut. Et esse quasi. Ullam natus voluptas. Eius iste sunt autem blanditiis corporis."], ["summary", "Alias dolore consequatur tempora saepe accusantium quam. Ipsam a ut rem dolor voluptas aut. Architecto qui pariatur harum sunt saepe et."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-08 20:15:35.102722"], ["updated_at", "2016-03-08 20:15:35.102722"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (210.7ms) Completed 200 OK in 253ms (Views: 229.2ms | ActiveRecord: 21.9ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 37ms (Views: 32.4ms | ActiveRecord: 3.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cortney_schowalter@kautzer.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cortney_schowalter@kautzer.io"], ["name", "Andrew"], ["password_digest", "$2a$04$uVGqWr86nhjxXXcroHKUleQIDyn9KqYeuWm0azzEgi7Lhdnjd0zp6"], ["created_at", "2016-03-08 20:15:35.424792"], ["updated_at", "2016-03-08 20:15:35.424792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cortney_schowalter@kautzer.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "cortney_schowalter@kautzer.io"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$q8/slh/JKlb3S39zZRds6.eUpQgKqDuTSlF9qAKFXn3s44vzLah22"], ["updated_at", "2016-03-08 20:15:35.454361"], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.0ms) Completed 200 OK in 29ms (Views: 25.6ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ernestine@hirthegrady.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ernestine@hirthegrady.io"], ["name", "Josh"], ["password_digest", "$2a$04$7Tt1nlCo3wUGbFRqPpisY./TGYiGbDtDfLeV/Fylgwl5SYNqRZsia"], ["created_at", "2016-03-08 20:15:35.494540"], ["updated_at", "2016-03-08 20:15:35.494540"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('piper.parisian@osinski.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "piper.parisian@osinski.net"], ["name", "Retta Kris"], ["password_digest", "$2a$04$wOgpvGmyihPpS199CrBNF.bfoXXafd/q7ybAemqIQlTm8vAPA4aMq"], ["created_at", "2016-03-08 20:15:35.501084"], ["updated_at", "2016-03-08 20:15:35.501084"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Vero voluptas temporibus. Praesentium suscipit corporis excepturi voluptas."], ["summary", "Aliquid error et. Et nihil ex. Quis reiciendis nihil et dolorum temporibus voluptatem."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-08 20:15:35.505653"], ["updated_at", "2016-03-08 20:15:35.505653"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:35.512096"], ["updated_at", "2016-03-08 20:15:35.512096"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (16.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (24.2ms) Completed 200 OK in 45ms (Views: 40.6ms | ActiveRecord: 2.4ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:35.595705"], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.9ms) Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eden@mraz.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eden@mraz.net"], ["name", "Andrew"], ["password_digest", "$2a$04$SVWqR0t2Bbn6D.k0kPfgCuBcqJdOadn4ZGq6Y2qaUD5jF2KVg3xia"], ["created_at", "2016-03-08 20:15:35.652574"], ["updated_at", "2016-03-08 20:15:35.652574"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"eden@mraz.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "eden@mraz.net"]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U4uvMj810rIRCER1ePFI.eMDVkyrj4m5LPIP1alfqI1qL6Ua2pKCa"], ["updated_at", "2016-03-08 20:15:35.685940"], ["id", 133]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.9ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 1.6ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trevion@koepp.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trevion@koepp.co"], ["name", "Josh"], ["password_digest", "$2a$04$CWKdEihcEkTYT/CUEKAP2eAxeUyPII2vqQqniOnUsNft6snNbjsV6"], ["created_at", "2016-03-08 20:15:35.723760"], ["updated_at", "2016-03-08 20:15:35.723760"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:35.730803"], ["updated_at", "2016-03-08 20:15:35.730803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (9.1ms) Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:35.791280"], ["updated_at", "2016-03-08 20:15:35.791280"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.1ms) Completed 200 OK in 35ms (Views: 31.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('taryn.rohan@pagac.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "taryn.rohan@pagac.co"], ["name", "Brandon Zemlak"], ["password_digest", "$2a$04$HG8/.689Lx4L5OU9Wqa5buLDY.QxnIzHlOhgNFiKfO3prCcncCVw2"], ["created_at", "2016-03-08 20:15:35.848708"], ["updated_at", "2016-03-08 20:15:35.848708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"taryn.rohan@pagac.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "taryn.rohan@pagac.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$TtNezhrBCu6YKLchE5KyaOCZSW8Xi1y4OK17cpny4PmeJTYgPc8nq"], ["updated_at", "2016-03-08 20:15:35.881066"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 31ms (Views: 26.6ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.5ms) Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.8ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (4.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 32ms (Views: 24.3ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$AsWWJxHyKE.nJn7IKtGLf.M3kuiEx2H1rojLmJTHX1kl10rNvJf6q"], ["created_at", "2016-03-08 20:15:36.065065"], ["updated_at", "2016-03-08 20:15:36.065065"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$SMZdOyiCWCsDxItvn/IDcOAEd2DiUAU1xAdfPWa.8XrRfu7l/R8J."], ["updated_at", "2016-03-08 20:15:36.095286"], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$i2CQs48Hr3vebCyFCoUq8eFZc57dTH4vM6t8588DmiTEI3oblHA9q"], ["created_at", "2016-03-08 20:15:36.145607"], ["updated_at", "2016-03-08 20:15:36.145607"]]  (8.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:39 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-08 15:15:39 -0500 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-08 15:15:39 -0500 Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (6.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$VT/xaQ2AktCpdNSsNg7uA.V8h8B4qeBTOke4.C6cBriHYkVfdwsra"], ["updated_at", "2016-03-08 20:15:40.360679"], ["id", 137]]  (1.2ms) COMMIT Redirected to http://127.0.0.1:53761/admin/posts Completed 302 Found in 46ms (ActiveRecord: 9.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (2.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (1.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (24.8ms) Completed 200 OK in 81ms (Views: 67.6ms | ActiveRecord: 4.6ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:53761/ Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Processing by Exposition::PostsController#index as HTML  (1.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.3ms) Completed 200 OK in 29ms (Views: 25.2ms | ActiveRecord: 1.9ms) Started GET "/assets/exposition/application-684ba247d94ae62c1fd73ca307df6d8a306449d312dc0548a50b493d278e1515.css" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)  (0.6ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (21.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alaina_moriette@joneshansen.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alaina_moriette@joneshansen.com"], ["name", "Ms. Lindsey Sauer"], ["password_digest", "$2a$04$SuNcNO3lHz7UST1SB9PQBO/yebYkdDnxkrb/WDF7xOOnW03suHSbC"], ["created_at", "2016-03-08 20:15:41.652312"], ["updated_at", "2016-03-08 20:15:41.652312"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alaina_moriette@joneshansen.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "alaina_moriette@joneshansen.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$L8ZWqH2K5ximGdWfVQJHnu6UmN8QbYS6yczKdWnP3YOOVHGJRUC8."], ["updated_at", "2016-03-08 20:15:41.705026"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 42ms (Views: 37.5ms | ActiveRecord: 2.2ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-08 20:15:41.764861"], ["updated_at", "2016-03-08 20:15:41.764861"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 47ms (Views: 43.1ms | ActiveRecord: 1.7ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('paul@stokes.io') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "paul@stokes.io"], ["name", "Kiera Keebler"], ["password_digest", "$2a$04$eWOWoSCfXUatGoh.JWBsDeklz536dch7kYApYNbxTUnpCdLZT2IVC"], ["created_at", "2016-03-08 20:15:41.847957"], ["updated_at", "2016-03-08 20:15:41.847957"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 22ms (Views: 22.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"paul@stokes.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "paul@stokes.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$pDRdEY6yBY4lkBoWmnD/We0fdFbLvjQyKxRHpnJ44we2Opdwjtjta"], ["updated_at", "2016-03-08 20:15:41.906528"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 42ms (Views: 38.2ms | ActiveRecord: 2.2ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-08 20:15:41.967180"], ["updated_at", "2016-03-08 20:15:41.967180"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-08 20:15:41.975117"], ["updated_at", "2016-03-08 20:15:41.975117"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-08 20:15:41.986224"], ["updated_at", "2016-03-08 20:15:41.986224"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-08 20:15:41.992796"], ["updated_at", "2016-03-08 20:15:41.992796"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-08 20:15:41.998863"], ["updated_at", "2016-03-08 20:15:41.998863"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-08 20:15:42.004847"], ["updated_at", "2016-03-08 20:15:42.004847"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-08 20:15:42.013173"], ["updated_at", "2016-03-08 20:15:42.013173"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-08 20:15:42.020792"], ["updated_at", "2016-03-08 20:15:42.020792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-08 20:15:42.030264"], ["updated_at", "2016-03-08 20:15:42.030264"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-08 20:15:42.042999"], ["updated_at", "2016-03-08 20:15:42.042999"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-08 20:15:42.051581"], ["updated_at", "2016-03-08 20:15:42.051581"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-08 20:15:42.065229"], ["updated_at", "2016-03-08 20:15:42.065229"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-08 20:15:42.076167"], ["updated_at", "2016-03-08 20:15:42.076167"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-08 20:15:42.088693"], ["updated_at", "2016-03-08 20:15:42.088693"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-08 20:15:42.099015"], ["updated_at", "2016-03-08 20:15:42.099015"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-08 20:15:42.108219"], ["updated_at", "2016-03-08 20:15:42.108219"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-08 20:15:42.125439"], ["updated_at", "2016-03-08 20:15:42.125439"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-08 20:15:42.137887"], ["updated_at", "2016-03-08 20:15:42.137887"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-08 20:15:42.151631"], ["updated_at", "2016-03-08 20:15:42.151631"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-08 20:15:42.164676"], ["updated_at", "2016-03-08 20:15:42.164676"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-08 20:15:42.175858"], ["updated_at", "2016-03-08 20:15:42.175858"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-08 20:15:42.188626"], ["updated_at", "2016-03-08 20:15:42.188626"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-08 20:15:42.198178"], ["updated_at", "2016-03-08 20:15:42.198178"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-08 20:15:42.212961"], ["updated_at", "2016-03-08 20:15:42.212961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-08 20:15:42.222608"], ["updated_at", "2016-03-08 20:15:42.222608"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-08 20:15:42.230698"], ["updated_at", "2016-03-08 20:15:42.230698"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (33.9ms) Completed 200 OK in 62ms (Views: 58.1ms | ActiveRecord: 1.9ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.2ms) Completed 200 OK in 47ms (Views: 41.9ms | ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lorna@kuhn.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lorna@kuhn.org"], ["name", "Manley Doyle"], ["password_digest", "$2a$04$5AmRLaG8tMnXG7VH9FoDeOIUTLxGFwGuMh5SinjgunpTNv.vs9jES"], ["created_at", "2016-03-08 20:15:42.393786"], ["updated_at", "2016-03-08 20:15:42.393786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lorna@kuhn.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "lorna@kuhn.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$THJ.XgR0OzmMHZ2mhyWo6utCNH9StSb7XBtc4V5obGyZXF1nqhOzu"], ["updated_at", "2016-03-08 20:15:42.480661"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 15ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 34ms (Views: 30.3ms | ActiveRecord: 1.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 53ms (Views: 50.7ms | ActiveRecord: 1.0ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 20:15:42.612009"], ["updated_at", "2016-03-08 20:15:42.612009"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (5.3ms) Completed 200 OK in 34ms (Views: 29.4ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaitlin@lakin.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaitlin@lakin.co"], ["name", "Rowan Goodwin"], ["password_digest", "$2a$04$hBoSLUKkhF/v0pFMxliXt.R/mtMyrnR7rnOjLoASjZKk9IkqgKnLy"], ["created_at", "2016-03-08 20:15:42.670936"], ["updated_at", "2016-03-08 20:15:42.670936"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kaitlin@lakin.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "kaitlin@lakin.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rgmEK4cZt/DxMQ3IkfI7aOvnIcJ.u5ZSMIr8I/GxcEIUkBio9tPxm"], ["updated_at", "2016-03-08 20:15:42.721720"], ["id", 4]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 32ms (Views: 28.3ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:15:42.770491"], ["updated_at", "2016-03-08 20:15:42.770491"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (6.1ms) Completed 200 OK in 29ms (Views: 25.6ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-03-08 20:15:42.835311"], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jacques@weinatpfeffer.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jacques@weinatpfeffer.co"], ["name", "Trent Thiel"], ["password_digest", "$2a$04$7zc4BBC/kSeFzxTaDblv.em.iT7cr13lLsm0TUjvYKpW/WQhiqa1e"], ["created_at", "2016-03-08 20:15:42.882051"], ["updated_at", "2016-03-08 20:15:42.882051"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jacques@weinatpfeffer.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "jacques@weinatpfeffer.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$aM/ZGywt88UZIth4bpAr8us6yrPVowyTdAQ2s3PxiiKqtu3kI0nTG"], ["updated_at", "2016-03-08 20:15:42.925413"], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 32ms (Views: 29.1ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-08 20:15:42.972782"], ["updated_at", "2016-03-08 20:15:42.972782"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 1.7ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('efren@pfeffer.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "efren@pfeffer.com"], ["name", "Birdie Bernhard"], ["password_digest", "$2a$04$qMRu2D3s8SGT/cZ34GWAEOIkH3HlRtEv4KaFv.UZxwKDjbiIOY82m"], ["created_at", "2016-03-08 20:15:43.079004"], ["updated_at", "2016-03-08 20:15:43.079004"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Illum soluta eius. Iste cupiditate eum adipisci cum vel voluptatem. Earum in suscipit consequatur."], ["summary", "Totam esse accusantium et ratione."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.085403"], ["updated_at", "2016-03-08 20:15:43.085403"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bartholome@ziemannharber.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bartholome@ziemannharber.biz"], ["name", "Tillman McCullough"], ["password_digest", "$2a$04$HuvOdIYZ/134Np9hTvjJR.iQoaMCTA9S81IcwVGZxGVZ9g0.38tO."], ["created_at", "2016-03-08 20:15:43.094916"], ["updated_at", "2016-03-08 20:15:43.094916"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Rem laudantium iusto officiis aut commodi quia. Dolore consequatur earum non."], ["summary", "Cumque est animi autem eaque ex omnis. Aliquam ipsam et. Accusantium excepturi ullam aliquid ipsa aut error consequuntur."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-08 20:15:43.101083"], ["updated_at", "2016-03-08 20:15:43.101083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (17.2ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (26.8ms) Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.6ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trent@abshire.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trent@abshire.info"], ["name", "Nettie Kautzer"], ["password_digest", "$2a$04$2ExeByUkiIjm71yXbxFhauEAID/tCnbHsh9ppcq3cuEFM7QoniFJK"], ["created_at", "2016-03-08 20:15:43.168062"], ["updated_at", "2016-03-08 20:15:43.168062"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Explicabo unde nihil sed quibusdam maiores magnam asperiores. Voluptatem est temporibus natus. Qui debitis et. Odit praesentium ut ratione et sed ea consequatur."], ["summary", "Et in qui fugiat et quaerat in amet. Veritatis ab sit recusandae perspiciatis quisquam perferendis rerum."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.175074"], ["updated_at", "2016-03-08 20:15:43.175074"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('donavon_veum@okon.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "donavon_veum@okon.name"], ["name", "Lia Parisian"], ["password_digest", "$2a$04$W4cDX/Y412ldeLsUYMS/EuBiUYzs2tSWKHGnIRzOwa4Rtz50anO5W"], ["created_at", "2016-03-08 20:15:43.185337"], ["updated_at", "2016-03-08 20:15:43.185337"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Commodi labore laborum accusantium perspiciatis sint. Tempora voluptatibus cumque cupiditate incidunt et totam."], ["summary", "Nemo omnis dolor voluptatem. Exercitationem dolorem explicabo sit rem. Temporibus consequatur possimus minima ut illum error."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.193095"], ["updated_at", "2016-03-08 20:15:43.193095"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meagan.jast@adams.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meagan.jast@adams.org"], ["name", "Mabelle Macejkovic"], ["password_digest", "$2a$04$7RxeapNA.KvG46Nsa/9Zju2DK7K0rEi.3tMw1iFd89wsCjrfNIJQu"], ["created_at", "2016-03-08 20:15:43.203684"], ["updated_at", "2016-03-08 20:15:43.203684"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Molestias quas aut ut voluptates aut et neque. Voluptatem aut eos nisi et. Accusamus dignissimos dolores ducimus dolores non neque aut."], ["summary", "Inventore et enim."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.210983"], ["updated_at", "2016-03-08 20:15:43.210983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('minerva@cummeratadibbert.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "minerva@cummeratadibbert.net"], ["name", "Mckenzie Simonis"], ["password_digest", "$2a$04$qxpVdX4T1Mbaxr85I2u59.KRAuWGiWQk8SqZ7EVXUIguFDk/XwxYq"], ["created_at", "2016-03-08 20:15:43.220046"], ["updated_at", "2016-03-08 20:15:43.220046"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Maxime similique ipsam. Quis sequi recusandae incidunt sit placeat quae commodi. Quae distinctio impedit ut adipisci voluptates."], ["summary", "Dolores aut tenetur quia nobis eum tempore. Fugiat cum quos quia et et. Dolores similique sint."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.225748"], ["updated_at", "2016-03-08 20:15:43.225748"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mia@mayertratke.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mia@mayertratke.org"], ["name", "Tyler Rath"], ["password_digest", "$2a$04$M9jGz5K9xVSfqTyxnEUrUucQ9L7lWEu78jv/IWSWcvsdeqMeHeaum"], ["created_at", "2016-03-08 20:15:43.233756"], ["updated_at", "2016-03-08 20:15:43.233756"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Quis ea delectus. Voluptas nam placeat praesentium nihil ex. Quae similique et reprehenderit voluptatem et est et. Consequatur ipsa molestiae adipisci velit blanditiis illo."], ["summary", "At dolorem maiores."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.252112"], ["updated_at", "2016-03-08 20:15:43.252112"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johanna_shanahan@ruel.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johanna_shanahan@ruel.io"], ["name", "Erik Lindgren"], ["password_digest", "$2a$04$DioUDEEXRjevL9jBHXs17uqXy1Npy0hExjBfc27I.IogfS1JjBocq"], ["created_at", "2016-03-08 20:15:43.258669"], ["updated_at", "2016-03-08 20:15:43.258669"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Odit totam tenetur nihil. Cumque vel quisquam mollitia explicabo sint."], ["summary", "Totam est tempore blanditiis aut fugit natus. Et odit exercitationem omnis."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.263112"], ["updated_at", "2016-03-08 20:15:43.263112"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clotilde@crooks.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clotilde@crooks.com"], ["name", "Madison Murphy"], ["password_digest", "$2a$04$IzE2jv5Jr0fS1igIQSWA2Oze6OzpRawYDi.ZbsB/gWgOCNugH/cgW"], ["created_at", "2016-03-08 20:15:43.269741"], ["updated_at", "2016-03-08 20:15:43.269741"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Est id amet. Sequi nostrum voluptatem blanditiis autem. Voluptatem animi pariatur velit velit deserunt. Velit quibusdam ab suscipit soluta autem."], ["summary", "Ut suscipit enim. Quo et perspiciatis corporis. Facilis repellendus impedit."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.275015"], ["updated_at", "2016-03-08 20:15:43.275015"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('walton@berge.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "walton@berge.biz"], ["name", "Danielle Sawayn"], ["password_digest", "$2a$04$Lcph9bLm/27FFSiFigJ.FOjNa4yHT4d8qJugB0d2eHSqu3MIDtazG"], ["created_at", "2016-03-08 20:15:43.283727"], ["updated_at", "2016-03-08 20:15:43.283727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Ducimus nobis et omnis dolores voluptates cupiditate ipsum. Esse dolores unde. Non officia autem magnam. Non rerum quaerat accusantium quia autem."], ["summary", "Enim labore fuga laboriosam autem velit itaque. Numquam sed id voluptatem ullam laborum consequuntur praesentium."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.288804"], ["updated_at", "2016-03-08 20:15:43.288804"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('albertha@oconnell.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "albertha@oconnell.co"], ["name", "Donnie Kemmer MD"], ["password_digest", "$2a$04$U6eAR0E40GIRQuO/ptYHz.i0qpWJk4pvhEv19tBIJTUKyoG4JchoG"], ["created_at", "2016-03-08 20:15:43.297198"], ["updated_at", "2016-03-08 20:15:43.297198"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Sint praesentium laboriosam fugit officia debitis qui. Officiis dolorem quia. Et voluptatum numquam culpa non eos corporis assumenda. Tempora vitae et voluptates."], ["summary", "Praesentium eaque beatae qui placeat ut libero deserunt. Voluptas doloribus quia velit aspernatur sed. Placeat numquam voluptatem est incidunt soluta dolores."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.302460"], ["updated_at", "2016-03-08 20:15:43.302460"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('isaias_boyer@mrazlang.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "isaias_boyer@mrazlang.net"], ["name", "Alejandrin Little"], ["password_digest", "$2a$04$B/Zsu85XU.P8XmufRz1iHugksHk5vmAQ5gB/hNvzzs25LH0nsIbge"], ["created_at", "2016-03-08 20:15:43.308940"], ["updated_at", "2016-03-08 20:15:43.308940"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Et voluptas recusandae sed quibusdam nostrum eos. Consectetur esse error porro."], ["summary", "Consequuntur optio molestiae. Cupiditate nihil laborum omnis nemo. Qui aspernatur corrupti."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.314061"], ["updated_at", "2016-03-08 20:15:43.314061"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('soledad@breitenbergbode.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "soledad@breitenbergbode.info"], ["name", "Jovani Schoen PhD"], ["password_digest", "$2a$04$0znE.BoB.ZiUKzjyGbFPpeJ5PTTPJ0007h9gbtnxk4rugHjlc6xGS"], ["created_at", "2016-03-08 20:15:43.321099"], ["updated_at", "2016-03-08 20:15:43.321099"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Eos qui totam et qui ad id. Est non molestiae earum esse pariatur. Provident et nemo."], ["summary", "Blanditiis molestias deserunt omnis est perferendis dolores. Repudiandae eum magni qui illum. Incidunt excepturi consequatur."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.325471"], ["updated_at", "2016-03-08 20:15:43.325471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (24.2ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (30.8ms) Completed 200 OK in 33ms (Views: 27.0ms | ActiveRecord: 5.7ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.4ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.6ms) Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruel@renner.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruel@renner.io"], ["name", "Garth Ritchie"], ["password_digest", "$2a$04$QT6z3HPu5pcfYvsygwMtEulxVUKqxVhfXw9/yxMlC5UtrYTrUsFOe"], ["created_at", "2016-03-08 20:15:43.391249"], ["updated_at", "2016-03-08 20:15:43.391249"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Cumque totam perferendis natus consectetur provident enim porro. Tempora a sequi veritatis et. Eos ea reprehenderit."], ["summary", "Ex officiis ducimus aut asperiores dolores repellendus. Mollitia est non eligendi et et sint totam. Et deserunt expedita."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.396728"], ["updated_at", "2016-03-08 20:15:43.396728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (7.5ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (12.6ms) Completed 200 OK in 15ms (Views: 10.1ms | ActiveRecord: 4.6ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.0ms) Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hester@toy.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hester@toy.co"], ["name", "Zita Sanford IV"], ["password_digest", "$2a$04$E/nI.2410tgEhWaL4kq.2ei4LNFQySj37Zn5TGYD3ElEdo8oTnpe2"], ["created_at", "2016-03-08 20:15:43.450245"], ["updated_at", "2016-03-08 20:15:43.450245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Voluptatem veritatis aliquam neque nisi et dolor. Voluptates reprehenderit soluta possimus rem labore ad asperiores. Quibusdam repellendus numquam et tempora."], ["summary", "Quibusdam sed explicabo vitae nesciunt. Laborum aliquam et. Neque et eum."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-08 20:15:43.454563"], ["updated_at", "2016-03-08 20:15:43.454563"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-08 20:15:43.475829"], ["updated_at", "2016-03-08 20:15:43.475829"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-08 20:15:43.481159"], ["updated_at", "2016-03-08 20:15:43.481159"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meta@murazik.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meta@murazik.name"], ["name", "Cheyanne Ernser DDS"], ["password_digest", "$2a$04$byMB3CvnN1g4wQ3/TwS6E.fSV0P6t2DE/kdQnJFqizNXe.DCFFDCO"], ["created_at", "2016-03-08 20:15:43.488040"], ["updated_at", "2016-03-08 20:15:43.488040"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Aut ratione error voluptatem modi expedita possimus. Perspiciatis ut nisi."], ["summary", "Dolorum perspiciatis voluptatem possimus quis sunt eveniet. Repellendus libero voluptatem porro quia."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.503003"], ["updated_at", "2016-03-08 20:15:43.503003"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('colten@jaskolski.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "colten@jaskolski.info"], ["name", "Helmer Roberts III"], ["password_digest", "$2a$04$meU3OV8mPnAYEXVfIGxFteMNsiwR7xGQiUnrsSyIbOzC82qpk1qFa"], ["created_at", "2016-03-08 20:15:43.513042"], ["updated_at", "2016-03-08 20:15:43.513042"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Et sed officia voluptatem corrupti excepturi. Et occaecati adipisci optio. Aliquid animi non."], ["summary", "Occaecati sit accusantium velit non. Amet sed et atque tenetur rem. Sit omnis eum."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.521679"], ["updated_at", "2016-03-08 20:15:43.521679"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.3ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (9.4ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.9ms) Completed 200 OK in 17ms (Views: 12.4ms | ActiveRecord: 3.7ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (5.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (14.1ms) Completed 200 OK in 20ms (Views: 12.1ms | ActiveRecord: 5.2ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$ylU0Z2lBZW5diWlgrvmyEua5YwxWVaNRmc1TFmSIECuur7VIhmf16"], ["created_at", "2016-03-08 20:15:43.610057"], ["updated_at", "2016-03-08 20:15:43.610057"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$UN3CZ2Ncjt0iuArWpwMdVuz5zMjrNwlTSHFEhO96neHnTgU2NKg4y"], ["created_at", "2016-03-08 20:15:43.622231"], ["updated_at", "2016-03-08 20:15:43.622231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$KvSDiJo.fs.fhCiJnMLLWeXA/lUlYdncNORlIhCCKkYgFzHI5dgNO"], ["updated_at", "2016-03-08 20:15:43.628212"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 20:15:43.647703"], ["updated_at", "2016-03-08 20:15:43.647703"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-08 20:15:43.657312"], ["updated_at", "2016-03-08 20:15:43.657312"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bret.wuckert@raynor.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bret.wuckert@raynor.co"], ["name", "Ray Wuckert"], ["password_digest", "$2a$04$AhHY4CW8FN4sr.jmV9uun.v2dxojD43gR0T4FPiDbIik3MmFqieqO"], ["created_at", "2016-03-08 20:15:43.719496"], ["updated_at", "2016-03-08 20:15:43.719496"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emery.swift@reichert.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emery.swift@reichert.name"], ["name", "Else Bartell DDS"], ["password_digest", "$2a$04$e6tXf5gjKMla07nYK3jDMuSDResOzPmximLTx8i6vVUabdVjDof.."], ["created_at", "2016-03-08 20:15:43.731389"], ["updated_at", "2016-03-08 20:15:43.731389"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alia.boyle@bosco.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alia.boyle@bosco.biz"], ["name", "Gina Pacocha MD"], ["password_digest", "$2a$04$klz2I73gHbE4BiYRrD6wGubWUIal49buDjmG4Rld/ldOx0Sc0uQu6"], ["created_at", "2016-03-08 20:15:43.742592"], ["updated_at", "2016-03-08 20:15:43.742592"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Enim vitae cupiditate ullam quia doloribus provident. Ut consectetur consequatur blanditiis qui. Sed delectus consequuntur quasi quaerat et perferendis accusantium. Earum laboriosam vel dolores voluptatem libero."], ["summary", "Sit impedit repudiandae asperiores consequatur labore rerum. Voluptas et qui. A ut optio officiis adipisci laborum sapiente."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-08 20:15:43.747267"], ["updated_at", "2016-03-08 20:15:43.747267"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('everett_hayes@willms.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "everett_hayes@willms.name"], ["name", "Travis Tromp"], ["password_digest", "$2a$04$r1cFHKesRvD6GmS2XJhw5eIrsjkcJ/gKlxJ.OrU/GdV0PW5dAENJm"], ["created_at", "2016-03-08 20:15:43.758484"], ["updated_at", "2016-03-08 20:15:43.758484"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Velit dolor assumenda amet harum aliquam aut ipsum. Aut cupiditate ut cumque laborum. Aut molestiae aliquid. Ratione sed quod et magni."], ["summary", "Ullam eaque reprehenderit natus id omnis. Nesciunt facilis qui illo iure tempore commodi."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-08 20:15:43.763700"], ["updated_at", "2016-03-08 20:15:43.763700"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosemary_welch@leschfunk.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosemary_welch@leschfunk.org"], ["name", "Sophia Kemmer"], ["password_digest", "$2a$04$eWKDLwSPCeDkoBMH.anVBuYhzcM3VGmIhEHHot9aqWGDdqTkJLryy"], ["created_at", "2016-03-08 20:15:43.774177"], ["updated_at", "2016-03-08 20:15:43.774177"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('haley@padberg.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "haley@padberg.io"], ["name", "Mrs. Jose Will"], ["password_digest", "$2a$04$spl077rwUUpYBrJ.8mXtuuTxL73fbxGFg/CluLSDvcd72wv1yYWy6"], ["created_at", "2016-03-08 20:15:43.784746"], ["updated_at", "2016-03-08 20:15:43.784746"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ceasar_kuhic@dibberthoeger.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ceasar_kuhic@dibberthoeger.info"], ["name", "Kaci O'Connell"], ["password_digest", "$2a$04$DtvYYaTzZFWz.nM8xiz19OBnNpusyDo2TBvzrM/5uZ2mAuRQcMOBG"], ["created_at", "2016-03-08 20:15:43.796837"], ["updated_at", "2016-03-08 20:15:43.796837"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('andres.beatty@corkery.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "andres.beatty@corkery.name"], ["name", "Everett Jaskolski"], ["password_digest", "$2a$04$Dr.ddXzkQyDwk4xpGysNSOT5QOgSwBmi/pYOvEoOuMNQs4/XeBCWC"], ["created_at", "2016-03-08 20:15:43.806556"], ["updated_at", "2016-03-08 20:15:43.806556"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Aliquam perferendis harum. Iure et modi voluptatem sunt sed."], ["summary", "Quaerat eaque dolores quis maxime amet odio. Laudantium ut omnis quis qui dolorem facilis."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.811533"], ["updated_at", "2016-03-08 20:15:43.811533"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sharon@waters.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sharon@waters.org"], ["name", "Aiden Paucek"], ["password_digest", "$2a$04$n63ZQOzYlUWfbVixzcws2uC7FVIx0iO7hsc42zPsS7c.lqud0zFHO"], ["created_at", "2016-03-08 20:15:43.820103"], ["updated_at", "2016-03-08 20:15:43.820103"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Quia consectetur dolore exercitationem unde qui labore aut. Autem in delectus reprehenderit dolore voluptatem."], ["summary", "Et blanditiis inventore."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.827477"], ["updated_at", "2016-03-08 20:15:43.827477"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 18:15:43.829886"], ["updated_at", "2016-03-08 20:15:43.833738"], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 20:15:43.830114"], ["updated_at", "2016-03-08 20:15:43.839024"], ["id", 21]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruben_jenkins@johnston.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruben_jenkins@johnston.com"], ["name", "Jada Boyer II"], ["password_digest", "$2a$04$T.ZOf98dVsb6eT4xnQuPRe2Ssr/rks1S4VssY/chB88gBW0HCbyKi"], ["created_at", "2016-03-08 20:15:43.853287"], ["updated_at", "2016-03-08 20:15:43.853287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Et vero dignissimos. At quas quo. Dolorum excepturi facilis consequatur rem in perferendis. Qui voluptatibus tenetur quam voluptas."], ["summary", "Ipsam cupiditate ut officia eaque architecto. Dicta expedita nisi tempora. Cumque aut sed quia impedit quaerat nobis."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.858430"], ["updated_at", "2016-03-08 20:15:43.858430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fredy@lindgren.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fredy@lindgren.co"], ["name", "Whitney Nolan"], ["password_digest", "$2a$04$mmSHYijpOPpVoa05m/t18uaP9kp37x6ZQBxwuxsxfxyjPTqJQqNxa"], ["created_at", "2016-03-08 20:15:43.866389"], ["updated_at", "2016-03-08 20:15:43.866389"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Maxime distinctio occaecati enim. Dolorem alias vitae omnis velit quod ut. Qui natus temporibus. Rem autem quibusdam fugit dolores."], ["summary", "Eos nulla fugiat earum illum occaecati explicabo aut. Sapiente dolorum qui quo iste laboriosam mollitia."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-08 20:15:43.871791"], ["updated_at", "2016-03-08 20:15:43.871791"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ashleigh@olson.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ashleigh@olson.co"], ["name", "Mrs. Shaun Prohaska"], ["password_digest", "$2a$04$rT9QtN6WK5nRs1QbiV9oT.aTjswykhP.xlWu.hkc8XI2LMI5Mv.J."], ["created_at", "2016-03-08 20:15:43.884252"], ["updated_at", "2016-03-08 20:15:43.884252"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeanette@langworthmante.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeanette@langworthmante.biz"], ["name", "Catharine Hudson"], ["password_digest", "$2a$04$ItJMiMzJ/cLszBqzLcwLXOu59C2lzo4PrQ/k.v1X5TrykwmZ2tvbG"], ["created_at", "2016-03-08 20:15:43.896490"], ["updated_at", "2016-03-08 20:15:43.896490"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Omnis adipisci non. Et quia quia facere sit voluptatem omnis eligendi. Nihil suscipit perferendis nulla aspernatur hic et facilis."], ["summary", "Quia voluptatum aut et."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-08 20:15:43.901077"], ["updated_at", "2016-03-08 20:15:43.901077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:43.905381"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('paige@johns.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "paige@johns.com"], ["name", "Joana Homenick"], ["password_digest", "$2a$04$LDMazXWf2UTZ0A5H/poGa.oSAwj/TVYZrcRRNb6bZESeFmBUGbBaG"], ["created_at", "2016-03-08 20:15:43.915945"], ["updated_at", "2016-03-08 20:15:43.915945"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Iusto qui laudantium ut et libero. Eligendi corporis tempore iure rem est praesentium eaque."], ["summary", "Alias cupiditate voluptas quam quaerat non aspernatur animi. Nemo quo atque. Qui nam odit."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.920989"], ["updated_at", "2016-03-08 20:15:43.920989"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:43.925800"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('newell@weimann.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "newell@weimann.info"], ["name", "Audra Ernser IV"], ["password_digest", "$2a$04$gYrlQ4BPOmn1Z.w7BHZF9eEe/woigoHVfRODuZbMfU/Tdaf3s653i"], ["created_at", "2016-03-08 20:15:43.938629"], ["updated_at", "2016-03-08 20:15:43.938629"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$fIA5p.Y0TR.F/eEczMQrmOtAbwO5eO2hqqBPxujyd0agOsn41Qofi"], ["created_at", "2016-03-08 20:15:44.027635"], ["updated_at", "2016-03-08 20:15:44.027635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$OyeTxc6OxXlMGoTVqoIdoOkIA9.Zpv2mTGPSlunnZybrzTYSfxszW"], ["created_at", "2016-03-08 20:15:44.091628"], ["updated_at", "2016-03-08 20:15:44.091628"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keanu_auer@lynch.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keanu_auer@lynch.net"], ["name", "Oral Rosenbaum"], ["password_digest", "$2a$04$x3N59w6wc0e8zV8TAuGN..2sWueyQ6AkfcvQJI3rtntnKxipEYFNO"], ["created_at", "2016-03-08 20:15:44.107082"], ["updated_at", "2016-03-08 20:15:44.107082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Perferendis quia omnis qui at. Minus corporis fugiat nemo non rerum consequatur."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-08 20:15:44.112077"], ["updated_at", "2016-03-08 20:15:44.112077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (29.0ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (5.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (31.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$97S7KwYAKOogtHxPHBWPCuoFyNT3QbBxlNWVMZkCLbzZOhPM52MVC"], ["created_at", "2016-03-09 15:43:11.074326"], ["updated_at", "2016-03-09 15:43:11.074326"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$8nPGTHTkAYX2uNPKJAJMe.6AetMDO2eSuYbqKcE8A..xf4gLNvmfm"], ["created_at", "2016-03-09 15:43:11.099526"], ["updated_at", "2016-03-09 15:43:11.099526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4SxFz3rLU80.YqRHqi7CwuZyXg1CGcuZ.zDGBxDt16zQyfuQccGAW"], ["updated_at", "2016-03-09 15:43:11.107414"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('quentin_hand@willmayer.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "quentin_hand@willmayer.net"], ["name", "Marjolaine Smith"], ["password_digest", "$2a$04$gUErVEwnUalPpY1tzZ.C2.6eYI.UZGEvHjwzX/WGyasWazJB5fth6"], ["created_at", "2016-03-09 15:43:11.581237"], ["updated_at", "2016-03-09 15:43:11.581237"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Consequatur esse inventore facere. Quasi est natus doloremque suscipit ipsa unde blanditiis. Et porro laudantium quas laborum. Possimus enim totam recusandae quo odit."], ["summary", "Temporibus eveniet neque. Qui ut eius temporibus vero."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-09 15:43:11.743113"], ["updated_at", "2016-03-09 15:43:11.743113"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamron@mohrfritsch.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamron@mohrfritsch.name"], ["name", "Ms. Salvatore Kunze"], ["password_digest", "$2a$04$nXFpCnABsRXVf5iCga2h8eJ0Mi2dY9IpdJlE7pQTXgq4.JZsfAS7m"], ["created_at", "2016-03-09 15:43:11.793873"], ["updated_at", "2016-03-09 15:43:11.793873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Eos accusamus aut at. Voluptatibus sapiente rerum sunt consequatur non."], ["summary", "Accusantium cumque aspernatur possimus est voluptatibus."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-09 15:43:11.798866"], ["updated_at", "2016-03-09 15:43:11.798866"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lysanne@prohaska.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lysanne@prohaska.name"], ["name", "Luisa Beer"], ["password_digest", "$2a$04$Kbkgfd7V1bGAN1H9vsAsqOdn.HN6A65odD/rVS6XW4sVV57/DhMmC"], ["created_at", "2016-03-09 15:43:11.807994"], ["updated_at", "2016-03-09 15:43:11.807994"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Illum ab et tempora hic et explicabo in. Temporibus repellat occaecati aut accusantium adipisci pariatur numquam. Commodi nam officia non necessitatibus optio saepe. Amet autem aut commodi."], ["summary", "Ipsam qui atque provident nemo quis dolore."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-09 15:43:11.814424"], ["updated_at", "2016-03-09 15:43:11.814424"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keanu@mitchell.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keanu@mitchell.co"], ["name", "Mr. Alice Mertz"], ["password_digest", "$2a$04$aOuVm72zOCtjwI7DESslAuT8.kvjsVgQoE9M6QBWAwrFj1CHzHwU6"], ["created_at", "2016-03-09 15:43:11.822163"], ["updated_at", "2016-03-09 15:43:11.822163"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Aut vitae iste repellat deserunt laborum veritatis. Aspernatur aut accusantium et dolor qui iusto rem. Tempora non ullam deserunt eos. Nesciunt itaque facilis non debitis cupiditate accusantium expedita."], ["summary", "Minus quam odio. Pariatur ab maiores quis quas."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-09 15:43:11.826546"], ["updated_at", "2016-03-09 15:43:11.826546"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aleandro@hammes.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aleandro@hammes.info"], ["name", "Miss Lavada Senger"], ["password_digest", "$2a$04$ar5H34oNmMJp6VfQmQ.ta.ZDPToahn7f8BQDtdRr9mJRGIbr1Ou36"], ["created_at", "2016-03-09 15:43:11.834908"], ["updated_at", "2016-03-09 15:43:11.834908"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Voluptate odit tenetur sint. Et excepturi consequatur quo sed. Suscipit sit itaque rem quibusdam optio."], ["summary", "Laboriosam et dolore fugit esse et."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-09 15:43:11.839095"], ["updated_at", "2016-03-09 15:43:11.839095"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mohamed@emard.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mohamed@emard.co"], ["name", "Beatrice Walsh"], ["password_digest", "$2a$04$3auFnnbp4ynyV/oUYRKkCuUPhvpKv0Wpgr4CRxsRDTnLG5MRRyLji"], ["created_at", "2016-03-09 15:43:11.845804"], ["updated_at", "2016-03-09 15:43:11.845804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Velit sed quia minima et totam accusamus vero. Occaecati porro voluptas consequatur et dolor deleniti. Odit quam id. Occaecati quo ea vel."], ["summary", "Tenetur porro voluptatem qui. Et blanditiis aliquid. Ratione iure dolore iusto."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-09 15:43:11.851324"], ["updated_at", "2016-03-09 15:43:11.851324"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ladarius@lesch.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ladarius@lesch.info"], ["name", "Manley Kuhn"], ["password_digest", "$2a$04$Ky5yPVcKrey4P45oHFntDe5qdJPYJlBsVfx/MgAC8xSgFpgB/FYAi"], ["created_at", "2016-03-09 15:43:11.859117"], ["updated_at", "2016-03-09 15:43:11.859117"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Officiis id eaque. Reiciendis quidem eum voluptatum dolores laboriosam omnis harum."], ["summary", "Dolores iure sed sit voluptas corporis adipisci quia. Inventore ea odit vel aut delectus quidem. Voluptatem quaerat possimus quod autem corrupti ut at."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-09 15:43:11.865275"], ["updated_at", "2016-03-09 15:43:11.865275"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('muriel@waterspollich.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "muriel@waterspollich.biz"], ["name", "Alexane Kerluke"], ["password_digest", "$2a$04$D5aEy85HiC22FkgUtu4.qe8DwI/CnvWuxqKqH14PJnpVDu8VXSFDu"], ["created_at", "2016-03-09 15:43:11.872699"], ["updated_at", "2016-03-09 15:43:11.872699"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Fuga et similique quae eveniet magni fugiat. Exercitationem facilis eos similique sunt asperiores in. Eveniet enim earum. Assumenda placeat sequi et vel ut."], ["summary", "Quia voluptas vero."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-09 15:43:11.877463"], ["updated_at", "2016-03-09 15:43:11.877463"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theo@stokes.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theo@stokes.com"], ["name", "Gerhard Balistreri II"], ["password_digest", "$2a$04$16XKotCLnKpH9OdY4GqtG.i.rDJMptZ1NCmXYT6gE9/QSI53F2cji"], ["created_at", "2016-03-09 15:43:11.885220"], ["updated_at", "2016-03-09 15:43:11.885220"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Non rerum earum nobis. Quo vel aspernatur dolores vitae sunt. Error voluptatibus nesciunt labore eligendi magni. Pariatur quo assumenda et ab non."], ["summary", "Sunt enim sit animi est in."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-09 15:43:11.891971"], ["updated_at", "2016-03-09 15:43:11.891971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vivianne@kunde.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vivianne@kunde.net"], ["name", "Ewell Hegmann"], ["password_digest", "$2a$04$gM8fTT.q6TYLDpbuLkXNSugsvBE6mAkN5/0p4ddkA3TN16oiKx06i"], ["created_at", "2016-03-09 15:43:11.899241"], ["updated_at", "2016-03-09 15:43:11.899241"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Quo tenetur et. Ut eaque magnam est qui ex ut. Veniam quibusdam ipsum explicabo."], ["summary", "Tempora dolores commodi ipsum consequuntur quaerat voluptas incidunt."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-09 15:43:11.903596"], ["updated_at", "2016-03-09 15:43:11.903596"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kayleigh@ratkeswift.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kayleigh@ratkeswift.co"], ["name", "Daniella Mraz"], ["password_digest", "$2a$04$vHM6JKMCvRnDN3VnfLdG.u1.WRMsj9jHtWI/TIZzCnFMKoqUaMt8e"], ["created_at", "2016-03-09 15:43:11.911055"], ["updated_at", "2016-03-09 15:43:11.911055"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Reiciendis ullam itaque beatae aut et odio. Est voluptates eum quia ducimus dolores est."], ["summary", "Eum voluptate reprehenderit. Est est quas in ut tenetur non cupiditate. Qui exercitationem est doloribus fuga voluptates modi hic."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-09 15:43:11.915961"], ["updated_at", "2016-03-09 15:43:11.915961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gaylord@fadel.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gaylord@fadel.name"], ["name", "Nicolas Brown"], ["password_digest", "$2a$04$YQtyIZX75dNNAlQwn6tcH.3q83VihRTdzXK.JHqWu99UeDKitS1DS"], ["created_at", "2016-03-09 15:43:11.922609"], ["updated_at", "2016-03-09 15:43:11.922609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Ea exercitationem similique quia. Necessitatibus molestiae cumque sunt. Velit reiciendis tempora voluptatem et numquam. Dolorum qui id error voluptatem totam perspiciatis."], ["summary", "Nam consequuntur id explicabo modi et voluptates repudiandae. Illo debitis incidunt assumenda magnam commodi eius enim."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-09 15:43:11.927637"], ["updated_at", "2016-03-09 15:43:11.927637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jakayla_schultz@hilpertthompson.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jakayla_schultz@hilpertthompson.io"], ["name", "Dayne Wilderman II"], ["password_digest", "$2a$04$vRXsrFtfoQxhrGr9x1H.Je.Vimscu1VSrwBVtbjX.X6SLVCmgFdE6"], ["created_at", "2016-03-09 15:43:11.939490"], ["updated_at", "2016-03-09 15:43:11.939490"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "In ut sint. Commodi et facere culpa aut rerum nulla. Et maiores itaque vel. Libero qui doloremque corporis aut."], ["summary", "Eos repellat veniam maxime est voluptas dignissimos. Rem saepe hic laudantium ea vel. Dolor esse aut."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-09 15:43:11.945949"], ["updated_at", "2016-03-09 15:43:11.945949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sherman_okon@ebert.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sherman_okon@ebert.biz"], ["name", "Mckenna Kutch"], ["password_digest", "$2a$04$MV6z9oNDXUvscnKm3YQ23eIbFy709IebrzD7tYU5ttB8G.ym8pRNG"], ["created_at", "2016-03-09 15:43:11.953887"], ["updated_at", "2016-03-09 15:43:11.953887"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Aperiam repellendus ut iste necessitatibus nesciunt sit. Autem dolores ut incidunt minus voluptatem quod praesentium. Iste sit asperiores placeat. Eius veritatis molestias excepturi sequi quo consequatur magnam."], ["summary", "Consequatur reprehenderit aut ratione voluptatem tenetur."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-09 15:43:11.958198"], ["updated_at", "2016-03-09 15:43:11.958198"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebony@dooleyjohnson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ebony@dooleyjohnson.net"], ["name", "Rachel Ledner"], ["password_digest", "$2a$04$aqrLfdF2PCZ09iJFu759zOLv41Gj30RrkLaCwviym9kn0OSBRSF6y"], ["created_at", "2016-03-09 15:43:11.965159"], ["updated_at", "2016-03-09 15:43:11.965159"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Illo modi natus consequatur vel corporis ut cupiditate. Harum voluptas omnis architecto omnis doloribus. Sunt rerum velit. Officia omnis optio deleniti ullam non."], ["summary", "Veritatis explicabo unde ducimus rerum omnis sunt occaecati. Molestias ab corporis vel impedit quo. Est quo iure aut reprehenderit dicta sapiente reiciendis."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-09 15:43:11.970269"], ["updated_at", "2016-03-09 15:43:11.970269"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sierra_orn@stark.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sierra_orn@stark.biz"], ["name", "Elna Harvey"], ["password_digest", "$2a$04$YPOESLw.gW/Af95qRZDDvuBxospK83ggEevrQYMWvRb5mzL2s/eYi"], ["created_at", "2016-03-09 15:43:11.977314"], ["updated_at", "2016-03-09 15:43:11.977314"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Amet est veritatis. Illo nisi aut est repellat id fugiat eum."], ["summary", "In ut dolorem consequatur veniam ut alias aut. Et repellendus ex voluptatem delectus. Reiciendis ipsam sed et."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-09 15:43:11.982372"], ["updated_at", "2016-03-09 15:43:11.982372"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('taylor@hettingerdicki.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "taylor@hettingerdicki.biz"], ["name", "Gust Daniel"], ["password_digest", "$2a$04$maU3tX48GMD3Lxok9A9GZeOF57RWHi4LPDL1RNNyYM26zoeeuTE1W"], ["created_at", "2016-03-09 15:43:11.989554"], ["updated_at", "2016-03-09 15:43:11.989554"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Modi minus ipsa omnis nostrum. Excepturi possimus et."], ["summary", "Corporis fugiat eos rem quos officiis aspernatur molestias. Dolores pariatur doloribus illum ab est odio."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-09 15:43:11.995823"], ["updated_at", "2016-03-09 15:43:11.995823"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('earlene.bosco@langosh.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "earlene.bosco@langosh.io"], ["name", "Darion Jerde"], ["password_digest", "$2a$04$S5MvawJe.Sr84PPG5pHaJ.aYJhewmY9vE0X6TweTdg.pBcZ7VDHcW"], ["created_at", "2016-03-09 15:43:12.002931"], ["updated_at", "2016-03-09 15:43:12.002931"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Voluptatibus enim et. Ut quibusdam in aspernatur est commodi corporis. Rerum eos voluptatum repudiandae asperiores aliquid."], ["summary", "Ut fugit impedit debitis rerum tempore sit. Modi et provident."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-09 15:43:12.007309"], ["updated_at", "2016-03-09 15:43:12.007309"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alphonso@sawayn.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alphonso@sawayn.io"], ["name", "Malika Kozey"], ["password_digest", "$2a$04$BWvJ0GAbFHb9o9LWwKQ08uNPp//GJKqthhjwKvB7KwVfQbuxWITxm"], ["created_at", "2016-03-09 15:43:12.014468"], ["updated_at", "2016-03-09 15:43:12.014468"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Sunt illum molestiae quas qui sed. Et dicta non modi. Qui est tempora est consequatur recusandae."], ["summary", "Corporis debitis ex ipsam sed hic. Voluptatibus velit ab eveniet suscipit ipsam sapiente."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-09 15:43:12.019855"], ["updated_at", "2016-03-09 15:43:12.019855"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alia_walsh@langworth.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alia_walsh@langworth.co"], ["name", "Oliver Heaney"], ["password_digest", "$2a$04$leK1Np1Lrmvu4tvIMpWewOHmvLolKTKlHobS2Ii.iz9qGDCbdhvNe"], ["created_at", "2016-03-09 15:43:12.026710"], ["updated_at", "2016-03-09 15:43:12.026710"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Iure est sint natus quia reiciendis eum. Consequatur vitae ipsa mollitia a consectetur. Quis aliquid unde."], ["summary", "Iste consequatur dolore consequatur officiis eveniet. Quidem omnis sint."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-09 15:43:12.033042"], ["updated_at", "2016-03-09 15:43:12.033042"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('isac@wunschfeeney.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "isac@wunschfeeney.com"], ["name", "Axel Borer Jr."], ["password_digest", "$2a$04$OrbdNI2U7bn5.Iz1DR3o0eU8EMfyJKUqDH5rSUfsQ6RPW6yc7eppy"], ["created_at", "2016-03-09 15:43:12.040650"], ["updated_at", "2016-03-09 15:43:12.040650"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Sapiente facere architecto qui nulla. Cum quasi ad quibusdam. Minus accusantium quas libero magni harum qui ullam."], ["summary", "Ut deserunt quo et tempora aut quaerat."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-09 15:43:12.046663"], ["updated_at", "2016-03-09 15:43:12.046663"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('anais@kertzmannhamill.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "anais@kertzmannhamill.com"], ["name", "Miss Jaclyn Breitenberg"], ["password_digest", "$2a$04$vuulpDHPAS/.y84dgxSxnukkLPvhnrgHKlqHpA43oilEjOFJ89QHO"], ["created_at", "2016-03-09 15:43:12.055473"], ["updated_at", "2016-03-09 15:43:12.055473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Quisquam consectetur sunt sit eum voluptates nisi. Velit nihil dicta nihil illo quia sint dolorum. A delectus at explicabo vel architecto."], ["summary", "Adipisci fugiat reiciendis nobis autem eos sed. Velit sunt voluptatem excepturi dolor assumenda."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-09 15:43:12.060235"], ["updated_at", "2016-03-09 15:43:12.060235"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trevor_white@streich.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trevor_white@streich.info"], ["name", "Vernon Windler"], ["password_digest", "$2a$04$CjPesytiqqtfwTB4VQjqHuo3B/40HNP30FMNmGXFae0OSXmFswDrG"], ["created_at", "2016-03-09 15:43:12.067396"], ["updated_at", "2016-03-09 15:43:12.067396"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Voluptas consequatur necessitatibus culpa voluptatem ducimus iure. Vero doloribus soluta deserunt minus consectetur cumque. Et esse pariatur velit."], ["summary", "Error in perspiciatis ullam. Sequi ut aut."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-09 15:43:12.072824"], ["updated_at", "2016-03-09 15:43:12.072824"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sophia.homenick@goyetteturner.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sophia.homenick@goyetteturner.info"], ["name", "Freddie Bashirian"], ["password_digest", "$2a$04$V3lDbRpDdR02l/msr1A8lu34r56mNVUKotJUp9TVS24q59hjVY8ZK"], ["created_at", "2016-03-09 15:43:12.079761"], ["updated_at", "2016-03-09 15:43:12.079761"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Magni ad sunt molestiae. Facilis vel aliquam veniam debitis aut. Minima mollitia aliquid modi laudantium accusantium. Et consequatur ut nihil est voluptatem."], ["summary", "Placeat et nisi. Optio sunt praesentium rem itaque voluptatem. Dolor dolorem occaecati facere qui."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-09 15:43:12.085370"], ["updated_at", "2016-03-09 15:43:12.085370"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sally@wisozk.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sally@wisozk.io"], ["name", "Mr. Vivianne Larkin"], ["password_digest", "$2a$04$ekIUFF5OHJmV0qwTbzA0QOorUd9gEhfA2/2ijUipbHxlHzGjHc/9G"], ["created_at", "2016-03-09 15:43:12.093280"], ["updated_at", "2016-03-09 15:43:12.093280"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Ipsum iure dolor ducimus. Non iste sint harum quasi omnis praesentium sequi. Numquam aperiam fugit cumque deleniti quasi est. Corrupti aut nisi ipsum sequi delectus."], ["summary", "Qui consequatur animi rerum autem veniam dolorum. Tempora impedit dicta asperiores."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-09 15:43:12.099963"], ["updated_at", "2016-03-09 15:43:12.099963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('malvina@hyatt.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "malvina@hyatt.io"], ["name", "Mrs. Ellsworth Legros"], ["password_digest", "$2a$04$0OElNUNhEGmrfEtwMvEBo.XOEWTpxKhJb5Aq00o97WRasPMJDk1.C"], ["created_at", "2016-03-09 15:43:12.107836"], ["updated_at", "2016-03-09 15:43:12.107836"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Impedit ex sint non voluptatem numquam reiciendis voluptatem. Ipsum quidem debitis et eius. Sed sint ut voluptatem sunt neque."], ["summary", "Rerum itaque iusto at consequatur libero. Modi nisi sint rerum. Quam fuga qui deleniti et quaerat qui ratione."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-09 15:43:12.112774"], ["updated_at", "2016-03-09 15:43:12.112774"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dorthy@lindtillman.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dorthy@lindtillman.io"], ["name", "Ron Carroll"], ["password_digest", "$2a$04$oh61CdAV8GrlVO/vkd0eBOH5PIQi3H5PwKFZ0Bu.PZc.K6Zhnz3Wy"], ["created_at", "2016-03-09 15:43:12.121886"], ["updated_at", "2016-03-09 15:43:12.121886"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Est placeat hic nulla sunt velit facilis. Quaerat aut vitae alias magni. Voluptatem quas rerum libero ad natus. Nobis aut dignissimos maxime et quasi eos ut."], ["summary", "Eius officiis natus ut distinctio necessitatibus voluptatem enim. Mollitia voluptatibus eveniet et et voluptatem dolores. Sit voluptate excepturi et eius rerum enim."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-09 15:43:12.126768"], ["updated_at", "2016-03-09 15:43:12.126768"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('else@turner.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "else@turner.name"], ["name", "Domenico Crooks"], ["password_digest", "$2a$04$h6WYbZ6K/1ep2yiLS1hT0uCMgRtysDPefcFx3DRz1ZpqY96uo9XiC"], ["created_at", "2016-03-09 15:43:12.165039"], ["updated_at", "2016-03-09 15:43:12.165039"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (2.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-09 15:43:12.196314"], ["updated_at", "2016-03-09 15:43:12.196314"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ro@barrowskozey.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ro@barrowskozey.biz"], ["name", "Justen Swaniawski"], ["password_digest", "$2a$04$ew71fgWaRbGlgjq/mTP8CuI6UI3maRB7dpHpz2J.dHD2snZ3k4yVq"], ["created_at", "2016-03-09 15:43:12.227347"], ["updated_at", "2016-03-09 15:43:12.227347"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Et quia voluptate. Reiciendis distinctio qui sit quam aut. Accusamus voluptatem ullam est consectetur.", "summary"=>"Quis qui ut rerum id."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-09 15:43:12.261932"], ["updated_at", "2016-03-09 15:43:12.261932"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Quidem repudiandae et aut qui ea. Voluptas autem voluptatem.", "summary"=>"Nulla voluptatem sit tenetur. Omnis beatae tenetur porro."}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 1.2ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gilbert.balistreri@parisianoconnell.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gilbert.balistreri@parisianoconnell.io"], ["name", "Elroy Dietrich"], ["password_digest", "$2a$04$P784jAOJKJ06oVJTbGELIutpi0HDPIfim4qNw9Mz0jaI6ZsHh008S"], ["created_at", "2016-03-09 15:43:12.292988"], ["updated_at", "2016-03-09 15:43:12.292988"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Modi itaque sunt ex sed quam. Cum et rerum et quia deserunt temporibus. Error similique unde.", "author_id"=>"32"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Modi itaque sunt ex sed quam. Cum et rerum et quia deserunt temporibus. Error similique unde."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-09 15:43:12.311185"], ["updated_at", "2016-03-09 15:43:12.311185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 17ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Doloribus eaque dolores ab non."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnathan@brakus.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johnathan@brakus.co"], ["name", "Jaquelin Shanahan DDS"], ["password_digest", "$2a$04$WrAkUDEyE28liAPw54H1g.lIjhDNtyxgGbhFiHhHEeYQ/JSB0.u2q"], ["created_at", "2016-03-09 15:43:12.361824"], ["updated_at", "2016-03-09 15:43:12.361824"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Ipsam dolor qui non blanditiis culpa sed corporis. Animi dolorem et illo enim sunt ex."], ["summary", "Est mollitia ut cupiditate natus eos molestias voluptatum. Molestiae consequatur sed."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-09 15:43:12.367430"], ["updated_at", "2016-03-09 15:43:12.367430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 3.8ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('desmond@windler.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "desmond@windler.io"], ["name", "Elva McGlynn"], ["password_digest", "$2a$04$d0Ggg4HHk0b29zKxJCfDyOhGTCBSeS7Ec42xz7Lzo6Jxgex2KcY8O"], ["created_at", "2016-03-09 15:43:12.398553"], ["updated_at", "2016-03-09 15:43:12.398553"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Exercitationem dignissimos at est nobis ullam sed laborum. Sint aperiam iste et ratione illo nemo. Qui non vero sapiente voluptatem debitis. Nobis provident eum minus modi."], ["summary", "Voluptate sint praesentium assumenda minima nesciunt nam. Ut atque sint ducimus reprehenderit molestiae iure temporibus. Accusamus sit libero distinctio."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-09 15:43:12.404669"], ["updated_at", "2016-03-09 15:43:12.404669"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.5ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-09 15:43:12.428429"], ["updated_at", "2016-03-09 15:43:12.428429"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abraham@wunsch.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abraham@wunsch.info"], ["name", "Concepcion Mills"], ["password_digest", "$2a$04$Rx5.WJ/wJXQBv7wIsLCqseQO309IitSZThDKdn1pbTthEcWPffYj2"], ["created_at", "2016-03-09 15:43:12.440049"], ["updated_at", "2016-03-09 15:43:12.440049"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Nihil voluptas at excepturi voluptas. Voluptate omnis aut dolores illo tempore omnis. Aut quia aut dolorum maiores rerum ut."], ["summary", "Similique velit sint amet est distinctio consequatur ipsum. Amet iusto repudiandae blanditiis voluptatem."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-09 15:43:12.445244"], ["updated_at", "2016-03-09 15:43:12.445244"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lawson_goyette@bernhardkuphal.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lawson_goyette@bernhardkuphal.com"], ["name", "Vena Mohr"], ["password_digest", "$2a$04$P5CKuHRvb.K879CJlZQ8xeAo1n.sUkvacZPP7wmlhUqK2XfAZMjWm"], ["created_at", "2016-03-09 15:43:12.471617"], ["updated_at", "2016-03-09 15:43:12.471617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Eos et sequi natus id voluptas consequatur aliquam. Rerum molestias perferendis accusantium quos qui id."], ["summary", "Rem tempore repudiandae harum sit voluptatem id velit. Et quod exercitationem aut quaerat. Ut cupiditate molestiae sit."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-09 15:43:12.476386"], ["updated_at", "2016-03-09 15:43:12.476386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-09 15:43:12.493510"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 17ms (ActiveRecord: 3.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('oma@hackettschimmel.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "oma@hackettschimmel.biz"], ["name", "Mrs. Angeline Heidenreich"], ["password_digest", "$2a$04$n5CwTW7SCn5JYpN4iMonmev8dnwNQNEk8/0jyBEV2G5gI/XFsRMHu"], ["created_at", "2016-03-09 15:43:12.515655"], ["updated_at", "2016-03-09 15:43:12.515655"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Perferendis voluptatem repellat sint voluptatibus qui aut. Iure amet nesciunt et est sapiente. Atque veritatis tenetur dignissimos aut doloremque. Rerum dolores nihil fugit provident neque."], ["summary", "In beatae impedit cupiditate reprehenderit."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-09 15:43:12.522255"], ["updated_at", "2016-03-09 15:43:12.522255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-09 15:43:12.536651"], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caesar@schinner.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caesar@schinner.info"], ["name", "Mariana Morar"], ["password_digest", "$2a$04$wyu8hRw4jpSGx4cX0OEVuejH9eF64HeZmzXt0sEqOlLJ0As714gGi"], ["created_at", "2016-03-09 15:43:12.557807"], ["updated_at", "2016-03-09 15:43:12.557807"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('macy@block.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "macy@block.net"], ["name", "Arely Ziemann I"], ["password_digest", "$2a$04$0vQF6fBEegT2CAw2qfxT2eHxLcnbQ7hHoHXa00hkrUzUf/IpUPlHG"], ["created_at", "2016-03-09 15:43:12.567730"], ["updated_at", "2016-03-09 15:43:12.567730"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Cumque aperiam et deserunt at delectus. Repellat ad fugiat placeat non saepe inventore expedita. Architecto nostrum adipisci."], ["summary", "Qui pariatur recusandae voluptatem."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-09 15:43:12.572437"], ["updated_at", "2016-03-09 15:43:12.572437"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-09 15:43:12.587063"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-09 15:43:12.608449"], ["updated_at", "2016-03-09 15:43:12.608449"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('valentina@mullerdach.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "valentina@mullerdach.co"], ["name", "Yasmeen Schuster"], ["password_digest", "$2a$04$6GdTWKLqcy5yQpSjhx1SKOxEgDfRkfNPw3lJQjwxEz7W7dybUp20W"], ["created_at", "2016-03-09 15:43:12.618166"], ["updated_at", "2016-03-09 15:43:12.618166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Tempora sequi laboriosam eum odit ipsam. Eos praesentium consequatur dolore voluptatem eligendi. Quo magni ut eaque perspiciatis. Minima corrupti velit blanditiis deleniti."], ["summary", "Delectus rem autem quia accusamus cumque. Aut nam voluptatem eaque suscipit accusamus. Itaque sint cumque est occaecati non veniam numquam."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-09 15:43:12.623957"], ["updated_at", "2016-03-09 15:43:12.623957"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.9ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-09 15:43:12.638968"], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Jasmin Dietrich IV"], ["password_digest", "$2a$04$KOAGJmnjylp8PHlxiLu8aO/gwwO3./ewGE.3YIDRGmDSCkcgvjIyy"], ["created_at", "2016-03-09 15:43:12.679104"], ["updated_at", "2016-03-09 15:43:12.679104"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mRB8tqk0eXpvTtNnJM04a.CgXFMprg5D3W2IYHKtDKV0t1o9Gdqfi"], ["updated_at", "2016-03-09 15:43:12.694043"], ["id", 41]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 30ms (ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-09 15:43:12.761522"], ["updated_at", "2016-03-09 15:43:12.761522"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-09 15:43:12.794452"], ["updated_at", "2016-03-09 15:43:12.794452"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-09 15:43:12.800134"], ["updated_at", "2016-03-09 15:43:12.800134"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-09 15:43:12.806231"], ["updated_at", "2016-03-09 15:43:12.806231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-09 15:43:12.811623"], ["updated_at", "2016-03-09 15:43:12.811623"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-09 15:43:12.819247"], ["updated_at", "2016-03-09 15:43:12.819247"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-09 15:43:12.825651"], ["updated_at", "2016-03-09 15:43:12.825651"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-09 15:43:12.831126"], ["updated_at", "2016-03-09 15:43:12.831126"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-09 15:43:12.837570"], ["updated_at", "2016-03-09 15:43:12.837570"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-09 15:43:12.842300"], ["updated_at", "2016-03-09 15:43:12.842300"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-09 15:43:12.847862"], ["updated_at", "2016-03-09 15:43:12.847862"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-09 15:43:12.854504"], ["updated_at", "2016-03-09 15:43:12.854504"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-09 15:43:12.861109"], ["updated_at", "2016-03-09 15:43:12.861109"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-09 15:43:12.866984"], ["updated_at", "2016-03-09 15:43:12.866984"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-09 15:43:12.874155"], ["updated_at", "2016-03-09 15:43:12.874155"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-09 15:43:12.879792"], ["updated_at", "2016-03-09 15:43:12.879792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-09 15:43:12.885294"], ["updated_at", "2016-03-09 15:43:12.885294"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-09 15:43:12.890244"], ["updated_at", "2016-03-09 15:43:12.890244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-09 15:43:12.895031"], ["updated_at", "2016-03-09 15:43:12.895031"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-09 15:43:12.900146"], ["updated_at", "2016-03-09 15:43:12.900146"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-09 15:43:12.905662"], ["updated_at", "2016-03-09 15:43:12.905662"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-09 15:43:12.911316"], ["updated_at", "2016-03-09 15:43:12.911316"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-09 15:43:12.916971"], ["updated_at", "2016-03-09 15:43:12.916971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-09 15:43:12.924311"], ["updated_at", "2016-03-09 15:43:12.924311"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-09 15:43:12.929792"], ["updated_at", "2016-03-09 15:43:12.929792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-09 15:43:12.935418"], ["updated_at", "2016-03-09 15:43:12.935418"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-09 15:43:12.940403"], ["updated_at", "2016-03-09 15:43:12.940403"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('broderick.mertz@gerlachhodkiewicz.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "broderick.mertz@gerlachhodkiewicz.co"], ["name", "Tommie Bailey"], ["password_digest", "$2a$04$4hqWDoSOQPdVkLqVxppfn.TpaiR544XWBTM8hB003cfLvZscIHhjO"], ["created_at", "2016-03-09 15:43:12.981729"], ["updated_at", "2016-03-09 15:43:12.981729"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-09 15:43:12.993757"], ["updated_at", "2016-03-09 15:43:12.993757"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 9ms (Views: 1.8ms | ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-09 15:43:13.038058"], ["updated_at", "2016-03-09 15:43:13.038058"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.8ms) Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-09 15:43:13.067007"], ["updated_at", "2016-03-09 15:43:13.067007"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-09 15:43:13.081519"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 14ms (ActiveRecord: 3.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-09 15:43:13.098377"], ["updated_at", "2016-03-09 15:43:13.098377"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-09 15:43:13.112035"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-09 15:43:13.133266"], ["updated_at", "2016-03-09 15:43:13.133266"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-09 15:43:13.162147"], ["updated_at", "2016-03-09 15:43:13.162147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nichole@kiehn.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nichole@kiehn.org"], ["name", "Miss Ila VonRueden"], ["password_digest", "$2a$04$fM/hu3/FN2VEzjKrh9mvmuNHoRRZGfIYoqduOj7Xwfan6/qjIuSoG"], ["created_at", "2016-03-09 15:43:13.196614"], ["updated_at", "2016-03-09 15:43:13.196614"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Et tempora quia dolorum molestiae nam cum. Et inventore consequatur delectus nostrum in."], ["summary", "Temporibus neque delectus sit ipsum tempore vero veritatis. Doloremque et nisi harum repudiandae necessitatibus dolorum itaque."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.203553"], ["updated_at", "2016-03-09 15:43:13.203553"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mohamed_hilpert@turnerkemmer.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mohamed_hilpert@turnerkemmer.co"], ["name", "Mina Daugherty"], ["password_digest", "$2a$04$brMhtH7Ww4gcd6b8.534fewg1/9obJ4P.wr.6ME5ImHC6pXKxlI4e"], ["created_at", "2016-03-09 15:43:13.211472"], ["updated_at", "2016-03-09 15:43:13.211472"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Esse est maxime et quia harum. Excepturi aliquid temporibus quo possimus. Ea fugit et. Modi impedit dolor."], ["summary", "Fugiat sed repellendus ipsum."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.217271"], ["updated_at", "2016-03-09 15:43:13.217271"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('domenick@wintheiserfisher.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "domenick@wintheiserfisher.org"], ["name", "Savion Gibson Jr."], ["password_digest", "$2a$04$FBtehWy9rUpQjDaBqKjQAeK25SeKPrwg.oBY3FyZyzKkipHrtWbDq"], ["created_at", "2016-03-09 15:43:13.226893"], ["updated_at", "2016-03-09 15:43:13.226893"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Similique officia iure possimus assumenda autem natus neque. Eos odio similique. Quis quaerat voluptas ratione accusantium. Voluptatem sit sit blanditiis aut ducimus."], ["summary", "Est cumque reiciendis sapiente vel molestiae nesciunt magni. Non rerum asperiores nobis voluptatibus tempore fugiat eaque. Blanditiis quo magnam."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-09 15:43:13.231799"], ["updated_at", "2016-03-09 15:43:13.231799"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:13.237750"], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('milo@durganjakubowski.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "milo@durganjakubowski.info"], ["name", "Keven Cummerata"], ["password_digest", "$2a$04$my3WCxUdK876b59gEPhkTOm1UAv6B92iKQpjcHK3dbhop9Oab4nhS"], ["created_at", "2016-03-09 15:43:13.273980"], ["updated_at", "2016-03-09 15:43:13.273980"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Autem et assumenda optio culpa vitae aliquam. Id commodi vero magnam odit ut. Nemo maxime minus officia veniam."], ["summary", "Rerum in aut. Nemo nulla corrupti nesciunt voluptas sint velit. Impedit veritatis nesciunt at vitae quaerat facere."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.278658"], ["updated_at", "2016-03-09 15:43:13.278658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christiana@heel.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christiana@heel.info"], ["name", "Braulio Ruecker Sr."], ["password_digest", "$2a$04$lxcRDlKOKude6Ly05CdHs.WeMTm9.UPoboy2Pp878MKg.ptjIhR6a"], ["created_at", "2016-03-09 15:43:13.286735"], ["updated_at", "2016-03-09 15:43:13.286735"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Minima autem sit exercitationem molestias sit. Aut error in explicabo. Quo non consequuntur et. Temporibus qui illo nemo dolor cumque voluptatem."], ["summary", "Animi quo incidunt. Molestiae iste possimus quod perspiciatis cum. Dolore nostrum nam."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.291975"], ["updated_at", "2016-03-09 15:43:13.291975"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kayli@hoppekeler.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kayli@hoppekeler.io"], ["name", "Misael Shanahan"], ["password_digest", "$2a$04$3z69N.PElP0kLsGEjMbb9OQx9URrHIhAnn4iAJbkdfrzQ7rq/PGm6"], ["created_at", "2016-03-09 15:43:13.301033"], ["updated_at", "2016-03-09 15:43:13.301033"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Inventore error neque consequuntur. Officia laborum quis labore ad molestiae enim. Explicabo id dolore debitis vero et et veritatis. Cupiditate voluptates quis porro."], ["summary", "Ut quisquam omnis quibusdam ad quia blanditiis. Neque deleniti nihil est."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.306743"], ["updated_at", "2016-03-09 15:43:13.306743"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('howell@feest.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "howell@feest.co"], ["name", "Dayton Kuhlman"], ["password_digest", "$2a$04$KotH68rHDyAIRXp6r87.bucsVr4kjUIhXcNdR9dD58tL7VyPRxZui"], ["created_at", "2016-03-09 15:43:13.314242"], ["updated_at", "2016-03-09 15:43:13.314242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Dolor est earum aut voluptatibus voluptatem ab. Vitae ex sed id quisquam ipsa nesciunt."], ["summary", "Aspernatur pariatur tempore molestiae sequi dolores."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.319863"], ["updated_at", "2016-03-09 15:43:13.319863"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ole@walker.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ole@walker.com"], ["name", "Kiana Stoltenberg"], ["password_digest", "$2a$04$XGyia8bXie9Qja8D15ET.u0eX9BkXsYlpZuETYShUv.p1uXlA.r/y"], ["created_at", "2016-03-09 15:43:13.330728"], ["updated_at", "2016-03-09 15:43:13.330728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Facere vel repellendus quia dolorem totam velit. Dicta necessitatibus incidunt optio. Quod nostrum sit sapiente nihil."], ["summary", "Error aut repellendus et ex aliquid fugiat. Facere pariatur molestiae accusamus aut nobis laudantium deserunt."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.336372"], ["updated_at", "2016-03-09 15:43:13.336372"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aurore@prosaccoreynolds.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aurore@prosaccoreynolds.name"], ["name", "Vanessa Cassin I"], ["password_digest", "$2a$04$JWCkr8vJFA0e9gWZNKUj9e.Ci3tEHY4rXISK7QLb34.0HHpc.cX3C"], ["created_at", "2016-03-09 15:43:13.344185"], ["updated_at", "2016-03-09 15:43:13.344185"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Repellat ratione non consectetur. Quidem cupiditate est at et nulla. Numquam ipsa tenetur. Minima doloribus sequi."], ["summary", "Quod laudantium perspiciatis modi fuga molestiae asperiores aut."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.350516"], ["updated_at", "2016-03-09 15:43:13.350516"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lincoln_bednar@padberg.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lincoln_bednar@padberg.co"], ["name", "Camden Kuhlman"], ["password_digest", "$2a$04$CK5LHkxSkfkPYgb51jOS/.I1K82mg.PpQ8F4rCC46n1LHSe1/CGD6"], ["created_at", "2016-03-09 15:43:13.357803"], ["updated_at", "2016-03-09 15:43:13.357803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Aperiam doloremque laudantium vel natus. Quo enim et nam iste neque quae."], ["summary", "Et non id hic ut suscipit. Porro aliquid molestiae amet ullam repellat animi."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.362713"], ["updated_at", "2016-03-09 15:43:13.362713"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magdalena@collier.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "magdalena@collier.org"], ["name", "Ms. Donnie Schneider"], ["password_digest", "$2a$04$t7mCZLnlMO7mFUxqhqt3CujjbxXM5xbqAyWY2PR.Gm/tfQSN/yYKe"], ["created_at", "2016-03-09 15:43:13.370455"], ["updated_at", "2016-03-09 15:43:13.370455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Tenetur deleniti ut. Rerum deleniti unde praesentium voluptate in fuga. Voluptatum est velit. Voluptatem possimus velit consequatur velit delectus."], ["summary", "Perspiciatis blanditiis deleniti maiores tenetur voluptate sed. Repellat voluptatem labore soluta nam. Et reiciendis tempore voluptatem ipsam quam fuga dignissimos."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.377004"], ["updated_at", "2016-03-09 15:43:13.377004"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shayna@wilkinson.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shayna@wilkinson.name"], ["name", "Allison Bruen III"], ["password_digest", "$2a$04$haS2tHhLK1F/gAhylS95QewHZcv6U3knSRCbNe3AN4Ycrwuips9Pu"], ["created_at", "2016-03-09 15:43:13.385295"], ["updated_at", "2016-03-09 15:43:13.385295"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Unde quam odio ut. Enim sint laboriosam sunt qui magni sed ut. Rerum iste amet aliquid in. Sed odit facere necessitatibus."], ["summary", "Molestiae voluptas sint rerum nisi. Corrupti vel sequi et sed ipsam. Sed magni molestias incidunt."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.390873"], ["updated_at", "2016-03-09 15:43:13.390873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sheila@schneider.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sheila@schneider.com"], ["name", "Carmella Nader III"], ["password_digest", "$2a$04$AEEMKTY/rIuKpYEz1Mz6luo39RdvcrBkrlbQ.HHnapNs9y7.ZloLO"], ["created_at", "2016-03-09 15:43:13.399235"], ["updated_at", "2016-03-09 15:43:13.399235"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Necessitatibus quo sint eius ipsa esse porro eum. Autem delectus molestias qui aut non tempore cumque. Eaque ad tenetur. Vel itaque qui numquam accusamus delectus."], ["summary", "Sunt error nam est ea eum. Atque facere quae quasi fugiat repudiandae."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.406515"], ["updated_at", "2016-03-09 15:43:13.406515"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leila@powlowskishields.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leila@powlowskishields.org"], ["name", "Baylee Konopelski"], ["password_digest", "$2a$04$X.RCA9qeor.gsU2Rxh9p7esBXiqTlhY/vz2Sfvpc5PwBIt7bHBGfK"], ["created_at", "2016-03-09 15:43:13.413732"], ["updated_at", "2016-03-09 15:43:13.413732"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Repellendus quasi in eos nulla ex. Sed soluta ut. Et vitae alias magni inventore. Alias fugiat qui ratione autem recusandae."], ["summary", "Ut aut rem. Tempora sunt ut. Sit nemo beatae ut atque sequi quaerat ut."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.418641"], ["updated_at", "2016-03-09 15:43:13.418641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dakota@abernathy.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dakota@abernathy.name"], ["name", "Roel Runte"], ["password_digest", "$2a$04$kGPpO5EjBPkjUaCMWBgBkOinyPwq9s07vuxwrubqBGP.hDioCTpH2"], ["created_at", "2016-03-09 15:43:13.442572"], ["updated_at", "2016-03-09 15:43:13.442572"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Eveniet qui quae culpa iste qui. Nostrum eveniet beatae odit culpa."], ["summary", "Nostrum autem magni. Quaerat consequatur soluta ad deleniti."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.450368"], ["updated_at", "2016-03-09 15:43:13.450368"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('malvina.hintz@rowegraham.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "malvina.hintz@rowegraham.io"], ["name", "Mervin Jacobi"], ["password_digest", "$2a$04$hETy8/.bLxQy178LJZhjM.v1NQLjPc7NfEany39b/6zIdJt5kE5ki"], ["created_at", "2016-03-09 15:43:13.476133"], ["updated_at", "2016-03-09 15:43:13.476133"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Nihil sint consequuntur et. Ad iste ullam dolor architecto."], ["summary", "In velit dolor et sit."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-09 15:43:13.481146"], ["updated_at", "2016-03-09 15:43:13.481146"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 4ms (ActiveRecord: 1.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-09 15:43:13.501865"], ["updated_at", "2016-03-09 15:43:13.501865"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 30ms (Views: 11.8ms | ActiveRecord: 2.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-09 15:43:13.549641"], ["updated_at", "2016-03-09 15:43:13.549641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enrique.greenfelder@kuvalis.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "enrique.greenfelder@kuvalis.biz"], ["name", "Kenton Johnson"], ["password_digest", "$2a$04$aB89rNaxI.E5fJP/wAE2/eV7W4gsTLC0aD0s8fwWvid9YY0om8hLC"], ["created_at", "2016-03-09 15:43:13.556245"], ["updated_at", "2016-03-09 15:43:13.556245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Omnis magnam animi ullam reprehenderit dolores autem aliquam. Possimus illo quasi. Dolor qui et accusamus impedit omnis. Voluptatem sunt dignissimos fugit non mollitia ut reiciendis."], ["summary", "Exercitationem provident eaque aut."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.576043"], ["updated_at", "2016-03-09 15:43:13.576043"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kacey.carter@nitzsche.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kacey.carter@nitzsche.info"], ["name", "Micaela Cummings"], ["password_digest", "$2a$04$X453/x/Tp.SQsGCme8VtxOS/uDrztIjT8tm7xH/8T8Kvoeu7wIJqy"], ["created_at", "2016-03-09 15:43:13.585890"], ["updated_at", "2016-03-09 15:43:13.585890"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Rem distinctio ad neque. Deleniti odio eos eveniet distinctio maiores. Suscipit in id nihil."], ["summary", "Sint omnis dolores laborum quibusdam repellendus."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.596508"], ["updated_at", "2016-03-09 15:43:13.596508"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eduardo.rohan@bode.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eduardo.rohan@bode.biz"], ["name", "August Baumbach"], ["password_digest", "$2a$04$JEQk9jx3LeMz3YOQQKoqGOUlCpCshBxybiGAEGWzfpJxe2pyJ2FiK"], ["created_at", "2016-03-09 15:43:13.606708"], ["updated_at", "2016-03-09 15:43:13.606708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Sed est incidunt ea. Et sint aut repellendus deleniti at incidunt."], ["summary", "Ea velit autem aut. Rerum temporibus repellat."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-09 15:43:13.625806"], ["updated_at", "2016-03-09 15:43:13.625806"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('america.rosenbaum@nienow.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "america.rosenbaum@nienow.com"], ["name", "Kellen Mohr Jr."], ["password_digest", "$2a$04$ITMpcf3HEaFyaVZchW8f2OSlodmoz1JW7.ZlhLq2WdQC6gT6nqzWS"], ["created_at", "2016-03-09 15:43:13.637077"], ["updated_at", "2016-03-09 15:43:13.637077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Ad culpa maiores qui illum fuga. Nihil aut suscipit. Animi aut odio cumque sit."], ["summary", "Odit aut vitae sunt qui dolorum quos. Ut eveniet veniam sint. Temporibus eos ut."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.642332"], ["updated_at", "2016-03-09 15:43:13.642332"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:13.648255"], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.8ms) Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-09 15:43:13.673634"], ["updated_at", "2016-03-09 15:43:13.673634"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dora_nitzsche@dickens.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dora_nitzsche@dickens.net"], ["name", "Benton Daniel"], ["password_digest", "$2a$04$j3HGk2IIa7/rJ7je2xxbTuvDjNJWDNshSrbIUIWQZI8e8hofkB1MO"], ["created_at", "2016-03-09 15:43:13.680280"], ["updated_at", "2016-03-09 15:43:13.680280"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Sapiente quo rem doloribus molestiae saepe non. Quia atque voluptatem aliquid debitis."], ["summary", "Quisquam qui quasi sit nesciunt distinctio. Eos unde sed aliquid. Qui ratione ipsam voluptatem cupiditate."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.689206"], ["updated_at", "2016-03-09 15:43:13.689206"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chaz_nicolas@corwincrooks.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chaz_nicolas@corwincrooks.com"], ["name", "Mr. Jennings Leuschke"], ["password_digest", "$2a$04$wh/biwyEQmNRBtQtd1FNs.KxVGWOjAbwLm7XJpxRWtLZJ/202Hmvq"], ["created_at", "2016-03-09 15:43:13.698266"], ["updated_at", "2016-03-09 15:43:13.698266"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "At accusamus qui aut provident corrupti accusantium. Qui eum quas minima ut provident sunt quibusdam. Temporibus tempore labore ut non optio. Odio dolore praesentium laborum ut vero."], ["summary", "Rem ea dolor delectus voluptas autem accusantium. Dolorem est consectetur odit dolorum dolore. Sint dolorem quia."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.707874"], ["updated_at", "2016-03-09 15:43:13.707874"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gunner@wehner.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gunner@wehner.io"], ["name", "Ellen Olson"], ["password_digest", "$2a$04$08gM/5tvZEmZDz3s4njT2O3cyZXmRer1SjSCf8TF7zrWonnc30K4."], ["created_at", "2016-03-09 15:43:13.715973"], ["updated_at", "2016-03-09 15:43:13.715973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Vero sed autem aliquid optio. Voluptatibus omnis officiis explicabo a in non."], ["summary", "Tempora vero repellendus qui aliquid. Consequatur nulla corrupti. Illo sed vitae ducimus nostrum in quis eos."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.727279"], ["updated_at", "2016-03-09 15:43:13.727279"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delia_nienow@waters.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delia_nienow@waters.org"], ["name", "Jaylin Connelly I"], ["password_digest", "$2a$04$sP8kPxkvjHpveXxOAYo2e.PsYgVuPTfVy7T3A7rrVUyLRXY1FgPDi"], ["created_at", "2016-03-09 15:43:13.735952"], ["updated_at", "2016-03-09 15:43:13.735952"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Ab dolores animi illo qui quisquam. Id et labore architecto quia consectetur. Omnis fugiat ut voluptatum consequuntur."], ["summary", "Libero molestias commodi ad nemo aliquid consequuntur non. Dolor libero non."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.744343"], ["updated_at", "2016-03-09 15:43:13.744343"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lori@ohara.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lori@ohara.net"], ["name", "Karelle Johns"], ["password_digest", "$2a$04$7RF0qJybxv7jRv0PDCezyumqmo4wJaAKdCvnjp/T0W.xmQuBV.yQu"], ["created_at", "2016-03-09 15:43:13.753694"], ["updated_at", "2016-03-09 15:43:13.753694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Neque eum natus repellat sed. Sequi voluptas nostrum necessitatibus sed voluptatibus. Autem similique est ut eum illum voluptas."], ["summary", "Vitae ea ut vel. Impedit non dolorum aut nobis et. Iste in natus cupiditate nemo."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.763938"], ["updated_at", "2016-03-09 15:43:13.763938"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresa@mueller.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresa@mueller.com"], ["name", "Novella Turcotte I"], ["password_digest", "$2a$04$SkjPTFqAnJO4N1JYcC5qcufUDNsDJPNRSwQxi6XqYzxkLW3s9TbW."], ["created_at", "2016-03-09 15:43:13.773965"], ["updated_at", "2016-03-09 15:43:13.773965"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Dolorem ut sit est est assumenda aut. Molestiae quisquam facilis necessitatibus odit in dignissimos corrupti. Quia praesentium itaque molestias distinctio eos porro natus. Ipsam laudantium ex rerum."], ["summary", "Et libero tenetur accusantium et aliquam soluta quis. Consectetur pariatur officia numquam. Sit ipsum voluptatum minus possimus."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.783004"], ["updated_at", "2016-03-09 15:43:13.783004"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tierra.balistreri@bergnaum.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tierra.balistreri@bergnaum.name"], ["name", "Nicklaus Collins"], ["password_digest", "$2a$04$tICPX4AyNs3UWBAxQGsJcuNrPvKJRDVvFD6oZbYvx1pAP1xyvA.Ja"], ["created_at", "2016-03-09 15:43:13.792154"], ["updated_at", "2016-03-09 15:43:13.792154"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Quaerat sed natus. Quia id ipsam iste sequi nesciunt."], ["summary", "Rerum commodi perspiciatis necessitatibus nisi quia. Dolor sapiente sint rem."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.801706"], ["updated_at", "2016-03-09 15:43:13.801706"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elvie@bahringer.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elvie@bahringer.co"], ["name", "Germaine Yost DDS"], ["password_digest", "$2a$04$lheTzTDTjRy/zTVNvP15P./gWxqgmIdxMs4siHc1qD2jwIrU9MP6m"], ["created_at", "2016-03-09 15:43:13.810799"], ["updated_at", "2016-03-09 15:43:13.810799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Voluptates error ullam et porro et eum. Quisquam ratione qui in. Dolor qui placeat."], ["summary", "Voluptatem minus possimus eligendi sunt et voluptate incidunt."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.820229"], ["updated_at", "2016-03-09 15:43:13.820229"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leonardo@schaeferboyer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leonardo@schaeferboyer.biz"], ["name", "Mrs. Stuart Shanahan"], ["password_digest", "$2a$04$keftGpN.jIrs.t6l9mnYo.rclFIRLlBr9hHlCrsNuusva.IlSdd2m"], ["created_at", "2016-03-09 15:43:13.829182"], ["updated_at", "2016-03-09 15:43:13.829182"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Quia iure a sit aut ut. Eos et quisquam in. Reiciendis cupiditate autem eligendi."], ["summary", "Ratione est adipisci. Dolore pariatur voluptatem vel id. Iure nihil dolorum deserunt."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.837901"], ["updated_at", "2016-03-09 15:43:13.837901"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('antoinette.mraz@collierblock.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "antoinette.mraz@collierblock.net"], ["name", "Berta Kshlerin"], ["password_digest", "$2a$04$YMw1BtCx/mA0KaNhhmjO4OwpRmbykYyQ6DLMAMmcuPYXTnr6YDvd."], ["created_at", "2016-03-09 15:43:13.846852"], ["updated_at", "2016-03-09 15:43:13.846852"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Et quia et ea inventore voluptas. Rerum est provident explicabo rem voluptatem voluptatum. Voluptatum exercitationem occaecati hic culpa. Maiores vel ea."], ["summary", "Esse occaecati aut exercitationem rerum."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.855442"], ["updated_at", "2016-03-09 15:43:13.855442"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dannie_balistreri@baileymitchell.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dannie_balistreri@baileymitchell.co"], ["name", "Brycen Reynolds"], ["password_digest", "$2a$04$Gmv./p1UhnURIkwfH4cKFuOI.zgb/B2XHadYJAqjJVJcD44hZ7GbG"], ["created_at", "2016-03-09 15:43:13.864602"], ["updated_at", "2016-03-09 15:43:13.864602"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Modi repellendus dolor. Et cum et sapiente omnis veniam itaque. Placeat dolor consequatur voluptatem molestiae itaque earum. Occaecati provident molestiae aut ab reiciendis."], ["summary", "Repellendus repudiandae nulla quisquam sint. Dignissimos ea et placeat numquam sint debitis tempora. Quisquam eum dolorem dignissimos omnis."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.873793"], ["updated_at", "2016-03-09 15:43:13.873793"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.9ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sylvan@turcotte.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sylvan@turcotte.name"], ["name", "Dana Schultz"], ["password_digest", "$2a$04$cLVZ1qLqzaYksQlwS73XzOUGKCgiXVtj0kB3z6CauwL1qTiN7ajo2"], ["created_at", "2016-03-09 15:43:13.897020"], ["updated_at", "2016-03-09 15:43:13.897020"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:13 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (12.3ms) Completed 200 OK in 439ms (Views: 438.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sylvan@turcotte.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "sylvan@turcotte.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$30OY0aOUgCS3gudndqYk/emBGQPRkZYwf98rP.tAb69H/se63KbXm"], ["updated_at", "2016-03-09 15:43:14.384939"], ["id", 74]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.2ms) Completed 200 OK in 73ms (Views: 70.2ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('neil.romaguera@conroy.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "neil.romaguera@conroy.name"], ["name", "Amira Torp"], ["password_digest", "$2a$04$dXqVyd61QOnnhyGvy8G/yuFerr7lctyRkVhvMKdLA8ympEU3g5cyW"], ["created_at", "2016-03-09 15:43:14.470125"], ["updated_at", "2016-03-09 15:43:14.470125"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Iure aliquid voluptatem nulla porro ut voluptas sapiente. Ea totam sint iste. Vitae aut est temporibus rerum sunt. Enim reiciendis recusandae quas est porro delectus architecto."], ["summary", "Deleniti ut cum. Corporis suscipit ut rerum aut at delectus."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-09 15:43:14.475071"], ["updated_at", "2016-03-09 15:43:14.475071"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.0ms) Completed 200 OK in 42ms (Views: 37.8ms | ActiveRecord: 3.0ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('barrett@farrell.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "barrett@farrell.name"], ["name", "Eve Feeney"], ["password_digest", "$2a$04$qzMyHX7TkejR68xG9dPRa.T/CVui5ISDJwDoR8znucP1CR7nBEZUW"], ["created_at", "2016-03-09 15:43:14.538282"], ["updated_at", "2016-03-09 15:43:14.538282"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"barrett@farrell.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "barrett@farrell.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$z27fx0zLsQcIeN5QdSqFQONGqICCAQzZCSQ8G8yGQOa0nr.xKVnYa"], ["updated_at", "2016-03-09 15:43:14.570111"], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.3ms) Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('florence@lehnerpowlowski.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "florence@lehnerpowlowski.com"], ["name", "Beaulah Cremin"], ["password_digest", "$2a$04$idIy4a9MP5eEEcxKUudf3OdDEALVtIMh/incFL8pq75NyRGDlJMi."], ["created_at", "2016-03-09 15:43:14.609383"], ["updated_at", "2016-03-09 15:43:14.609383"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Iusto placeat voluptas sunt. Doloremque sed est at ab quod aspernatur a."], ["summary", "Quae consectetur quidem dolor dolores."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-09 15:43:14.614654"], ["updated_at", "2016-03-09 15:43:14.614654"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rose@wilderman.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rose@wilderman.com"], ["name", "Junius Powlowski"], ["password_digest", "$2a$04$c79/XdPcwRw8utmxIbl2keNBz8BBbe.laYNJE8F4AcLXUQBjWUU5."], ["created_at", "2016-03-09 15:43:14.622081"], ["updated_at", "2016-03-09 15:43:14.622081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Provident cum eligendi commodi vel autem omnis. Quod enim saepe."], ["summary", "Cupiditate enim et ipsum ad eum eum."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-09 15:43:14.627003"], ["updated_at", "2016-03-09 15:43:14.627003"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('esta.ortiz@schmitt.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "esta.ortiz@schmitt.com"], ["name", "Mrs. Rollin Simonis"], ["password_digest", "$2a$04$LM389gK1hBOaumj4PjOXg.8P7ufWqWBY/4Vu3vdFnjzuS7IEx41MO"], ["created_at", "2016-03-09 15:43:14.633819"], ["updated_at", "2016-03-09 15:43:14.633819"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Ipsa aliquid iste dolor quaerat sunt id. Consequuntur quam cupiditate laboriosam."], ["summary", "Molestias et rerum blanditiis."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-09 15:43:14.639234"], ["updated_at", "2016-03-09 15:43:14.639234"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('manley@hermanward.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "manley@hermanward.biz"], ["name", "Antonina Christiansen"], ["password_digest", "$2a$04$IWjui1rI0VhyeOXb56rEU.RLUzvwH9DdzZNysXaO9iYuzFvlr3XwC"], ["created_at", "2016-03-09 15:43:14.646087"], ["updated_at", "2016-03-09 15:43:14.646087"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Aspernatur commodi corrupti sed est. Ut et voluptatem illo error reprehenderit."], ["summary", "Provident similique vel qui. Cupiditate ad iure rem."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-09 15:43:14.650936"], ["updated_at", "2016-03-09 15:43:14.650936"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joan@wiegandwaelchi.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joan@wiegandwaelchi.org"], ["name", "Nella Herzog"], ["password_digest", "$2a$04$LnipGZhCbBbSAyQbv5KuBe7XA4NLjWW3kg6nSzulB9UoBqZSkto3y"], ["created_at", "2016-03-09 15:43:14.658408"], ["updated_at", "2016-03-09 15:43:14.658408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Consectetur quasi reiciendis maiores et molestiae dolorem veritatis. Autem error illo earum minus."], ["summary", "A necessitatibus ut quam voluptatem id."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-09 15:43:14.663053"], ["updated_at", "2016-03-09 15:43:14.663053"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sean@gleichner.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sean@gleichner.biz"], ["name", "Rosemarie Champlin IV"], ["password_digest", "$2a$04$6S6EZZlgzKCWxdcDxBMFbuI4V8Ri3IsWHjaOWIlagLY.vHH0MeCkK"], ["created_at", "2016-03-09 15:43:14.669627"], ["updated_at", "2016-03-09 15:43:14.669627"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Et optio labore velit. In aliquam soluta deleniti. Earum quo eaque in."], ["summary", "Rerum ut quidem similique pariatur ratione harum. Qui eos repellat."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-09 15:43:14.674096"], ["updated_at", "2016-03-09 15:43:14.674096"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sheila@bradtkelarson.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sheila@bradtkelarson.name"], ["name", "Quincy Sauer"], ["password_digest", "$2a$04$yaL1cdmHkymZovKnAA45SOKlZVfiLoCXbRSk8CessAVr7LABPoVZS"], ["created_at", "2016-03-09 15:43:14.680403"], ["updated_at", "2016-03-09 15:43:14.680403"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Id voluptates numquam fuga exercitationem eligendi repellendus iure. Quia harum perspiciatis. Et dignissimos placeat laborum optio."], ["summary", "Quia nulla non sapiente. Quia quis doloremque laborum tempora possimus aut."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-09 15:43:14.684870"], ["updated_at", "2016-03-09 15:43:14.684870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arthur@townereynolds.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arthur@townereynolds.io"], ["name", "Neha Kuhlman"], ["password_digest", "$2a$04$/BLJ3v3vzDv3SYuXP1LoPOpJQOkNNKE2y3ekWj6NpEhUmkFFxYVFG"], ["created_at", "2016-03-09 15:43:14.691353"], ["updated_at", "2016-03-09 15:43:14.691353"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Odio impedit nisi ex. Harum consequatur excepturi nesciunt quae at ipsum non. Quo accusamus dicta libero minus."], ["summary", "Velit delectus porro eaque rerum."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-09 15:43:14.696538"], ["updated_at", "2016-03-09 15:43:14.696538"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('grant@lang.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "grant@lang.co"], ["name", "Marley Jacobi"], ["password_digest", "$2a$04$sVqGZpt3HPWB5pnxYQrtT.bGCzYfNIwsKb7N5nzJ8T4UQQCIbO10O"], ["created_at", "2016-03-09 15:43:14.703307"], ["updated_at", "2016-03-09 15:43:14.703307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Fugiat ea sunt et. Necessitatibus impedit quis et quam quos. Voluptatum voluptatem maxime quaerat in aut."], ["summary", "Enim nulla exercitationem aut quos id."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-09 15:43:14.707687"], ["updated_at", "2016-03-09 15:43:14.707687"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garnet@dubuqueromaguera.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garnet@dubuqueromaguera.io"], ["name", "Ozella Ondricka"], ["password_digest", "$2a$04$.HRYqKcLh7dTDZ9zmvz03OuofgpnIMedwhlbNfZFrjnj2agmbbkoi"], ["created_at", "2016-03-09 15:43:14.714796"], ["updated_at", "2016-03-09 15:43:14.714796"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Autem quibusdam corrupti minus. Id exercitationem quis cumque maiores accusamus atque odit. Ullam cum dolorem quae illum hic voluptatem odio."], ["summary", "Eius odio sint dolorum tenetur placeat."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-09 15:43:14.719410"], ["updated_at", "2016-03-09 15:43:14.719410"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aliza@dickinson.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aliza@dickinson.name"], ["name", "Remington Collins"], ["password_digest", "$2a$04$AquL.QQBQovaG783pMnfrue1aXhCjJYtMKQF3J9a0kf6ApqiIMYei"], ["created_at", "2016-03-09 15:43:14.727456"], ["updated_at", "2016-03-09 15:43:14.727456"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Est blanditiis voluptatem ipsa ducimus labore quia suscipit. Eos qui odio ipsam."], ["summary", "Est voluptatum qui explicabo voluptatem iste illum sed. Aut sint ut enim facilis vitae alias totam. Quis sit expedita iusto dicta non ipsam."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-09 15:43:14.733098"], ["updated_at", "2016-03-09 15:43:14.733098"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kelsi@grady.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kelsi@grady.org"], ["name", "Joelle Prohaska"], ["password_digest", "$2a$04$HawUR8anFrrIXwz/fw81VOmI/EuL3JN0Jh3JJtyn8gfSJqx8IVXfi"], ["created_at", "2016-03-09 15:43:14.741029"], ["updated_at", "2016-03-09 15:43:14.741029"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Iusto quos quod voluptatem non quisquam et dignissimos. Tempore et laboriosam ratione non rerum earum nihil."], ["summary", "Rem ea eligendi labore sunt praesentium quibusdam nihil."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-09 15:43:14.745562"], ["updated_at", "2016-03-09 15:43:14.745562"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ryley@grimeswyman.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ryley@grimeswyman.io"], ["name", "Burnice Pouros"], ["password_digest", "$2a$04$/veIpEoE96EjgLtkBdjpjuf8u/TvtnuZHPNxS2y2yVWQEqItYqRtq"], ["created_at", "2016-03-09 15:43:14.753103"], ["updated_at", "2016-03-09 15:43:14.753103"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Dolorem dolore totam aliquid veniam necessitatibus voluptatem. Eveniet et esse et eos a eius rerum. Error ut non at distinctio. Corrupti illo nobis nihil aperiam earum consequatur."], ["summary", "Corporis sint quaerat omnis esse reprehenderit. Laborum sunt velit dolorem."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-09 15:43:14.757557"], ["updated_at", "2016-03-09 15:43:14.757557"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kirstin.denesik@hegmann.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kirstin.denesik@hegmann.net"], ["name", "Cassie Tromp"], ["password_digest", "$2a$04$NY2s2tzgaEfMtKGjntECru6YSMrR0ayXLSuqUTHb.VQHkCuUX0Dv2"], ["created_at", "2016-03-09 15:43:14.765483"], ["updated_at", "2016-03-09 15:43:14.765483"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Ut necessitatibus voluptatum. Voluptatibus delectus et minus."], ["summary", "Impedit id ratione sit aperiam nisi ut. Magnam dolorem saepe deserunt. Ratione enim ea sint."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-09 15:43:14.772979"], ["updated_at", "2016-03-09 15:43:14.772979"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cary_kling@kihnbraun.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cary_kling@kihnbraun.info"], ["name", "Miss Clara Ullrich"], ["password_digest", "$2a$04$COT2Dz1SnIaK1f0OsYOmq.9clYdn/Vpf1WpzTk/Bi63f5bq.f8ltW"], ["created_at", "2016-03-09 15:43:14.782752"], ["updated_at", "2016-03-09 15:43:14.782752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Nihil vel cum. Laborum cum voluptatum dolorem rem qui quo sint. Quasi voluptatibus ratione enim officiis. Rerum ducimus laudantium excepturi aut et itaque."], ["summary", "Aut tenetur quas."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-09 15:43:14.789063"], ["updated_at", "2016-03-09 15:43:14.789063"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katelynn_farrell@schultz.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "katelynn_farrell@schultz.org"], ["name", "Ruth Anderson"], ["password_digest", "$2a$04$GBNfztJbIjKclu00gqeJLegXCAZoKBV9QQjBwW9rmM5LZNSV3jDFS"], ["created_at", "2016-03-09 15:43:14.797202"], ["updated_at", "2016-03-09 15:43:14.797202"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Est repudiandae minima. Aut vero nesciunt assumenda et molestias impedit. Optio tempora omnis nihil. Mollitia maxime provident alias."], ["summary", "Qui culpa sint nemo fuga aliquam. Ad neque a ipsa sunt dolorem repellat. Minus commodi debitis est et delectus provident."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-09 15:43:14.803187"], ["updated_at", "2016-03-09 15:43:14.803187"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('drew@jakubowskiolson.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "drew@jakubowskiolson.info"], ["name", "Miss Mable Reynolds"], ["password_digest", "$2a$04$eK87hj0HIneb9.Wff4rB5ukp0i.s.kKnrrO1C3pi1d0Sr1SkzpoYy"], ["created_at", "2016-03-09 15:43:14.811450"], ["updated_at", "2016-03-09 15:43:14.811450"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Cupiditate est illum labore exercitationem. Tempora aliquid fuga possimus porro iure vel. Alias explicabo dolorum amet. Fugiat nobis et dolor in nemo et quidem."], ["summary", "Eligendi minus voluptatum excepturi commodi."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-09 15:43:14.817742"], ["updated_at", "2016-03-09 15:43:14.817742"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('giuseppe_stanton@sipes.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "giuseppe_stanton@sipes.co"], ["name", "Ursula Hackett IV"], ["password_digest", "$2a$04$TbnyFM3/kde920qCIYVWGOu0cO1STOIVJhAdr95IJQ7mippO9MdBq"], ["created_at", "2016-03-09 15:43:14.827026"], ["updated_at", "2016-03-09 15:43:14.827026"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Eum ut quam qui eos sunt. Soluta ut rerum dolor qui. Sit sed culpa. Ipsa et doloremque."], ["summary", "Suscipit repellendus aperiam sit quas sunt. Facere natus ut quam maiores voluptatem debitis eum."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-09 15:43:14.833897"], ["updated_at", "2016-03-09 15:43:14.833897"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nikko.skiles@hackett.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nikko.skiles@hackett.net"], ["name", "Jocelyn Prosacco"], ["password_digest", "$2a$04$tyOh6of2O/5EQPhd25hW2u5D1zt2XDrtszwnnfsKlhNEuyhqg5jri"], ["created_at", "2016-03-09 15:43:14.844255"], ["updated_at", "2016-03-09 15:43:14.844255"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Consequuntur atque ex quaerat. Est fugiat sit. Quibusdam reprehenderit quis. Fugit qui qui dolorum dolor."], ["summary", "Ea commodi perferendis ipsa ut voluptatum pariatur omnis. Quisquam vel ipsam numquam error."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-09 15:43:14.849676"], ["updated_at", "2016-03-09 15:43:14.849676"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('glenda.pollich@daughertycain.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "glenda.pollich@daughertycain.biz"], ["name", "Mrs. Flo Schimmel"], ["password_digest", "$2a$04$iZthX39Y3UQUQYU7ZZjosOn7KJlNaJzw5VxqFRfsaErJTHbQ/vb6S"], ["created_at", "2016-03-09 15:43:14.858653"], ["updated_at", "2016-03-09 15:43:14.858653"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Eveniet sit autem porro recusandae qui quia. Doloremque laudantium possimus ullam autem accusantium aperiam cumque. Ut voluptas nesciunt quia. Voluptatem architecto molestias quisquam omnis."], ["summary", "Distinctio assumenda qui. Excepturi aut et tempora."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-09 15:43:14.864971"], ["updated_at", "2016-03-09 15:43:14.864971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeanie.kilback@hilpert.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeanie.kilback@hilpert.com"], ["name", "Nestor Jacobs"], ["password_digest", "$2a$04$rpfiOSnJEg/tJktqhhhcGe7CWScQxCnFdUZg8hU6znTzxKF.oE3IC"], ["created_at", "2016-03-09 15:43:14.875416"], ["updated_at", "2016-03-09 15:43:14.875416"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "At est voluptas molestiae cupiditate omnis. Quia ut numquam deserunt nemo voluptatem."], ["summary", "Accusamus cupiditate maxime dicta voluptas deserunt earum aut. Ad maiores nesciunt natus et quo totam. At quis et optio dolorum et."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-09 15:43:14.889942"], ["updated_at", "2016-03-09 15:43:14.889942"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leopoldo_schuster@moenbailey.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leopoldo_schuster@moenbailey.co"], ["name", "Dr. Rozella Thompson"], ["password_digest", "$2a$04$jY5twsdtYcpRfT/7Z242VeR5XfasXBDWnBDC2BIGPTfSAEHRrCDw2"], ["created_at", "2016-03-09 15:43:14.897843"], ["updated_at", "2016-03-09 15:43:14.897843"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Qui et accusantium ea dolore necessitatibus quos. Est ut non reprehenderit et. Dolores quis ea earum impedit provident et."], ["summary", "Et est quidem pariatur."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-09 15:43:14.902650"], ["updated_at", "2016-03-09 15:43:14.902650"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verlie@dickinsonluettgen.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verlie@dickinsonluettgen.io"], ["name", "Dr. Antonetta Boyle"], ["password_digest", "$2a$04$sJh8qSxnd2qwsRmxjD00I.zTFW2wNbcUFZEPg8Idc15L8yPgh/L1S"], ["created_at", "2016-03-09 15:43:14.909838"], ["updated_at", "2016-03-09 15:43:14.909838"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Et repudiandae omnis eos suscipit ipsum et sunt. Esse eum repudiandae et vel. Tempora non earum sit dicta aliquid aliquam. Vel quisquam numquam."], ["summary", "Expedita a id est sed et at id."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-09 15:43:14.915159"], ["updated_at", "2016-03-09 15:43:14.915159"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reanna@schoen.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reanna@schoen.info"], ["name", "Hilton Blick"], ["password_digest", "$2a$04$QFxREm/T6ZaO6CoY33r59eiKQM1MpS/pgsmakxyJgv6X3PPENATJK"], ["created_at", "2016-03-09 15:43:14.922740"], ["updated_at", "2016-03-09 15:43:14.922740"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ratione porro perferendis sunt dolores. Repellat quisquam dolore voluptate. Consequuntur qui deleniti sed omnis aliquam culpa autem. Eos similique autem beatae harum illo placeat minima."], ["summary", "Expedita est perferendis aperiam. Ut quia quas enim magni adipisci."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-09 15:43:14.927956"], ["updated_at", "2016-03-09 15:43:14.927956"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lacey@schamberger.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lacey@schamberger.info"], ["name", "Miss Penelope Kreiger"], ["password_digest", "$2a$04$hUc7NLL4CmW1ZX4REE7wPemSP0k5g.3mYpLwI0.kjrpJOHH5m/dTK"], ["created_at", "2016-03-09 15:43:14.935626"], ["updated_at", "2016-03-09 15:43:14.935626"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Non minus velit quae voluptas ipsum iste. Minima dolores enim. Sed rerum fuga enim iure odit sint. Deleniti magnam voluptates dolorem enim aspernatur."], ["summary", "Explicabo qui non hic dolorum. Distinctio delectus magni. Fugiat velit repellendus."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-09 15:43:14.940833"], ["updated_at", "2016-03-09 15:43:14.940833"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('freda_mayer@hammeszemlak.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "freda_mayer@hammeszemlak.com"], ["name", "Mr. Ellen Schultz"], ["password_digest", "$2a$04$gsqDioA3ItLxYsOaDnf.BuhA5nFgKegYhkQjpChzkWzVMCNN2K8e."], ["created_at", "2016-03-09 15:43:14.948983"], ["updated_at", "2016-03-09 15:43:14.948983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Et omnis molestias. Perspiciatis qui iusto dolores blanditiis. Odio non aliquid repellendus."], ["summary", "Hic et omnis."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-09 15:43:14.955295"], ["updated_at", "2016-03-09 15:43:14.955295"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (250.8ms) Completed 200 OK in 270ms (Views: 244.0ms | ActiveRecord: 24.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (31.8ms) Completed 200 OK in 63ms (Views: 58.4ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ewell_nienow@bednar.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ewell_nienow@bednar.io"], ["name", "Kristoffer Pollich"], ["password_digest", "$2a$04$VVVokdjDlKil2VEa072ISOAH4amirmRRyRLytS4SPjxK/R0CHiZXu"], ["created_at", "2016-03-09 15:43:15.326144"], ["updated_at", "2016-03-09 15:43:15.326144"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ewell_nienow@bednar.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ewell_nienow@bednar.io"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1zSwiqLjngkBxz8pNDITJuQ9e7RnAcwgLDzBcl2wnW0gJUzBUbuze"], ["updated_at", "2016-03-09 15:43:15.357573"], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eliane@sawayn.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eliane@sawayn.com"], ["name", "Scot Langosh IV"], ["password_digest", "$2a$04$Lf10sn96/fi4AlYBNbgFh.M59P/NeIKM4kTALcHc/XNOoz7zq1hEi"], ["created_at", "2016-03-09 15:43:15.395045"], ["updated_at", "2016-03-09 15:43:15.395045"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Amet aspernatur libero. Consequatur quia minus eligendi quasi pariatur consequuntur. Et omnis quia molestias. Eveniet provident et in."], ["summary", "Corporis quas eaque quo aliquam labore. Qui qui quaerat eligendi exercitationem veniam molestiae et."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-09 15:43:15.399888"], ["updated_at", "2016-03-09 15:43:15.399888"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aisha_adams@blockhayes.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aisha_adams@blockhayes.biz"], ["name", "Mrs. Melvin Swift"], ["password_digest", "$2a$04$sPHUALq56mHc..mo9FZcOeB7mMt0lwzPEN/PeR4005PyOqzqP0zv2"], ["created_at", "2016-03-09 15:43:15.408267"], ["updated_at", "2016-03-09 15:43:15.408267"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Odit suscipit maiores voluptas est. Non similique modi."], ["summary", "Doloremque ab ea vitae. Delectus ex aliquam. Neque totam natus ut aperiam."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-09 15:43:15.412955"], ["updated_at", "2016-03-09 15:43:15.412955"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lilla@lang.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lilla@lang.name"], ["name", "Raegan Bechtelar"], ["password_digest", "$2a$04$t0t85HWD7NAV5bFusJFMVOcXhQ0ZjS8Y6y3vlsvKKYJST6Y.i0qCi"], ["created_at", "2016-03-09 15:43:15.419045"], ["updated_at", "2016-03-09 15:43:15.419045"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Tempora aliquam aut asperiores autem. Ipsum est eos voluptas ipsa hic. In et non maiores enim veniam quos. Eius pariatur in corporis animi dolore."], ["summary", "Neque iste amet officiis. Doloremque a quis tempora delectus."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-09 15:43:15.423639"], ["updated_at", "2016-03-09 15:43:15.423639"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eulalia@ernser.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eulalia@ernser.name"], ["name", "Enid Cartwright"], ["password_digest", "$2a$04$3I9o5.5cpSZCcJePtzwKzOVc5QZpmqWTw1XmXPdNcTd1i9V3r0zpa"], ["created_at", "2016-03-09 15:43:15.430168"], ["updated_at", "2016-03-09 15:43:15.430168"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Doloribus tenetur exercitationem. A et ipsam quia dolores quia facere. Rerum laborum quia in sed consequatur repellat."], ["summary", "Quia eveniet suscipit delectus rerum perferendis maxime ut. Non molestiae iusto earum. Sit perferendis et."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-09 15:43:15.433963"], ["updated_at", "2016-03-09 15:43:15.433963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hulda_grimes@prohaska.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hulda_grimes@prohaska.name"], ["name", "Ms. Dax Stehr"], ["password_digest", "$2a$04$3RAjDII4SPvX1moIT3SusOSgVlKe6fH2QnassRBvKuSjlL3XLgoRa"], ["created_at", "2016-03-09 15:43:15.440603"], ["updated_at", "2016-03-09 15:43:15.440603"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Aliquid modi sed ullam tenetur ut. Minus neque quo consequatur debitis sit. Recusandae fugiat earum suscipit doloremque."], ["summary", "Quam unde deleniti."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-09 15:43:15.445529"], ["updated_at", "2016-03-09 15:43:15.445529"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nakia.hansen@stamm.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nakia.hansen@stamm.com"], ["name", "Noble Hahn"], ["password_digest", "$2a$04$Z62KDevn47coBRQkF6LhUOlHIxEjcnyCBIMlfMERLmxEA8dCZJHU2"], ["created_at", "2016-03-09 15:43:15.451953"], ["updated_at", "2016-03-09 15:43:15.451953"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Maxime deleniti perspiciatis soluta nesciunt consectetur numquam. Corporis dolor doloremque aliquam aperiam ut. Et dicta ut vel et aspernatur. Occaecati ab aut consequuntur ut quod deleniti in."], ["summary", "Autem labore consequatur commodi accusamus libero. Possimus in illum distinctio nesciunt id est."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-09 15:43:15.456384"], ["updated_at", "2016-03-09 15:43:15.456384"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leilani@wintheiser.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leilani@wintheiser.info"], ["name", "Landen Jacobson"], ["password_digest", "$2a$04$sY7D.CYBGVqA7bWKxZ3aT.MEMBFbkOkHM0RjzvoORQYX6Z8mH7rRu"], ["created_at", "2016-03-09 15:43:15.462355"], ["updated_at", "2016-03-09 15:43:15.462355"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Deserunt facere laudantium ullam architecto sint. Voluptatem eum aut velit."], ["summary", "Harum et culpa."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-09 15:43:15.466702"], ["updated_at", "2016-03-09 15:43:15.466702"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaitlyn_rohan@swift.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaitlyn_rohan@swift.name"], ["name", "Wayne Braun"], ["password_digest", "$2a$04$UkisoHqd9LDcBiLLcaxoPuAuo5Z7wTiqONF254jSo4XStP8InK/nq"], ["created_at", "2016-03-09 15:43:15.472982"], ["updated_at", "2016-03-09 15:43:15.472982"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Ut necessitatibus cum. Nobis non similique quia fugiat ut."], ["summary", "Mollitia commodi dolores ullam rem vel explicabo eos. Est deserunt distinctio et. Et id saepe."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-09 15:43:15.477189"], ["updated_at", "2016-03-09 15:43:15.477189"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aunta@raynor.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aunta@raynor.info"], ["name", "Bonita Rutherford"], ["password_digest", "$2a$04$9M2gOCkHM7X02sy.D687ueByy2j7R7VqeeFDFAfsRPgaROHR3m0sC"], ["created_at", "2016-03-09 15:43:15.483788"], ["updated_at", "2016-03-09 15:43:15.483788"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Soluta aut officia suscipit impedit. Quo optio qui. Provident totam occaecati et similique ipsa dolor velit."], ["summary", "Id magnam neque totam delectus voluptate et officia. Velit eum ipsam exercitationem atque."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-09 15:43:15.488088"], ["updated_at", "2016-03-09 15:43:15.488088"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zula@kirlin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zula@kirlin.org"], ["name", "Dimitri Hansen"], ["password_digest", "$2a$04$iUAEgQgMbDXAmY1FtkZN8OSpU5xlM01CSYZdJj7RODRnil5XBIl0u"], ["created_at", "2016-03-09 15:43:15.494717"], ["updated_at", "2016-03-09 15:43:15.494717"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Dignissimos voluptas molestiae eligendi. Aut eligendi dicta suscipit. Quo qui qui dolor est mollitia adipisci."], ["summary", "Et doloremque quo ipsam. Delectus facere fugit perspiciatis quasi. Corporis tempora itaque repellat error."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-09 15:43:15.499508"], ["updated_at", "2016-03-09 15:43:15.499508"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaci@bergnaumnolan.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaci@bergnaumnolan.name"], ["name", "Myriam Veum"], ["password_digest", "$2a$04$SUkP.7hYEWC/YRPPvyIKK.mi973FdIQ0bMNyDscdG8MV1RFci.Onm"], ["created_at", "2016-03-09 15:43:15.507311"], ["updated_at", "2016-03-09 15:43:15.507311"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Quia hic deleniti incidunt et saepe et ducimus. Quis saepe expedita reiciendis a ut iure. Culpa quas eum et dolore."], ["summary", "Facilis aut saepe architecto. Deleniti consequuntur voluptas qui ipsa quae unde qui."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-09 15:43:15.515722"], ["updated_at", "2016-03-09 15:43:15.515722"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('winifred@mueller.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "winifred@mueller.info"], ["name", "Skyla Pfeffer"], ["password_digest", "$2a$04$6fsXiMhMpfGSlMPr5CNpFe6/OD6dc/5p52Uzg601W8bLvAZoBi7xy"], ["created_at", "2016-03-09 15:43:15.527471"], ["updated_at", "2016-03-09 15:43:15.527471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Consectetur et voluptatem. Eos provident minus neque ratione nam velit."], ["summary", "Sint et dignissimos. Sed debitis esse et adipisci quaerat totam. Quo quas eos commodi."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-09 15:43:15.534671"], ["updated_at", "2016-03-09 15:43:15.534671"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carter_ziemann@hayeslakin.biz') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carter_ziemann@hayeslakin.biz"], ["name", "Adolf Kuphal PhD"], ["password_digest", "$2a$04$0SQNdTupJnJiOJIuliBZ5ut.mw32hLd1afGrLeKAwWu/0gWJsnT9."], ["created_at", "2016-03-09 15:43:15.544827"], ["updated_at", "2016-03-09 15:43:15.544827"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Maxime dignissimos et soluta aliquam excepturi. Eius commodi consequatur. Est dolore omnis velit. Atque quia sit."], ["summary", "Quo aut ut corporis autem laborum. Voluptatem rerum voluptatibus quis perspiciatis."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-09 15:43:15.549835"], ["updated_at", "2016-03-09 15:43:15.549835"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sherman@dibbertgoldner.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sherman@dibbertgoldner.net"], ["name", "Albert Denesik"], ["password_digest", "$2a$04$2zjjMsWUBt7TBPUcP9D5/em9s.YRV6TWIUU7SrqLFFKCZnK5SeyFW"], ["created_at", "2016-03-09 15:43:15.557756"], ["updated_at", "2016-03-09 15:43:15.557756"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Nam dolores ullam cumque non eligendi sunt. Illo ea eos corrupti ex porro."], ["summary", "Quaerat aut rem non repudiandae deleniti. Dignissimos et et exercitationem voluptas."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-09 15:43:15.562579"], ["updated_at", "2016-03-09 15:43:15.562579"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('angel.swaniawski@koch.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "angel.swaniawski@koch.info"], ["name", "Price Kertzmann"], ["password_digest", "$2a$04$LOeUtGlRfiJ3csPEL/Uoq.lPpEr/nRPuV2JTsjZ1DiolU4Kr1zymy"], ["created_at", "2016-03-09 15:43:15.569508"], ["updated_at", "2016-03-09 15:43:15.569508"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Et non et. Iusto eligendi quo nam. Quam error sunt similique quasi. Corrupti sed ea."], ["summary", "Impedit corporis repellat magni qui numquam necessitatibus perferendis."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-09 15:43:15.574067"], ["updated_at", "2016-03-09 15:43:15.574067"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cheyanne@frami.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cheyanne@frami.name"], ["name", "Amir Stiedemann MD"], ["password_digest", "$2a$04$1h5qKgKGnWgJaOoDAReRduc9qWTAMARqDCT37MJLyVSFHuA4Wruga"], ["created_at", "2016-03-09 15:43:15.582731"], ["updated_at", "2016-03-09 15:43:15.582731"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Sunt blanditiis veniam. Modi culpa explicabo ad."], ["summary", "Eaque blanditiis hic voluptas maxime tempora. Tenetur aut placeat deleniti est velit. Hic sit tempore consequatur cumque doloribus quod."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-09 15:43:15.587335"], ["updated_at", "2016-03-09 15:43:15.587335"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arnoldo@feilhudson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arnoldo@feilhudson.net"], ["name", "Erna Gorczany"], ["password_digest", "$2a$04$1Em0qFWqtHrxCKoLIo0ajuvkeTTDjue6pb9KIKLwDY1sGZrNtL00y"], ["created_at", "2016-03-09 15:43:15.594589"], ["updated_at", "2016-03-09 15:43:15.594589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Inventore illum quia non culpa. Et nisi et eveniet asperiores autem et. Facere quia et dolores eos nostrum quasi praesentium."], ["summary", "Deleniti sit expedita illo iusto architecto. Ipsam placeat harum facere illum cum officiis voluptatem. Ad necessitatibus est aut et dicta."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-09 15:43:15.599191"], ["updated_at", "2016-03-09 15:43:15.599191"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magnus_beer@bins.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "magnus_beer@bins.biz"], ["name", "Micaela Towne"], ["password_digest", "$2a$04$3MySEc...c7boaAFajGaReHdjPrvLE/H3DRkoAZFnjbndTjHF6tA."], ["created_at", "2016-03-09 15:43:15.607043"], ["updated_at", "2016-03-09 15:43:15.607043"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Rerum fuga eos. Velit quasi voluptatem explicabo ratione. Sequi eius possimus voluptatem et. Quis quasi rem et magni explicabo et rerum."], ["summary", "Similique voluptatem sapiente. Error voluptas reiciendis ut. Sunt eum voluptas nihil."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-09 15:43:15.613271"], ["updated_at", "2016-03-09 15:43:15.613271"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alberta@pfeffer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alberta@pfeffer.biz"], ["name", "Clovis Kertzmann"], ["password_digest", "$2a$04$4VJi5/Xm0QX5bNTYzM6ieOfwenLc5wbD3j.8U4P4A3TyW3LCtg0SG"], ["created_at", "2016-03-09 15:43:15.619935"], ["updated_at", "2016-03-09 15:43:15.619935"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Eum voluptate veritatis rerum autem et. Voluptas qui qui error hic dicta adipisci. Nihil et ut et consectetur ut. Impedit quia vero culpa exercitationem libero."], ["summary", "Occaecati qui nemo et. Numquam dolores accusamus dolorum eos. Quis cumque sed quibusdam animi sunt quidem quo."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-09 15:43:15.624796"], ["updated_at", "2016-03-09 15:43:15.624796"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('olga.walker@mcdermottmurazik.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "olga.walker@mcdermottmurazik.com"], ["name", "Ms. Julian Keebler"], ["password_digest", "$2a$04$fOhjkWGKIWVwn2PnpnT5nOHDLGo4lHptAqmJxh9yol152j9XXDvTq"], ["created_at", "2016-03-09 15:43:15.631879"], ["updated_at", "2016-03-09 15:43:15.631879"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Sint ea ratione sint sapiente. Quia autem quis earum magnam. Est sunt et qui ratione consequatur facere nulla. Voluptates dolorem accusamus architecto aut suscipit illo."], ["summary", "Fuga debitis magni aliquid omnis."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-09 15:43:15.636290"], ["updated_at", "2016-03-09 15:43:15.636290"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaden@beatty.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaden@beatty.com"], ["name", "Arnold Muller MD"], ["password_digest", "$2a$04$JezocNllx0EoPkiiqbUStOouKjo0VTd8ta3b9c5w8HfN.0F/uQqB6"], ["created_at", "2016-03-09 15:43:15.643078"], ["updated_at", "2016-03-09 15:43:15.643078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Ex dignissimos ad molestiae perspiciatis aut. Veniam temporibus magni neque quasi."], ["summary", "Soluta veritatis voluptatem et sunt aut rerum."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-09 15:43:15.647679"], ["updated_at", "2016-03-09 15:43:15.647679"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kianna@kuvalitokes.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kianna@kuvalitokes.info"], ["name", "Dora Little DVM"], ["password_digest", "$2a$04$5qlcuAOTiMNCSQSvTwf8WexHeMSwYGs0UsDjhiTC5sHfhE1OLVQJ."], ["created_at", "2016-03-09 15:43:15.655940"], ["updated_at", "2016-03-09 15:43:15.655940"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Et voluptatem unde placeat. Iusto facere cupiditate eius corporis animi tempore provident. Quasi omnis ipsum voluptas."], ["summary", "Et nemo quos accusamus ab. Doloremque eaque facilis qui dolore ea ut. Qui in est debitis similique ut nulla."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-09 15:43:15.664192"], ["updated_at", "2016-03-09 15:43:15.664192"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cynthia_hilpert@moengrant.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cynthia_hilpert@moengrant.org"], ["name", "Dr. Kayli Fadel"], ["password_digest", "$2a$04$jKAv6DL9RV2Ozlhosx8NrOUcuXi7KYozOGwrMy4wqrXDac66nGV.O"], ["created_at", "2016-03-09 15:43:15.671644"], ["updated_at", "2016-03-09 15:43:15.671644"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Aliquam odit nihil sint et sed. Dolor facere deleniti vero labore libero aut corporis."], ["summary", "Nesciunt et esse odit quia voluptas. Ratione consequatur ut illum exercitationem velit non enim."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-09 15:43:15.675979"], ["updated_at", "2016-03-09 15:43:15.675979"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ivah_hammes@roberts.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ivah_hammes@roberts.com"], ["name", "Jodie Witting"], ["password_digest", "$2a$04$u35lxdvsy3Yd6EVjuhtPS.gDg1Rq9dCyzxBtGiclQsb1xjX7wYsaq"], ["created_at", "2016-03-09 15:43:15.682581"], ["updated_at", "2016-03-09 15:43:15.682581"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Est corporis quia fuga distinctio deleniti. Voluptate sapiente vel enim sit. Aspernatur accusamus expedita suscipit dolores quod nam quisquam."], ["summary", "Cumque omnis culpa vel ullam. Tempora quod at saepe ipsum impedit."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-09 15:43:15.687021"], ["updated_at", "2016-03-09 15:43:15.687021"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('faustino.hilll@wolff.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "faustino.hilll@wolff.org"], ["name", "Guy Walsh"], ["password_digest", "$2a$04$WNAIici3oN8ZSm30YlHfteOOaK.PPLQp48nmhhT52DIBKt1s3tE/S"], ["created_at", "2016-03-09 15:43:15.694618"], ["updated_at", "2016-03-09 15:43:15.694618"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Harum aut sit ea voluptatem. Suscipit inventore minima et. Dolorum dolore aperiam."], ["summary", "Repellendus reprehenderit velit et necessitatibus et."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-09 15:43:15.699808"], ["updated_at", "2016-03-09 15:43:15.699808"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keaton@watersbailey.name') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keaton@watersbailey.name"], ["name", "Alysson Dach"], ["password_digest", "$2a$04$HjrtAHNLX2xuItt4Tbaon.mXQdP7afBwyHjqJWGUJUgX2idsoJPe."], ["created_at", "2016-03-09 15:43:15.706844"], ["updated_at", "2016-03-09 15:43:15.706844"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Eius est ipsa aut quia. Aut libero nostrum magnam nisi. Suscipit magni reiciendis ex voluptatem. Iste omnis voluptatibus placeat."], ["summary", "Quas dolorem ab blanditiis sed voluptatem et."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-09 15:43:15.713156"], ["updated_at", "2016-03-09 15:43:15.713156"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (225.7ms) Completed 200 OK in 248ms (Views: 223.2ms | ActiveRecord: 23.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.0ms) Completed 200 OK in 41ms (Views: 36.7ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('john_kuhn@ziemefeeney.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "john_kuhn@ziemefeeney.com"], ["name", "Andrew"], ["password_digest", "$2a$04$0jV8lXNxW4lzbd69aPSCtevEP0pvd95U3eIMc9bXNyNOiNjj4Eai2"], ["created_at", "2016-03-09 15:43:16.040412"], ["updated_at", "2016-03-09 15:43:16.040412"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"john_kuhn@ziemefeeney.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "john_kuhn@ziemefeeney.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$vz5LOCPhqWvXNlSUSDxpi.XYV9NDv3stkZrRcR6jA4fc83idGT.de"], ["updated_at", "2016-03-09 15:43:16.080627"], ["id", 130]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.9ms) Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('molly_herman@christiansen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "molly_herman@christiansen.net"], ["name", "Josh"], ["password_digest", "$2a$04$jIDNpVaMHd/kj2fFseAdiu0wZOG7COE2LVh1bZh4S4Tl1FNX5Fh7i"], ["created_at", "2016-03-09 15:43:16.119471"], ["updated_at", "2016-03-09 15:43:16.119471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nina.gutkowski@hamill.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nina.gutkowski@hamill.biz"], ["name", "Annamarie Douglas"], ["password_digest", "$2a$04$Xs6YWR3shdpbanfLR6ShBenvFy2v8oMbEiiX9bFF8nGglMQoIEuaK"], ["created_at", "2016-03-09 15:43:16.126067"], ["updated_at", "2016-03-09 15:43:16.126067"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Tenetur ut ipsam molestias nulla. Earum autem omnis non."], ["summary", "Nesciunt optio consequatur vero rerum."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-09 15:43:16.130814"], ["updated_at", "2016-03-09 15:43:16.130814"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-09 15:43:16.136465"], ["updated_at", "2016-03-09 15:43:16.136465"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.8ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (23.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (32.4ms) Completed 200 OK in 50ms (Views: 46.1ms | ActiveRecord: 2.7ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-03-09 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:16.230848"], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.9ms) Completed 200 OK in 46ms (Views: 40.9ms | ActiveRecord: 3.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('grover@ullrich.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "grover@ullrich.biz"], ["name", "Andrew"], ["password_digest", "$2a$04$StdOYrKJgy3BPSvJQP2OhO7eB.dMS6jCVhiQEw2nJP6aUZPwksMfK"], ["created_at", "2016-03-09 15:43:16.300352"], ["updated_at", "2016-03-09 15:43:16.300352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"grover@ullrich.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "grover@ullrich.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U2QxVq19zF8G6Pja.Iw6T.1vXpqmTWhmEO4/cQirLUNmvtrehO0Uu"], ["updated_at", "2016-03-09 15:43:16.332368"], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 32ms (Views: 28.4ms | ActiveRecord: 2.2ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('colleen@ratkepagac.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "colleen@ratkepagac.info"], ["name", "Josh"], ["password_digest", "$2a$04$g4m9KzoR5xK18g5qKN1xb.w5DdCV3zKXP1YYr4sndRuLDHpzsKX16"], ["created_at", "2016-03-09 15:43:16.376887"], ["updated_at", "2016-03-09 15:43:16.376887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-09 15:43:16.382813"], ["updated_at", "2016-03-09 15:43:16.382813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.5ms) Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:16.453264"], ["updated_at", "2016-03-09 15:43:16.453264"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 20ms (ActiveRecord: 4.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.2ms) Completed 200 OK in 41ms (Views: 37.4ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janiya@sawayncummerata.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janiya@sawayncummerata.info"], ["name", "Colton Hudson"], ["password_digest", "$2a$04$TpiUp08es1iDAitqTOzZe.bOK7Y3YqkZ6kbMXV9SW1E/iJKXBgcgq"], ["created_at", "2016-03-09 15:43:16.517166"], ["updated_at", "2016-03-09 15:43:16.517166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"janiya@sawayncummerata.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "janiya@sawayncummerata.info"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$l868Mx.iRSRNGk6ULN/RFuneIkIdhpn8GWg5rtgDMVqTJoZphAXMi"], ["updated_at", "2016-03-09 15:43:16.550086"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 28ms (Views: 24.7ms | ActiveRecord: 2.1ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (4.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (5.6ms) Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 36ms (Views: 27.4ms | ActiveRecord: 2.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.0ms) Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.7ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$t06HAZpV0XtOyX/nM3Juk.FctOS4OnsMS/FPqbGfz0/MBzdxyunk2"], ["created_at", "2016-03-09 15:43:16.756931"], ["updated_at", "2016-03-09 15:43:16.756931"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.3ms) Completed 200 OK in 19ms (Views: 19.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.6ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$BHH7ctkTPxPqlE2.UYeyJ.bpNXQFUyIZMv0GGpPjONtbUq5rNieXm"], ["updated_at", "2016-03-09 15:43:16.802937"], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 33ms (Views: 27.2ms | ActiveRecord: 3.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$h6SfIC6Y2CceY6oOVQUR7uKwMAoAto2hPtTDJnoRSkuUtEOS9X4by"], ["created_at", "2016-03-09 15:43:16.861272"], ["updated_at", "2016-03-09 15:43:16.861272"]]  (0.7ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:21 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-09 10:43:21 -0500 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-09 10:43:21 -0500 Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$6dH709czwZXuVYIOzXvxru.tqAFXhdO4gu.U0hwCcROB711s2d3Ge"], ["updated_at", "2016-03-09 15:43:22.015791"], ["id", 137]]  (4.1ms) COMMIT Redirected to http://127.0.0.1:58720/admin/posts Completed 302 Found in 22ms (ActiveRecord: 6.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (2.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 34ms (Views: 28.4ms | ActiveRecord: 3.5ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:58720/ Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.2ms) Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 1.4ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)  (0.4ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (14.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ariane@kelermoriette.info') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ariane@kelermoriette.info"], ["name", "Natalie Wolff"], ["password_digest", "$2a$04$tEhR6Hlt6CINH.6AV77yVus8jaWTuPnx01QXf9TQDywN4sghRUX56"], ["created_at", "2016-03-09 15:43:23.220188"], ["updated_at", "2016-03-09 15:43:23.220188"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.2ms) Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ariane@kelermoriette.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ariane@kelermoriette.info"]]  (0.6ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$O33VaRwqHpOECPSr14q95uhP3AQ2xEyOH5ShpRnbaOlw9JbhBg3eO"], ["updated_at", "2016-03-09 15:43:23.266968"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 36ms (Views: 31.9ms | ActiveRecord: 2.4ms)  (1.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-09 15:43:23.318023"], ["updated_at", "2016-03-09 15:43:23.318023"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 32ms (Views: 29.2ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ava@kiehnschaden.io') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ava@kiehnschaden.io"], ["name", "Justen Konopelski DDS"], ["password_digest", "$2a$04$FyWoNy/f.2ATq3Ntg8WZDOCo7DBdBNGr6AUzUQ8a0q4zfLgE1feui"], ["created_at", "2016-03-09 15:43:23.378247"], ["updated_at", "2016-03-09 15:43:23.378247"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 14ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ava@kiehnschaden.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ava@kiehnschaden.io"]]  (0.8ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$2qZzfKG.0USY08XaMvzk8ecDjRyMSwv8YIRhcHPVm.fZ1u1ImrL12"], ["updated_at", "2016-03-09 15:43:23.426633"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.2ms) Completed 200 OK in 36ms (Views: 31.1ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-09 15:43:23.478245"], ["updated_at", "2016-03-09 15:43:23.478245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-09 15:43:23.484727"], ["updated_at", "2016-03-09 15:43:23.484727"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-09 15:43:23.490297"], ["updated_at", "2016-03-09 15:43:23.490297"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-09 15:43:23.496960"], ["updated_at", "2016-03-09 15:43:23.496960"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-09 15:43:23.501984"], ["updated_at", "2016-03-09 15:43:23.501984"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-09 15:43:23.507564"], ["updated_at", "2016-03-09 15:43:23.507564"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-09 15:43:23.513913"], ["updated_at", "2016-03-09 15:43:23.513913"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-09 15:43:23.519378"], ["updated_at", "2016-03-09 15:43:23.519378"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-09 15:43:23.525104"], ["updated_at", "2016-03-09 15:43:23.525104"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-09 15:43:23.530995"], ["updated_at", "2016-03-09 15:43:23.530995"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-09 15:43:23.538584"], ["updated_at", "2016-03-09 15:43:23.538584"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-09 15:43:23.544081"], ["updated_at", "2016-03-09 15:43:23.544081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-09 15:43:23.549192"], ["updated_at", "2016-03-09 15:43:23.549192"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-09 15:43:23.554829"], ["updated_at", "2016-03-09 15:43:23.554829"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-09 15:43:23.560428"], ["updated_at", "2016-03-09 15:43:23.560428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-09 15:43:23.566284"], ["updated_at", "2016-03-09 15:43:23.566284"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-09 15:43:23.571827"], ["updated_at", "2016-03-09 15:43:23.571827"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-09 15:43:23.577868"], ["updated_at", "2016-03-09 15:43:23.577868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-09 15:43:23.583132"], ["updated_at", "2016-03-09 15:43:23.583132"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-09 15:43:23.589703"], ["updated_at", "2016-03-09 15:43:23.589703"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-09 15:43:23.595434"], ["updated_at", "2016-03-09 15:43:23.595434"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-09 15:43:23.602637"], ["updated_at", "2016-03-09 15:43:23.602637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-09 15:43:23.608221"], ["updated_at", "2016-03-09 15:43:23.608221"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-09 15:43:23.614967"], ["updated_at", "2016-03-09 15:43:23.614967"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-09 15:43:23.620685"], ["updated_at", "2016-03-09 15:43:23.620685"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-09 15:43:23.627620"], ["updated_at", "2016-03-09 15:43:23.627620"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (15.1ms) Completed 200 OK in 39ms (Views: 35.3ms | ActiveRecord: 1.6ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (6.1ms) Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 1.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ulises@bogisich.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ulises@bogisich.info"], ["name", "Amaya Upton"], ["password_digest", "$2a$04$SAjtVdUNB2WVxUyyHHfxEuyfz.7faMsWW1bMRugL5T7bJ8mGP7K7S"], ["created_at", "2016-03-09 15:43:23.737560"], ["updated_at", "2016-03-09 15:43:23.737560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ulises@bogisich.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ulises@bogisich.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8wMgERajMgjUxbmIBKFgh.0m7OeN2mOSz.zYsf4jEHjDULhkIzPPW"], ["updated_at", "2016-03-09 15:43:23.781240"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 28ms (Views: 25.1ms | ActiveRecord: 1.7ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.6ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-03-09 15:43:23.872797"], ["updated_at", "2016-03-09 15:43:23.872797"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('osbaldo_veum@connellyanderson.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "osbaldo_veum@connellyanderson.biz"], ["name", "Octavia Quitzon"], ["password_digest", "$2a$04$w32iriHDOZzaKFv1GiplW.PT89NyGhr2YZkwQ61uqDLgzehUOU/LS"], ["created_at", "2016-03-09 15:43:23.921655"], ["updated_at", "2016-03-09 15:43:23.921655"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"osbaldo_veum@connellyanderson.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "osbaldo_veum@connellyanderson.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Cfbky8pjL3P0REg0cy3D3enEkFuo2.RGxtxsoO.LTcKEoRMLz8466"], ["updated_at", "2016-03-09 15:43:23.961729"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.4ms) Completed 200 OK in 29ms (Views: 26.2ms | ActiveRecord: 1.4ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-09 15:43:24.002630"], ["updated_at", "2016-03-09 15:43:24.002630"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-03-09 15:43:24.053630"], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('broderick@haley.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "broderick@haley.org"], ["name", "Noe Braun"], ["password_digest", "$2a$04$cm2FtOdDxMEVqCpFsBt6v.uiNH3/irV5rEfyjY/b0Qpw3pCRoOSVe"], ["created_at", "2016-03-09 15:43:24.099032"], ["updated_at", "2016-03-09 15:43:24.099032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"broderick@haley.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "broderick@haley.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$t5CSFNVHDiK7RpfAltnA/.L44XVkRFfhyjs3kM2.09LiPX0WlFRXe"], ["updated_at", "2016-03-09 15:43:24.152167"], ["id", 5]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-09 15:43:24.194588"], ["updated_at", "2016-03-09 15:43:24.194588"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 1.3ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alexa_mante@durgan.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alexa_mante@durgan.org"], ["name", "Creola Champlin"], ["password_digest", "$2a$04$L.ZdC0.VjNIGOBfh2b999ewLPGTdu1/N9TpYbF3GiFdaZEBDGhzE."], ["created_at", "2016-03-09 15:43:24.293032"], ["updated_at", "2016-03-09 15:43:24.293032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Minus atque corrupti. Autem et dolore atque sit."], ["summary", "Ipsam aut sed aliquam. Modi excepturi illum ut."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.298111"], ["updated_at", "2016-03-09 15:43:24.298111"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('libby_cain@wuckertmetz.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "libby_cain@wuckertmetz.net"], ["name", "Ron Moen"], ["password_digest", "$2a$04$6ezwIUMOLZsuZFGWY7YClOGr6Ep/V1vWkkcyEe6TZhNvwRnigfiwu"], ["created_at", "2016-03-09 15:43:24.305369"], ["updated_at", "2016-03-09 15:43:24.305369"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Delectus nihil amet tempora voluptatibus ea sed eos. Nihil praesentium iusto consequatur soluta ex voluptatem. Officiis quibusdam mollitia recusandae ex."], ["summary", "Dolores nostrum sed recusandae ullam qui."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-09 15:43:24.311395"], ["updated_at", "2016-03-09 15:43:24.311395"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (13.4ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (23.8ms) Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.9ms) Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('faustino.howe@ritchie.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "faustino.howe@ritchie.name"], ["name", "Kathryn Sawayn Sr."], ["password_digest", "$2a$04$JJw43Q.iL4Ln0JRzEI1aneqCMeK5erIFaLt8FBJim5AtD0XLf3m9K"], ["created_at", "2016-03-09 15:43:24.372830"], ["updated_at", "2016-03-09 15:43:24.372830"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Tempora quis incidunt. Nisi reprehenderit et. Explicabo ut cumque."], ["summary", "Quis aut ullam fugit dolor. Omnis eligendi et."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.377938"], ["updated_at", "2016-03-09 15:43:24.377938"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaime@kihnrenner.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaime@kihnrenner.com"], ["name", "Dr. Myra Skiles"], ["password_digest", "$2a$04$I1nhOenFxL1ZX4LvH9BZeewcmj0HBk3nLRTiqDpzjK33A4eo66EqC"], ["created_at", "2016-03-09 15:43:24.385019"], ["updated_at", "2016-03-09 15:43:24.385019"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Et fugiat odio rerum suscipit ut ea id. Fugiat maxime voluptatem in. Quo harum soluta odit ut quis aut labore. Eos dolor non necessitatibus."], ["summary", "Ad quidem qui eveniet omnis et eius sit. Doloribus numquam officia. Nam non labore."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.390792"], ["updated_at", "2016-03-09 15:43:24.390792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('green.abernathy@jacobson.name') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "green.abernathy@jacobson.name"], ["name", "Mr. Kale Rempel"], ["password_digest", "$2a$04$R0WWyBDJe4sz9n7RIASS2uRg/c.YQACWtJ88HkgwPJl2O6/QQi4Ka"], ["created_at", "2016-03-09 15:43:24.398541"], ["updated_at", "2016-03-09 15:43:24.398541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Esse a dolorum. Pariatur mollitia eligendi. Dolorem libero est autem dicta voluptate eos iure."], ["summary", "Aperiam placeat nihil. Ipsum voluptatem odit quis error quaerat."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.404709"], ["updated_at", "2016-03-09 15:43:24.404709"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruel_ernser@stokes.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruel_ernser@stokes.org"], ["name", "Emanuel Gutkowski"], ["password_digest", "$2a$04$rnnJqomwEjSWbYR2BXpS/uwaA7IKsO0r7zQSvcKodXj26PRxXvthm"], ["created_at", "2016-03-09 15:43:24.412575"], ["updated_at", "2016-03-09 15:43:24.412575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Omnis quos voluptatem accusamus facilis et. Non aut ratione."], ["summary", "Modi nostrum omnis asperiores nam. In iste numquam ut amet rerum odit."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.417560"], ["updated_at", "2016-03-09 15:43:24.417560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvette_conroy@romaguera.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yvette_conroy@romaguera.org"], ["name", "Mr. Alice D'Amore"], ["password_digest", "$2a$04$Rx33RM0fQRxdYwPqGohh/.xrReDIHJLWJvXYiAK6eMDBupdbjceCu"], ["created_at", "2016-03-09 15:43:24.425368"], ["updated_at", "2016-03-09 15:43:24.425368"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Inventore quia eos commodi modi aut occaecati voluptas. Neque aut voluptate numquam nihil. Perferendis recusandae accusamus modi."], ["summary", "Ipsa fugiat sed. Alias id autem sunt nemo officiis velit sed. Assumenda eius sint aspernatur perspiciatis odit."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.431040"], ["updated_at", "2016-03-09 15:43:24.431040"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresia@rodriguez.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresia@rodriguez.io"], ["name", "Tate Powlowski"], ["password_digest", "$2a$04$Xl0SE5U5t8GdlFy.eESDCOY.FbSU6ogwlyeyhOoGfDhxb6sX5tRPG"], ["created_at", "2016-03-09 15:43:24.438695"], ["updated_at", "2016-03-09 15:43:24.438695"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Sit nostrum tempore aperiam error harum minima. Sed quam vero sunt nihil eligendi quis. Aliquid temporibus quia asperiores. Deserunt a ut aliquam blanditiis dolore adipisci."], ["summary", "Magnam ut deserunt. Deserunt ea rerum voluptatibus vitae provident cupiditate."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.444215"], ["updated_at", "2016-03-09 15:43:24.444215"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mina.weber@farrelldeckow.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mina.weber@farrelldeckow.io"], ["name", "Margarete Beier"], ["password_digest", "$2a$04$GUfmG3kOCroAdYd.zsevYenl5n4MolHvxcDnno2zKceeu5ZnpLMzu"], ["created_at", "2016-03-09 15:43:24.451678"], ["updated_at", "2016-03-09 15:43:24.451678"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Corrupti qui porro sequi. Placeat minus cum esse voluptatem dolor voluptatum consectetur."], ["summary", "Laborum sunt similique suscipit vero provident beatae quia. Praesentium rerum nesciunt modi autem. Reprehenderit natus asperiores recusandae velit praesentium deserunt."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.456754"], ["updated_at", "2016-03-09 15:43:24.456754"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caie.swaniawski@aufderhar.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caie.swaniawski@aufderhar.com"], ["name", "Sadie Bogan"], ["password_digest", "$2a$04$XKjJv9jKcOXVvnBtbXlk..KaSbY7iXAAUR7hgfmu5HcbXWKaciP52"], ["created_at", "2016-03-09 15:43:24.464049"], ["updated_at", "2016-03-09 15:43:24.464049"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Nostrum aut et velit. Repellendus consequatur nesciunt. Consequatur qui aperiam officia exercitationem. Aut delectus alias natus magnam ea et."], ["summary", "Blanditiis totam illum qui molestiae quia. Aut illum consequatur ut."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.469000"], ["updated_at", "2016-03-09 15:43:24.469000"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ian@thompson.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ian@thompson.net"], ["name", "Lucas Hermann"], ["password_digest", "$2a$04$nEUdXTclgP5P92Zddu8KEe4I9eFSZAm5/4qTAAObOJF7ue.nz0r6e"], ["created_at", "2016-03-09 15:43:24.476733"], ["updated_at", "2016-03-09 15:43:24.476733"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Quis quia aliquam. Sit voluptas debitis ullam repudiandae."], ["summary", "Aliquam eos adipisci rerum a ab architecto."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.481473"], ["updated_at", "2016-03-09 15:43:24.481473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deontae_tremblay@stamm.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deontae_tremblay@stamm.biz"], ["name", "Marcelle Quigley"], ["password_digest", "$2a$04$2UtFpkiUBiUhw7hlIHCVGewYS.iG2a0C4viINAH9UzF/jYoaJp.Xq"], ["created_at", "2016-03-09 15:43:24.488762"], ["updated_at", "2016-03-09 15:43:24.488762"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Modi quas soluta qui dolorem. Veniam consequatur voluptas et maxime quaerat quia in."], ["summary", "Fuga commodi voluptate eum ipsum omnis. Suscipit eius est quia beatae maxime veniam."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.493759"], ["updated_at", "2016-03-09 15:43:24.493759"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lawrence.deckow@townepredovic.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lawrence.deckow@townepredovic.com"], ["name", "Harold Kozey DDS"], ["password_digest", "$2a$04$UidKpFZgOBDJtxoKl9hbC.fM0xV1MJs1ueW8LRRUb.RSmAo0rVkEK"], ["created_at", "2016-03-09 15:43:24.500993"], ["updated_at", "2016-03-09 15:43:24.500993"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Architecto autem eum aut quia ut. Quos est rerum neque omnis tenetur ut a."], ["summary", "Soluta distinctio quis quia ipsam similique eius qui."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.505972"], ["updated_at", "2016-03-09 15:43:24.505972"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.4ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (31.9ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (39.8ms) Completed 200 OK in 43ms (Views: 35.0ms | ActiveRecord: 6.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.6ms) Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darryl.dietrich@boyergorczany.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darryl.dietrich@boyergorczany.co"], ["name", "Liliana Kling PhD"], ["password_digest", "$2a$04$cBdHo2XnzsCfrIdVPh91fus8yTHMunVhQ5XnuMmnGYQNSQsjn.3XO"], ["created_at", "2016-03-09 15:43:24.581191"], ["updated_at", "2016-03-09 15:43:24.581191"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Assumenda aut laboriosam odio sit saepe. Laborum quia aspernatur harum consectetur dolore."], ["summary", "Quas aspernatur aliquam et quia."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.587226"], ["updated_at", "2016-03-09 15:43:24.587226"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (9.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.4ms) Completed 200 OK in 18ms (Views: 12.3ms | ActiveRecord: 5.0ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.6ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('demario@hodkiewiczkuphal.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "demario@hodkiewiczkuphal.io"], ["name", "Reanna Skiles"], ["password_digest", "$2a$04$axOuQ0D7pgN7wNd5xGqJ9eBLQ2rE3nRYcbrlXxabkbW766OU.HAEu"], ["created_at", "2016-03-09 15:43:24.647759"], ["updated_at", "2016-03-09 15:43:24.647759"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Dolores et tempore et ut aperiam. Esse est ullam voluptatum hic dolores autem."], ["summary", "Quidem aut ipsum laborum nam incidunt. Omnis quo doloremque. Ipsa ut tenetur eos molestiae aut aut at."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-09 15:43:24.654694"], ["updated_at", "2016-03-09 15:43:24.654694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 3ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (2.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-09 15:43:24.679568"], ["updated_at", "2016-03-09 15:43:24.679568"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-09 15:43:24.690665"], ["updated_at", "2016-03-09 15:43:24.690665"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willis_pfannerstill@stokesrohan.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willis_pfannerstill@stokesrohan.org"], ["name", "Sidney Powlowski"], ["password_digest", "$2a$04$uY3oylOXsqytOkozaDkPDeqijfcG67pbFvAmrKcEcAoGsZ5fQL4uS"], ["created_at", "2016-03-09 15:43:24.702265"], ["updated_at", "2016-03-09 15:43:24.702265"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Et ut facilis delectus. Maiores corrupti voluptatibus quaerat commodi dolorem laudantium."], ["summary", "Eligendi qui consequuntur non quasi."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.717817"], ["updated_at", "2016-03-09 15:43:24.717817"]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alyce.okon@hagenes.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alyce.okon@hagenes.name"], ["name", "Reid Goodwin"], ["password_digest", "$2a$04$1pAzhXK5FGenncKIXuIQ9.75T0UyLELrTyec3qzakt0nO/4u4i6MO"], ["created_at", "2016-03-09 15:43:24.728113"], ["updated_at", "2016-03-09 15:43:24.728113"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Soluta voluptate nostrum neque sapiente iure dolorem. Consequatur sed ut laborum aut eius fugiat ut. Porro enim in ab omnis perspiciatis sint."], ["summary", "Enim blanditiis dolor. Deleniti quo et occaecati tenetur et. Quae deserunt necessitatibus vero animi voluptas illum."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.740527"], ["updated_at", "2016-03-09 15:43:24.740527"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.4ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (11.9ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (16.7ms) Completed 200 OK in 20ms (Views: 15.0ms | ActiveRecord: 4.1ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (7.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (15.5ms) Completed 200 OK in 30ms (Views: 21.3ms | ActiveRecord: 4.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$PZg0DN/GR8jw/AZCJZT.AuPlBJ1UGQ8LIfpjo5ZEtBmvztFO/RjAK"], ["created_at", "2016-03-09 15:43:24.846278"], ["updated_at", "2016-03-09 15:43:24.846278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$W5eMhf7uWkJPb/YEdhYj9.LPIrdbPw6Qw7pvAaAzK/5LkG9Vl3yja"], ["created_at", "2016-03-09 15:43:24.859479"], ["updated_at", "2016-03-09 15:43:24.859479"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Q5YqKPxZtQx/Xkrm2yiAS.ls3JrWfGN1UC1rFjXgix8fbD/3AeY.O"], ["updated_at", "2016-03-09 15:43:24.863538"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-09 15:43:24.883813"], ["updated_at", "2016-03-09 15:43:24.883813"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-09 15:43:24.893826"], ["updated_at", "2016-03-09 15:43:24.893826"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.5ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norbert.nitzsche@jerde.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "norbert.nitzsche@jerde.org"], ["name", "Vincenzo Wuckert"], ["password_digest", "$2a$04$wmb2BpZZQmFPGdn0yVuHm.Hk/XYWUIX9ix9SA4jHpbAe3zflU8vZy"], ["created_at", "2016-03-09 15:43:24.969139"], ["updated_at", "2016-03-09 15:43:24.969139"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willie@mante.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willie@mante.co"], ["name", "Missouri Murazik"], ["password_digest", "$2a$04$nWYtBVQIbfxIKqcWHqnZVOW1M2B0/9k.V8hsAGxlO5BPw1.x5T9ma"], ["created_at", "2016-03-09 15:43:24.979578"], ["updated_at", "2016-03-09 15:43:24.979578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shad.terry@bartell.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shad.terry@bartell.org"], ["name", "Michelle Schaefer"], ["password_digest", "$2a$04$ykDj/AHhdXC1hDBpX0W2hO.E8QO2qDO4Iu4y0Fr73eHH27ZyKXN.G"], ["created_at", "2016-03-09 15:43:24.991103"], ["updated_at", "2016-03-09 15:43:24.991103"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Vitae ut qui. Quia at ab non. Harum iusto quia sunt."], ["summary", "Ut deleniti nam libero minus ad sed. Eum quas deleniti aliquid."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-09 15:43:24.995638"], ["updated_at", "2016-03-09 15:43:24.995638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('estelle@homenick.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "estelle@homenick.co"], ["name", "Moriah Corwin"], ["password_digest", "$2a$04$MA46eyI4ouZ9TtZ8cK06zemghtKPZJYTdk7Q.KgvIfbjsECgCDlmG"], ["created_at", "2016-03-09 15:43:25.005568"], ["updated_at", "2016-03-09 15:43:25.005568"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Debitis repellendus aut voluptas. Eum possimus velit tempore reiciendis. Ut quas consequatur dolores tempora perspiciatis."], ["summary", "Alias ut voluptatum dolores et recusandae. Fugiat distinctio eius voluptas sunt voluptatem. Ipsam distinctio doloribus unde ipsum deleniti assumenda."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-09 15:43:25.010918"], ["updated_at", "2016-03-09 15:43:25.010918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('angel@braun.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "angel@braun.co"], ["name", "Caleb Cole"], ["password_digest", "$2a$04$OYVS3Yk8k8KMy1JabC3cM.K5QraF14HVcFrfPemuX7spYX/m0zzMa"], ["created_at", "2016-03-09 15:43:25.022360"], ["updated_at", "2016-03-09 15:43:25.022360"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('evangeline@blanda.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "evangeline@blanda.com"], ["name", "Kathleen Turner"], ["password_digest", "$2a$04$bjrDmVm44PmLPnrNqfk81egFjBIhcY3Iu5.v4XxUihfCcFJzfmrwS"], ["created_at", "2016-03-09 15:43:25.032092"], ["updated_at", "2016-03-09 15:43:25.032092"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adrain_reichert@cronaschamberger.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adrain_reichert@cronaschamberger.net"], ["name", "Walker Hagenes DDS"], ["password_digest", "$2a$04$mKp8ldQp8Tw9yalZjF./V.zZFsFbprA8AMYlZ/U9F4mo08I60Nf.C"], ["created_at", "2016-03-09 15:43:25.043767"], ["updated_at", "2016-03-09 15:43:25.043767"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marie.dach@cronin.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marie.dach@cronin.io"], ["name", "Marquis Runolfsdottir"], ["password_digest", "$2a$04$3cebWvFNU7nfobxclKsoaOcxAyyQLr98mMuO93DFPAryXknacFMey"], ["created_at", "2016-03-09 15:43:25.054958"], ["updated_at", "2016-03-09 15:43:25.054958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Voluptas ducimus nihil consequatur ut praesentium. Quo officiis asperiores consequatur."], ["summary", "Eveniet dicta quo maiores sequi. Iure eius a qui amet. In quaerat et et impedit voluptatibus."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:25.061706"], ["updated_at", "2016-03-09 15:43:25.061706"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miracle.muller@beermarvin.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "miracle.muller@beermarvin.net"], ["name", "Demario Lesch MD"], ["password_digest", "$2a$04$mO6IKSZofbkcZM/P/tWbvePu.xoX6dL6VyMsnfsifDj6chjW.1WR."], ["created_at", "2016-03-09 15:43:25.070777"], ["updated_at", "2016-03-09 15:43:25.070777"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Dolorem cupiditate et. Doloremque culpa iure. Et debitis quis libero quaerat sint. Vitae dolore blanditiis ut illum beatae omnis."], ["summary", "Eveniet aut sint eius."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:25.076656"], ["updated_at", "2016-03-09 15:43:25.076656"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-09 13:43:25.078785"], ["updated_at", "2016-03-09 15:43:25.082563"], ["id", 20]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-09 15:43:25.079515"], ["updated_at", "2016-03-09 15:43:25.089001"], ["id", 21]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('junius_yundt@kilbacklindgren.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "junius_yundt@kilbacklindgren.co"], ["name", "Opal Monahan V"], ["password_digest", "$2a$04$ZBks28krrC3QZOxto2aJReBwdhfkuPq.614mz5IhIdWIdr2h46LJm"], ["created_at", "2016-03-09 15:43:25.102406"], ["updated_at", "2016-03-09 15:43:25.102406"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Tempora expedita ad qui sint nisi. Neque optio cupiditate sit maiores quia perspiciatis rerum. Magnam dignissimos cum aliquam est minus maxime sunt. Voluptatum quis sed facere ipsa dicta quod."], ["summary", "Rerum voluptates nobis id cumque dolor praesentium. Est reprehenderit ex accusamus sunt sit."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:25.109941"], ["updated_at", "2016-03-09 15:43:25.109941"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carlos@heathcote.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carlos@heathcote.org"], ["name", "Devan Hauck"], ["password_digest", "$2a$04$ivbgW4wg6fQ99gWx3opBoO8zXyHXoSgjv3s.Ge/5jUf0jpvSCfRtq"], ["created_at", "2016-03-09 15:43:25.118406"], ["updated_at", "2016-03-09 15:43:25.118406"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Optio iste omnis id. Deserunt possimus quis harum libero minus. Temporibus vitae qui."], ["summary", "Et numquam laudantium inventore voluptas."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-09 15:43:25.124891"], ["updated_at", "2016-03-09 15:43:25.124891"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.2ms) ROLLBACK  (0.8ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mckenna.carter@schuppe.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mckenna.carter@schuppe.info"], ["name", "Corine Robel"], ["password_digest", "$2a$04$4PIZT3s0mt199pUVMvSCneJFoZ1XnQL2NxuqJYiufhhtoEG5U8uem"], ["created_at", "2016-03-09 15:43:25.138511"], ["updated_at", "2016-03-09 15:43:25.138511"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eliseo@langworthko.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eliseo@langworthko.name"], ["name", "Alysa Bernhard"], ["password_digest", "$2a$04$pw2oxl1j4veO.7ku7CXM/uEsUDzSp4VTjmkU3bvg11RQjcGTnDvjS"], ["created_at", "2016-03-09 15:43:25.149440"], ["updated_at", "2016-03-09 15:43:25.149440"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Possimus corporis culpa. Voluptatem quis sint. Dolorem eos totam aut ea aut dicta. Consequuntur sed praesentium est voluptas eaque."], ["summary", "Vel asperiores nihil magni."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-09 15:43:25.155787"], ["updated_at", "2016-03-09 15:43:25.155787"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-09 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:25.161308"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keyshawn_ohara@townereynolds.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keyshawn_ohara@townereynolds.name"], ["name", "Loyal Boehm DDS"], ["password_digest", "$2a$04$kfGUz45VjaObZbi4TyXwH.VDsGeBBKhjcVoYPn1HO7Cy/FUagw6Am"], ["created_at", "2016-03-09 15:43:25.172708"], ["updated_at", "2016-03-09 15:43:25.172708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Occaecati saepe eos ea veritatis deleniti. Enim eaque exercitationem rem perspiciatis. Aut magni mollitia vel voluptatem."], ["summary", "Nihil eos ducimus delectus optio sapiente. Consequatur qui at mollitia dolores quidem eaque porro."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:25.178752"], ["updated_at", "2016-03-09 15:43:25.178752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:25.183758"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garfield.aufderhar@quigley.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garfield.aufderhar@quigley.biz"], ["name", "Lucio Larson IV"], ["password_digest", "$2a$04$YXeRztqU8ae9kAP6WMexpe/naGsvTllQtiEQ4pqbeykJwfr2WYcoC"], ["created_at", "2016-03-09 15:43:25.202859"], ["updated_at", "2016-03-09 15:43:25.202859"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$aJlDfxppLA.YIp8DaWIBGuLqCLTiQdF0XH0bCEpyBQ5aJqNMG4sae"], ["created_at", "2016-03-09 15:43:25.300642"], ["updated_at", "2016-03-09 15:43:25.300642"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.5ms) ROLLBACK  (1.2ms) BEGIN  (0.4ms) COMMIT  (0.5ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$eEn.s8eG55feualW0.u18e0bEQBx.ziYQ7MWbKUtaJhZRlrASKzWu"], ["created_at", "2016-03-09 15:43:25.422844"], ["updated_at", "2016-03-09 15:43:25.422844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caroline@rodriguezwitting.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caroline@rodriguezwitting.net"], ["name", "Rosendo Goodwin"], ["password_digest", "$2a$04$OcIHJ2gUmP65nkaDt69BZeUVPfjGVfz/so0/71aMJ4Ry1ppMO5yzW"], ["created_at", "2016-03-09 15:43:25.449957"], ["updated_at", "2016-03-09 15:43:25.449957"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Minima fuga ut a quasi. Mollitia quod omnis sunt placeat. Quia exercitationem reprehenderit voluptatem dolores vel excepturi."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-09 15:43:25.455203"], ["updated_at", "2016-03-09 15:43:25.455203"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (24.1ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.6ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (12.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (6.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (52.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (2.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.9ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (4.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$U.FoA0g.D0SXbeJGLgE3BeYhcUtVQ.vVGTk1i6TY0TXU9xwihtRL6"], ["created_at", "2016-03-15 20:04:22.965390"], ["updated_at", "2016-03-15 20:04:22.965390"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$bhSDi1wgBMy0LbZzYXPI0ek2vpVFVpXEe53I9JZeYRMUv5RE3pVuO"], ["created_at", "2016-03-15 20:04:22.994551"], ["updated_at", "2016-03-15 20:04:22.994551"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$HDmf73Lzqh6WVuYyVBulkOrS/2B3HoXCIcg1BGo3LatUHY0/Rc1vi"], ["updated_at", "2016-03-15 20:04:23.001925"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meredith_daniel@mcglynn.org') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meredith_daniel@mcglynn.org"], ["name", "Alfonzo Schmeler"], ["password_digest", "$2a$04$4tJQViRx0/vU3KkYJAdccu/1GriRjAigZzXruRiP5oc1FpOhcGQYa"], ["created_at", "2016-03-15 20:04:23.477296"], ["updated_at", "2016-03-15 20:04:23.477296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Quas iure consequatur sed debitis natus. Ratione a dignissimos voluptatibus rerum officiis iste. Corrupti eum rerum nobis iste repudiandae iure. Similique exercitationem rerum necessitatibus."], ["summary", "Sed corrupti ducimus asperiores quas nihil qui. Aliquid unde neque tempore dolorem."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-15 20:04:23.621548"], ["updated_at", "2016-03-15 20:04:23.621548"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miles_reinger@uptonschaden.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "miles_reinger@uptonschaden.net"], ["name", "Susanna Langworth"], ["password_digest", "$2a$04$2oE0UidQ1uyAyDLUPF5Nt.z1gN7Tn6x8UVqYsK7qS6/4hruJHTb8C"], ["created_at", "2016-03-15 20:04:23.673759"], ["updated_at", "2016-03-15 20:04:23.673759"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Voluptatum veritatis maiores laudantium similique. Sunt consequatur dolores."], ["summary", "Est nihil corporis fugit ut non nulla."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-15 20:04:23.678019"], ["updated_at", "2016-03-15 20:04:23.678019"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bridget@ohara.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bridget@ohara.name"], ["name", "Marlin Langworth PhD"], ["password_digest", "$2a$04$VxDPCM4n4IE8Uev6V3Va9OlAQbLUTohw.uqk21r0Z35pVs.Dfi5Uq"], ["created_at", "2016-03-15 20:04:23.684795"], ["updated_at", "2016-03-15 20:04:23.684795"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Et assumenda sequi autem accusantium. Deleniti aliquam voluptatum nisi nulla eum iusto dolores."], ["summary", "Non laboriosam deserunt eius dolorem sint. Sed eos fuga cum sunt et suscipit placeat."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-15 20:04:23.689921"], ["updated_at", "2016-03-15 20:04:23.689921"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebba.labadie@schinner.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ebba.labadie@schinner.biz"], ["name", "Miss Neva D'Amore"], ["password_digest", "$2a$04$7mLs1EojhEti.rdRpS/ACuV676W4RwZ.mvUHHxRITD4.QdxB6NaHK"], ["created_at", "2016-03-15 20:04:23.699634"], ["updated_at", "2016-03-15 20:04:23.699634"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Quia voluptatem tempore iure. Optio dolorum amet nihil quas. Minima molestiae ea. Facere dignissimos eos ut sunt odit exercitationem molestiae."], ["summary", "Quam sed rerum qui. At laudantium rerum ut est quidem qui voluptas."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-15 20:04:23.705298"], ["updated_at", "2016-03-15 20:04:23.705298"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adela@runolfsdottir.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adela@runolfsdottir.io"], ["name", "Nikko Hettinger"], ["password_digest", "$2a$04$QXbLMU2UPBlSHon5A5UJQ.ViLVE6d.Q63tZXjGxTNgKk9eBQAwJkS"], ["created_at", "2016-03-15 20:04:23.717050"], ["updated_at", "2016-03-15 20:04:23.717050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Modi labore facere. Ut odio sunt asperiores doloremque exercitationem. Ratione facere dolorem molestias debitis."], ["summary", "Reprehenderit ullam nobis. Quo qui quibusdam est nihil."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-15 20:04:23.722134"], ["updated_at", "2016-03-15 20:04:23.722134"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ryder@doyle.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ryder@doyle.name"], ["name", "Turner Reichel"], ["password_digest", "$2a$04$qE/NRk48zUOYqObuDmGY7O2XKPRIE/alOd4qxgMljDjooBNg1mYqK"], ["created_at", "2016-03-15 20:04:23.728966"], ["updated_at", "2016-03-15 20:04:23.728966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Amet voluptatem aut. Maxime enim nam alias ex iure."], ["summary", "Odit et quos ut similique hic quae possimus. Odio eius expedita voluptatem. Corporis fugit dolorum eius labore."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-15 20:04:23.733196"], ["updated_at", "2016-03-15 20:04:23.733196"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aditya_hyatt@wehnerkuhic.biz') LIMIT 1 SQL (2.0ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aditya_hyatt@wehnerkuhic.biz"], ["name", "Mrs. Elnora Ullrich"], ["password_digest", "$2a$04$ulJgKQIn1B2b9R4woxK2DuWtV870cepTex.BJcTsdRDsZg.gmpYcW"], ["created_at", "2016-03-15 20:04:23.740246"], ["updated_at", "2016-03-15 20:04:23.740246"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Sint aut numquam. Nihil maxime et beatae eaque dolore at nam. Est et ducimus minima quidem vel tempore. Vel sit corrupti culpa veniam placeat quasi illo."], ["summary", "Vitae ab sit illum molestias."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-15 20:04:23.747213"], ["updated_at", "2016-03-15 20:04:23.747213"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dock.krajcik@lindhomenick.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dock.krajcik@lindhomenick.co"], ["name", "Mariah Lang"], ["password_digest", "$2a$04$30FHBc3hFP18eO/3pZHp8upMg8f1ZT4LGbIwtApwX2dMnS04sNgjG"], ["created_at", "2016-03-15 20:04:23.758492"], ["updated_at", "2016-03-15 20:04:23.758492"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Et eum odio. Ratione officiis at sit. Iste accusamus sint beatae facere nobis. Optio earum cum recusandae distinctio nam nihil."], ["summary", "Soluta voluptatem ad non. Dolor ut aut eaque error aspernatur sunt."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-15 20:04:23.765983"], ["updated_at", "2016-03-15 20:04:23.765983"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ada.homenick@friesen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ada.homenick@friesen.net"], ["name", "Mr. Antonina Kiehn"], ["password_digest", "$2a$04$bgFsLt440K5cvAhFL/rK6OU1656iwiotj3/50SYnXCHRWM4oskxO2"], ["created_at", "2016-03-15 20:04:23.775395"], ["updated_at", "2016-03-15 20:04:23.775395"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Sit voluptatibus repudiandae veniam. Totam aut odio cupiditate voluptates temporibus. Odit cupiditate unde cumque quibusdam ducimus aut. Ea voluptate necessitatibus magni voluptatem nesciunt veritatis."], ["summary", "Ut ut sed a et. Voluptatibus dolor provident nihil saepe."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-15 20:04:23.781450"], ["updated_at", "2016-03-15 20:04:23.781450"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dandre.legros@corkery.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dandre.legros@corkery.com"], ["name", "Lorna Hilpert"], ["password_digest", "$2a$04$SYYMnK79ObL90yVrHgloO.8nMXBLD4RHjijwQT4OxWLonYrfc1KFW"], ["created_at", "2016-03-15 20:04:23.789054"], ["updated_at", "2016-03-15 20:04:23.789054"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Voluptatem et delectus sit voluptas. Culpa ea veniam iusto totam. Rerum sit rerum ullam. Itaque sed et unde atque."], ["summary", "At qui quisquam."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-15 20:04:23.793524"], ["updated_at", "2016-03-15 20:04:23.793524"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liliane.cummings@fay.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liliane.cummings@fay.biz"], ["name", "Reyna Reichel"], ["password_digest", "$2a$04$EQxDZmvtU/.EJFJ9AqO8Ue9vJ2JpqpLLRKIwulXp6rFhXTixMPiWi"], ["created_at", "2016-03-15 20:04:23.803151"], ["updated_at", "2016-03-15 20:04:23.803151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Et non doloremque. Libero nemo aut culpa."], ["summary", "Dolores voluptates aut sed molestias perspiciatis blanditiis. Sit animi aut assumenda omnis voluptate. Tempora qui assumenda voluptatem quod quas molestiae quia."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-15 20:04:23.808961"], ["updated_at", "2016-03-15 20:04:23.808961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gregg@dare.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gregg@dare.biz"], ["name", "Dr. Tierra Watsica"], ["password_digest", "$2a$04$Ze6kpRshEFPAmLK7HMOFUeWOM2EQMHQxgJ/UcG8AOV72puK5jHEFW"], ["created_at", "2016-03-15 20:04:23.818637"], ["updated_at", "2016-03-15 20:04:23.818637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Quod est rerum tempore autem facere perspiciatis explicabo. Quia et iure possimus quisquam ut quos. Est delectus minima rerum omnis dolorem et esse."], ["summary", "Esse error sapiente dolore voluptatem id. Iure placeat est aut libero reprehenderit. Non repellendus veritatis nemo numquam expedita."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-15 20:04:23.823242"], ["updated_at", "2016-03-15 20:04:23.823242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('noble_wisoky@mayerhaley.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "noble_wisoky@mayerhaley.info"], ["name", "Kayleigh Gaylord III"], ["password_digest", "$2a$04$doZg2e5xSlH6I3l8TqX0NuocpFM5rTv9jUBc6K55neClwygTV23CW"], ["created_at", "2016-03-15 20:04:23.830037"], ["updated_at", "2016-03-15 20:04:23.830037"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Odio quam laboriosam. Quia ut molestias nesciunt dignissimos quidem."], ["summary", "Doloribus ea eos."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-15 20:04:23.834815"], ["updated_at", "2016-03-15 20:04:23.834815"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claudie@kuphal.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claudie@kuphal.com"], ["name", "Susan Schroeder"], ["password_digest", "$2a$04$Ach37HqnBPeKhJ1jKr0KyexIq4XVijzKOMFJgqSvghsw27qyFCEzu"], ["created_at", "2016-03-15 20:04:23.840956"], ["updated_at", "2016-03-15 20:04:23.840956"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Sint delectus et rem consectetur. Deserunt et cumque sequi quo. Deleniti blanditiis non sit voluptatem."], ["summary", "Velit sunt earum velit soluta officiis consequatur delectus."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-15 20:04:23.845254"], ["updated_at", "2016-03-15 20:04:23.845254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ellen.langworth@hanenader.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ellen.langworth@hanenader.name"], ["name", "Alysson Cole"], ["password_digest", "$2a$04$omr2LtLG0MJ1foPCfFw.rOrbxPcnwWHbr40ijb9Tqvw5mWrAOa8AC"], ["created_at", "2016-03-15 20:04:23.854303"], ["updated_at", "2016-03-15 20:04:23.854303"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Omnis natus non voluptas. Quasi veniam consequatur rerum aspernatur ut est. Delectus velit facilis est. Id ut quibusdam velit velit."], ["summary", "Optio facilis provident veniam quod dolore quia. Quasi facere molestiae id aperiam aut qui hic. Et nemo asperiores."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-15 20:04:23.859730"], ["updated_at", "2016-03-15 20:04:23.859730"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kimberly.baumbach@schummlockman.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kimberly.baumbach@schummlockman.net"], ["name", "Darrell Ritchie"], ["password_digest", "$2a$04$g9QxxKVvJ.KiM/SlhOCL8uCaCeSFP3W9iHWpW8ypkHDE213GDK5ue"], ["created_at", "2016-03-15 20:04:23.869494"], ["updated_at", "2016-03-15 20:04:23.869494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Magnam dolores odit. Alias necessitatibus quam laudantium. Et quam eveniet commodi qui reprehenderit."], ["summary", "Et repellendus assumenda atque. Rerum provident quis voluptatem consequatur quo eveniet."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-15 20:04:23.873985"], ["updated_at", "2016-03-15 20:04:23.873985"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvette@mcglynn.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yvette@mcglynn.name"], ["name", "Luigi Price PhD"], ["password_digest", "$2a$04$6LgIUYeRby2iRG4tuxFkaOwDWnYFtz8Kyo7wIAXxSLha5PZ.Fkmye"], ["created_at", "2016-03-15 20:04:23.880913"], ["updated_at", "2016-03-15 20:04:23.880913"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Odit provident fuga earum quis est et. Eum fugiat aut blanditiis. Fuga reprehenderit consequatur. Error harum aut."], ["summary", "Et reprehenderit nobis. Fuga dolor sequi omnis voluptate. Sequi quae quas natus aut velit laborum ut."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-15 20:04:23.885003"], ["updated_at", "2016-03-15 20:04:23.885003"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jean@prosaccoklocko.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jean@prosaccoklocko.info"], ["name", "Alba Gutkowski"], ["password_digest", "$2a$04$leuyjbi31WDdW/.EqWf.EeGvY1ySlfZ/Y.3f7rrNxQU7OVqHaNDgW"], ["created_at", "2016-03-15 20:04:23.892764"], ["updated_at", "2016-03-15 20:04:23.892764"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Possimus cupiditate iure. Odio assumenda temporibus vel et."], ["summary", "Et rerum cum placeat quaerat minus at maxime."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-15 20:04:23.899494"], ["updated_at", "2016-03-15 20:04:23.899494"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leatha.blanda@schneider.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leatha.blanda@schneider.biz"], ["name", "Constantin Bosco"], ["password_digest", "$2a$04$xVg5.i8BmtY8poOnQght4ejKD3yT.Yc4ZdW/FkXWa/aosn3xSf6TW"], ["created_at", "2016-03-15 20:04:23.909227"], ["updated_at", "2016-03-15 20:04:23.909227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Sit dolorem sunt qui quo. Incidunt temporibus aliquam ea molestias accusantium. Ut dolorem laboriosam enim."], ["summary", "Quia id animi earum est. Id amet enim enim praesentium voluptatibus quia. Libero fuga asperiores."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-15 20:04:23.915107"], ["updated_at", "2016-03-15 20:04:23.915107"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('victoria@thiel.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "victoria@thiel.info"], ["name", "Leola Nolan Sr."], ["password_digest", "$2a$04$AsjMmsa0w9rT3fPBOCxc..4Gzdn80iTBFjoNadT7TJ7bT8C8hTHRa"], ["created_at", "2016-03-15 20:04:23.925346"], ["updated_at", "2016-03-15 20:04:23.925346"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Architecto qui odio ex. Explicabo adipisci atque et molestiae. Consequuntur sit illo neque voluptatem. Qui magni natus voluptatem."], ["summary", "Et sed accusamus fugiat."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-15 20:04:23.933078"], ["updated_at", "2016-03-15 20:04:23.933078"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('uriah.pagac@miller.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "uriah.pagac@miller.org"], ["name", "Austen Maggio"], ["password_digest", "$2a$04$G0SnfZguVzqF65R0ShBGqu.yPBZlvxTRrIURbzANuq1BtieDVtrAy"], ["created_at", "2016-03-15 20:04:23.939864"], ["updated_at", "2016-03-15 20:04:23.939864"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Corrupti veritatis voluptates et. Unde sed et esse ea quasi. Fugiat ut recusandae a velit dolorem aliquid. Et debitis nesciunt pariatur expedita aut."], ["summary", "Aut aspernatur eligendi."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-15 20:04:23.944278"], ["updated_at", "2016-03-15 20:04:23.944278"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verner_spinka@reinger.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verner_spinka@reinger.io"], ["name", "Lacy Miller PhD"], ["password_digest", "$2a$04$cc6pH2W//vJk5YnFRtRMnuCKUb82e0txiWbvXdC.kFV1QKqIhUSiK"], ["created_at", "2016-03-15 20:04:23.951034"], ["updated_at", "2016-03-15 20:04:23.951034"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Impedit maiores quis consequatur aspernatur ut enim repellat. Voluptatum quia ea et omnis. Voluptas incidunt aliquid hic officiis. Facere vel assumenda voluptatum."], ["summary", "Aut dolores quam et. Nesciunt quisquam quis sint inventore nemo sunt perspiciatis."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-15 20:04:23.955497"], ["updated_at", "2016-03-15 20:04:23.955497"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zachery@collins.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zachery@collins.com"], ["name", "Van Becker V"], ["password_digest", "$2a$04$/1NoC/obXwi2Lky0nw1oOOegtkPcHQfr1WN.rfUnreq748wcXnjuC"], ["created_at", "2016-03-15 20:04:23.962971"], ["updated_at", "2016-03-15 20:04:23.962971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Fuga rerum est reprehenderit ut sunt consequuntur et. Sunt sit autem. Dicta blanditiis omnis qui fuga et illo omnis."], ["summary", "Eos nesciunt rem voluptatibus fuga dignissimos. Voluptatem fugit aut at sit."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-15 20:04:23.967553"], ["updated_at", "2016-03-15 20:04:23.967553"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gielle@wolfquigley.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gielle@wolfquigley.net"], ["name", "Neoma Reichel PhD"], ["password_digest", "$2a$04$yMxUCW6w1X.wc5uiKK4YLerXS4WbXo6LsAAZcbaJXm1Dif.n3apxi"], ["created_at", "2016-03-15 20:04:23.977252"], ["updated_at", "2016-03-15 20:04:23.977252"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Omnis a est cumque fugit numquam magnam cupiditate. Quis rerum voluptas repellendus ipsam quas ipsa."], ["summary", "Ea asperiores minus recusandae suscipit nemo est voluptas. Sequi illo earum consequatur rerum dolorum doloremque explicabo."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-15 20:04:23.984186"], ["updated_at", "2016-03-15 20:04:23.984186"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('octavia@stark.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "octavia@stark.org"], ["name", "Imogene Fadel PhD"], ["password_digest", "$2a$04$YJal9g2v1wUIffHmWLM6eeok46DS5uh2QMz7B7Uu3sKWOmFX0ROHS"], ["created_at", "2016-03-15 20:04:23.990544"], ["updated_at", "2016-03-15 20:04:23.990544"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Voluptates aut ut. Vel exercitationem laborum animi sint quod. Impedit culpa aliquam rerum perferendis voluptatem assumenda. Molestias natus ab cum adipisci et quidem quia."], ["summary", "Molestiae corporis omnis nemo eligendi. Earum exercitationem odit aut et minus est fugiat. Officia tempora quas provident quia."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-15 20:04:23.996079"], ["updated_at", "2016-03-15 20:04:23.996079"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('octavia_hermiston@reillyklocko.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "octavia_hermiston@reillyklocko.net"], ["name", "Joe Wunsch"], ["password_digest", "$2a$04$xPFrVnY9d17QT2fjmOzOW.LXVAe8Qs8y.mnvCAEnybkYQsOWQx7oe"], ["created_at", "2016-03-15 20:04:24.005614"], ["updated_at", "2016-03-15 20:04:24.005614"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Numquam ut alias repellendus iusto illo aut. Vitae autem aut quod eos qui."], ["summary", "Consequatur libero quo non nihil voluptates repellendus. Reiciendis rerum dolor."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-15 20:04:24.012039"], ["updated_at", "2016-03-15 20:04:24.012039"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liza@marvin.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liza@marvin.name"], ["name", "Lexus Gislason"], ["password_digest", "$2a$04$cFT8TmLboG3G0awuKuneqOaOueSR4QOdBXOz8RJUyxHUqCb3Sqo5S"], ["created_at", "2016-03-15 20:04:24.018461"], ["updated_at", "2016-03-15 20:04:24.018461"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Natus autem veniam et. Reprehenderit sed modi. Laboriosam ea sint vero dolorem rerum. Provident alias qui nihil quibusdam omnis."], ["summary", "Qui laboriosam dolores tempore earum et."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-15 20:04:24.022826"], ["updated_at", "2016-03-15 20:04:24.022826"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('omari@jacobson.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "omari@jacobson.info"], ["name", "Katrina Lockman"], ["password_digest", "$2a$04$nIQdh67lyEEfBBy8SauSeuNPiWbnxVNwKn.JlnRriLJ8T0P8vk/dm"], ["created_at", "2016-03-15 20:04:24.072308"], ["updated_at", "2016-03-15 20:04:24.072308"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-15 20:04:24.107869"], ["updated_at", "2016-03-15 20:04:24.107869"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('payton@stantonterry.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "payton@stantonterry.biz"], ["name", "Miss Corrine Runolfsdottir"], ["password_digest", "$2a$04$Wu5CvQwNDWnDydTKntLkwexA/8HsdDrv6ZPUuEOObpuAiaIGc0D4K"], ["created_at", "2016-03-15 20:04:24.131881"], ["updated_at", "2016-03-15 20:04:24.131881"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Rerum rerum ab voluptas qui eveniet. Veritatis ut aliquam id qui nemo provident adipisci. Commodi reiciendis voluptates non. Corrupti aut id.", "summary"=>"Repellat qui recusandae voluptatem et rerum cupiditate."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.9ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 8ms (Views: 2.4ms | ActiveRecord: 1.7ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-15 20:04:24.170140"], ["updated_at", "2016-03-15 20:04:24.170140"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Itaque beatae ipsum ut illo laudantium ut. Quibusdam repudiandae quo quas dicta facilis eius omnis. Error molestiae est. Eveniet sint fuga.", "summary"=>"Ipsa maiores praesentium cupiditate."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 1.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('margaretta_haley@emmerich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "margaretta_haley@emmerich.co"], ["name", "Catharine Wolf II"], ["password_digest", "$2a$04$dF3q1Iga8znr8ZCubOjWme7g34uezgZv74X8GJsgQl6dYEmkcULYO"], ["created_at", "2016-03-15 20:04:24.202201"], ["updated_at", "2016-03-15 20:04:24.202201"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Autem in possimus iure voluptatem quasi quis eos. Illo vel iste et officiis.", "author_id"=>"32"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Autem in possimus iure voluptatem quasi quis eos. Illo vel iste et officiis."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-15 20:04:24.222715"], ["updated_at", "2016-03-15 20:04:24.222715"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 2.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Qui quod commodi eum velit qui. Molestias reprehenderit consequatur ea est. Quia fugit reiciendis."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tiffany_cain@hoegerschiller.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tiffany_cain@hoegerschiller.biz"], ["name", "Sonya Kovacek"], ["password_digest", "$2a$04$Hi36XQusfCffgjXQ0tcZL.XJ7WFWXY.glrqbps68A64LDRw8PfUby"], ["created_at", "2016-03-15 20:04:24.263979"], ["updated_at", "2016-03-15 20:04:24.263979"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Repudiandae ullam dolorum debitis inventore. Et dolorem neque magnam eligendi et."], ["summary", "Laboriosam nesciunt in possimus optio ratione dolores. Dolor perspiciatis eos nam officia vitae tenetur quo. Quia voluptas dolorem corporis totam rerum accusamus laudantium."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-15 20:04:24.270268"], ["updated_at", "2016-03-15 20:04:24.270268"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lura@turcottewelch.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lura@turcottewelch.net"], ["name", "Theresia Reynolds"], ["password_digest", "$2a$04$wked4KcpcG.mDLFKmObsmezVrybsPJKJaEmRR9jMnx4HV1fz9iTTG"], ["created_at", "2016-03-15 20:04:24.300832"], ["updated_at", "2016-03-15 20:04:24.300832"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Atque iure possimus ipsum excepturi asperiores. Beatae nisi dolores sapiente. Ea aut sint voluptatem quia fugiat magnam ut. Cum reprehenderit quibusdam voluptas."], ["summary", "Veritatis dolorem laudantium esse labore. Blanditiis aut sit tenetur nemo. Blanditiis quis facere aliquid ab."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-15 20:04:24.306101"], ["updated_at", "2016-03-15 20:04:24.306101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.5ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-15 20:04:24.332769"], ["updated_at", "2016-03-15 20:04:24.332769"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('telly@townegreenholt.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "telly@townegreenholt.co"], ["name", "Eleazar Durgan"], ["password_digest", "$2a$04$mLnfV0/NgY/UWscdSmeDrOWdRFZ7dV4upEaLvuhqBPbl4yinpvrpa"], ["created_at", "2016-03-15 20:04:24.344918"], ["updated_at", "2016-03-15 20:04:24.344918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Est velit quos maxime. Velit voluptas velit ipsa in. Provident sit aspernatur vero error veritatis autem. Consequuntur laudantium facilis."], ["summary", "Autem quisquam optio dolorum. Nostrum perspiciatis recusandae."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-15 20:04:24.351813"], ["updated_at", "2016-03-15 20:04:24.351813"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 1.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kailyn@conroy.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kailyn@conroy.io"], ["name", "Alta Berge"], ["password_digest", "$2a$04$HI986KiA8bTxC1Hf7Kh9IOkYaiXTlPZvrbwvNPV4YG/2vYFSaFIte"], ["created_at", "2016-03-15 20:04:24.379788"], ["updated_at", "2016-03-15 20:04:24.379788"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (1.9ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Eos autem qui. Non aspernatur eligendi. Et accusamus est omnis optio doloribus."], ["summary", "Neque dolores voluptatem in vitae ea temporibus minus."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-15 20:04:24.384890"], ["updated_at", "2016-03-15 20:04:24.384890"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.403738"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 21ms (ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garrick_lubowitz@armstrong.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garrick_lubowitz@armstrong.biz"], ["name", "Antonietta Shanahan"], ["password_digest", "$2a$04$t9spT7Lybq/XhMZDnrJY3eYSgjSoNx.Ze8yk0824TdqcqE5.yLIFq"], ["created_at", "2016-03-15 20:04:24.428268"], ["updated_at", "2016-03-15 20:04:24.428268"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Quaerat et sit sequi quo aliquam maxime tenetur. Amet et blanditiis animi accusamus et pariatur similique. Et suscipit est error est quaerat modi voluptatem. Aut quibusdam recusandae est possimus sint."], ["summary", "Vitae eveniet repellendus quod."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-15 20:04:24.434084"], ["updated_at", "2016-03-15 20:04:24.434084"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.447233"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.5ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('virginia_kuphal@metzbartell.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "virginia_kuphal@metzbartell.info"], ["name", "Miss Kacey Balistreri"], ["password_digest", "$2a$04$4z74BtSgAniBQ6816slPLu.vL.AVZykG1IfC2ljV8gt0f7cEnmN7i"], ["created_at", "2016-03-15 20:04:24.469028"], ["updated_at", "2016-03-15 20:04:24.469028"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carmen.carroll@paucek.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carmen.carroll@paucek.name"], ["name", "Lisette Stroman DDS"], ["password_digest", "$2a$04$m.XJX/gppqsAkXZqDdU2y.GVXSGHSVh37Kc8eujs/0Q.tJ9//zgLu"], ["created_at", "2016-03-15 20:04:24.476476"], ["updated_at", "2016-03-15 20:04:24.476476"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Velit earum nulla qui. Velit dolorem eaque facere aperiam dolore sapiente."], ["summary", "Repellendus praesentium ut quibusdam nihil hic repellat et. Molestiae occaecati consequatur. Nostrum dolorem minus aut ut ut fugiat."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-15 20:04:24.482158"], ["updated_at", "2016-03-15 20:04:24.482158"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-15 20:04:24.499559"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.9ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-15 20:04:24.525081"], ["updated_at", "2016-03-15 20:04:24.525081"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kennith@upton.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kennith@upton.io"], ["name", "Dr. Gene Schultz"], ["password_digest", "$2a$04$Hmjvp9pHxdJF6t2k2YfjceiC1TL6zV5soprlCgiRe5dWvGWafqnqm"], ["created_at", "2016-03-15 20:04:24.534906"], ["updated_at", "2016-03-15 20:04:24.534906"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Repellat et cum. Voluptatibus ipsa earum asperiores ut. Minus non omnis suscipit praesentium fuga necessitatibus. Ducimus rem amet rerum laudantium."], ["summary", "Laboriosam vitae dolore doloribus. Omnis rerum sed quibusdam rem. Beatae sapiente perspiciatis inventore."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-15 20:04:24.541142"], ["updated_at", "2016-03-15 20:04:24.541142"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (1.0ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.557700"], ["id", 35]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 3.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Adolfo Bayer"], ["password_digest", "$2a$04$sUMrbObLqzdxhpJPQSZyZOAChS3.7sUwCn.TYvCo/V2eOZBjugAkO"], ["created_at", "2016-03-15 20:04:24.607010"], ["updated_at", "2016-03-15 20:04:24.607010"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MVc1BOlbKWx0RlfnK0LgHuBRuWuDNRseMyhV2mPKGtwpOqZobDFQu"], ["updated_at", "2016-03-15 20:04:24.643084"], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 1.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-15 20:04:24.709151"], ["updated_at", "2016-03-15 20:04:24.709151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-15 20:04:24.748961"], ["updated_at", "2016-03-15 20:04:24.748961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-15 20:04:24.756043"], ["updated_at", "2016-03-15 20:04:24.756043"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-15 20:04:24.763987"], ["updated_at", "2016-03-15 20:04:24.763987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-15 20:04:24.771918"], ["updated_at", "2016-03-15 20:04:24.771918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-15 20:04:24.782682"], ["updated_at", "2016-03-15 20:04:24.782682"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-15 20:04:24.787503"], ["updated_at", "2016-03-15 20:04:24.787503"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-15 20:04:24.792008"], ["updated_at", "2016-03-15 20:04:24.792008"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-15 20:04:24.797450"], ["updated_at", "2016-03-15 20:04:24.797450"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-15 20:04:24.803341"], ["updated_at", "2016-03-15 20:04:24.803341"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-15 20:04:24.810132"], ["updated_at", "2016-03-15 20:04:24.810132"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-15 20:04:24.818244"], ["updated_at", "2016-03-15 20:04:24.818244"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-15 20:04:24.825523"], ["updated_at", "2016-03-15 20:04:24.825523"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-15 20:04:24.832207"], ["updated_at", "2016-03-15 20:04:24.832207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-15 20:04:24.838334"], ["updated_at", "2016-03-15 20:04:24.838334"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-15 20:04:24.846210"], ["updated_at", "2016-03-15 20:04:24.846210"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-15 20:04:24.855470"], ["updated_at", "2016-03-15 20:04:24.855470"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-15 20:04:24.860999"], ["updated_at", "2016-03-15 20:04:24.860999"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-15 20:04:24.867131"], ["updated_at", "2016-03-15 20:04:24.867131"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-15 20:04:24.873793"], ["updated_at", "2016-03-15 20:04:24.873793"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-15 20:04:24.880985"], ["updated_at", "2016-03-15 20:04:24.880985"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-15 20:04:24.887242"], ["updated_at", "2016-03-15 20:04:24.887242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-15 20:04:24.899799"], ["updated_at", "2016-03-15 20:04:24.899799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-15 20:04:24.906619"], ["updated_at", "2016-03-15 20:04:24.906619"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-15 20:04:24.914477"], ["updated_at", "2016-03-15 20:04:24.914477"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-15 20:04:24.921982"], ["updated_at", "2016-03-15 20:04:24.921982"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-15 20:04:24.928780"], ["updated_at", "2016-03-15 20:04:24.928780"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (1.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elmer.dare@hahn.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elmer.dare@hahn.info"], ["name", "Christine Tillman"], ["password_digest", "$2a$04$5Ao0eB4sbHwA9XrAg2rOhuBLAIsfOmBvhE2LoVjJX2enw0Al82RFO"], ["created_at", "2016-03-15 20:04:24.972775"], ["updated_at", "2016-03-15 20:04:24.972775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-15 20:04:24.988725"], ["updated_at", "2016-03-15 20:04:24.988725"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 16ms (ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 1.9ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-15 20:04:25.044981"], ["updated_at", "2016-03-15 20:04:25.044981"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-15 20:04:25.078268"], ["updated_at", "2016-03-15 20:04:25.078268"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-15 20:04:25.091833"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 17ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:25.121854"], ["updated_at", "2016-03-15 20:04:25.121854"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.4ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-15 20:04:25.133872"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.4ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:25.152601"], ["updated_at", "2016-03-15 20:04:25.152601"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 2.4ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-15 20:04:25.180769"], ["updated_at", "2016-03-15 20:04:25.180769"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dameon@beattyreichel.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dameon@beattyreichel.co"], ["name", "Okey Johnston"], ["password_digest", "$2a$04$9GLoM6N/AmMb8KjF/aCKRegpd1CbYQV1x0B9JXwrNvpY4/u9vjE0q"], ["created_at", "2016-03-15 20:04:25.207189"], ["updated_at", "2016-03-15 20:04:25.207189"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Praesentium ut aperiam ea sed harum a delectus. Tempora officia omnis. Est debitis adipisci aut. Et nemo dolor."], ["summary", "Id cupiditate amet numquam rem sequi ab."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.213134"], ["updated_at", "2016-03-15 20:04:25.213134"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('treie@konopelski.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "treie@konopelski.net"], ["name", "Oceane Muller"], ["password_digest", "$2a$04$85JiGay0pMllDgf0EX6r4uPl/osTVjypXdWH/qe4SUJhZjAxecIPe"], ["created_at", "2016-03-15 20:04:25.221717"], ["updated_at", "2016-03-15 20:04:25.221717"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Numquam illo et omnis possimus dolores. Quod doloremque necessitatibus harum et. Dolore vitae repellendus praesentium modi laudantium culpa. Saepe hic nihil aut sed omnis quia."], ["summary", "Doloremque sunt quo eum aut non saepe provident."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.227676"], ["updated_at", "2016-03-15 20:04:25.227676"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zechariah@farrellhilpert.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zechariah@farrellhilpert.io"], ["name", "Sydni Koss"], ["password_digest", "$2a$04$/nwQXVVRpTFZ553clMyIl.pQecTd3pcxLBZq3Xcw.iXvZSSoLEhqe"], ["created_at", "2016-03-15 20:04:25.240062"], ["updated_at", "2016-03-15 20:04:25.240062"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Repellat voluptatem nisi doloribus est. Cupiditate earum assumenda possimus. Nostrum inventore possimus consectetur rerum in eum. Porro suscipit recusandae asperiores."], ["summary", "Aut veritatis est dicta aut dolor. Deleniti incidunt recusandae vel. Omnis ut reiciendis."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-15 20:04:25.244803"], ["updated_at", "2016-03-15 20:04:25.244803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-14 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:25.249822"], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cary_jacobi@rueckerbecker.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cary_jacobi@rueckerbecker.org"], ["name", "Cornell Hills DDS"], ["password_digest", "$2a$04$JP49nQrEXstJeMlSod.JqeVR0LjwxFaIqwtEmPrics177ZsQ7WAsS"], ["created_at", "2016-03-15 20:04:25.301976"], ["updated_at", "2016-03-15 20:04:25.301976"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Voluptas minus quia placeat odio voluptas sit voluptatem. Et non tempore est inventore."], ["summary", "Quibusdam minima est ut sed dolores. Voluptas sed unde autem ut tempore. In doloribus corrupti."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.307320"], ["updated_at", "2016-03-15 20:04:25.307320"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marilie@bauchconnelly.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marilie@bauchconnelly.net"], ["name", "Ocie Wisozk"], ["password_digest", "$2a$04$mghHnp/.dfIvP0NsomDdVOWngcJJbBg91WVzuImhuWOwMl.1lD2My"], ["created_at", "2016-03-15 20:04:25.313844"], ["updated_at", "2016-03-15 20:04:25.313844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Molestias sint maiores. Illum laborum ipsam sit."], ["summary", "Rerum laborum suscipit autem. Hic harum voluptatem minima delectus eligendi eaque. Laudantium vitae provident quod harum adipisci eveniet odio."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.318839"], ["updated_at", "2016-03-15 20:04:25.318839"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elnora@mann.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elnora@mann.io"], ["name", "Jeffery Raynor"], ["password_digest", "$2a$04$d0UwskmSEZOP9pOJ22sRg.dpr5DDWzpFlEhtxhBSugGupEWMpUWTK"], ["created_at", "2016-03-15 20:04:25.325949"], ["updated_at", "2016-03-15 20:04:25.325949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Quasi sunt qui. Quasi mollitia et molestiae aut suscipit ut non. Officia voluptatem aperiam. Qui adipisci voluptas modi recusandae."], ["summary", "Labore voluptatem a velit ut molestiae pariatur. Alias sequi rerum et non eos ad quisquam."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.330742"], ["updated_at", "2016-03-15 20:04:25.330742"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brooke@kunderippin.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brooke@kunderippin.io"], ["name", "Freeda Hamill"], ["password_digest", "$2a$04$t/cI89dKPy7/TQG2UrZEe.RTN3ENomYhj91U.iFSecT9Y9zcaGxk."], ["created_at", "2016-03-15 20:04:25.338504"], ["updated_at", "2016-03-15 20:04:25.338504"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Iusto eos explicabo illum officiis rem minima quis. Quia occaecati et error est. Aut laboriosam voluptate illum."], ["summary", "Eos voluptatibus eligendi enim illo et exercitationem. Neque sapiente ea quibusdam et."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.344954"], ["updated_at", "2016-03-15 20:04:25.344954"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('layla@okonnienow.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "layla@okonnienow.net"], ["name", "Mrs. Araceli Leffler"], ["password_digest", "$2a$04$SFi2R1ru236XzgfEKfYfl.deDOASlz2HCNMh32jc3vUACbYHPyJJC"], ["created_at", "2016-03-15 20:04:25.353942"], ["updated_at", "2016-03-15 20:04:25.353942"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Accusantium earum praesentium optio sed aut. Dolorem dolorem et commodi. A earum maxime. Quos aliquid veniam deleniti cum."], ["summary", "Aut labore fuga."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.358337"], ["updated_at", "2016-03-15 20:04:25.358337"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kailey.hahn@botsford.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kailey.hahn@botsford.biz"], ["name", "Shaun Schaefer Jr."], ["password_digest", "$2a$04$xVq8y2HwkVuaPUd16PI8aumqVcifDv.KwUOXJ0xM.EsuaCBlTm2U2"], ["created_at", "2016-03-15 20:04:25.365582"], ["updated_at", "2016-03-15 20:04:25.365582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Minus natus maxime ut deleniti est omnis. In inventore ut. Culpa nemo tenetur recusandae molestiae id nam eaque. Porro alias cumque impedit libero est eveniet ratione."], ["summary", "Asperiores similique hic at modi qui velit. Omnis voluptatem laboriosam et in."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.370269"], ["updated_at", "2016-03-15 20:04:25.370269"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruthe@sawayn.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruthe@sawayn.net"], ["name", "Jocelyn Lesch"], ["password_digest", "$2a$04$2K5WMJfY7UDGJ/S5mpduWOSyRq/a.aHHBBbySR.BCQV76IbhstHC6"], ["created_at", "2016-03-15 20:04:25.376867"], ["updated_at", "2016-03-15 20:04:25.376867"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Vero aut dolorum velit quam nostrum. Quos rerum et eius. Numquam nesciunt corporis id. Id ea esse dolorem ut vero."], ["summary", "Magni corporis assumenda ut. Eum iure in dolore accusamus fugiat magnam sequi. Est ut quia ex omnis veniam voluptas aspernatur."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.381936"], ["updated_at", "2016-03-15 20:04:25.381936"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karlee@durgan.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "karlee@durgan.org"], ["name", "Eulalia Lockman"], ["password_digest", "$2a$04$ncajNqYhJrWVDho5ehoro.1gUqCmHJ/g90GRYstZg.IHsI/iRA5AW"], ["created_at", "2016-03-15 20:04:25.389286"], ["updated_at", "2016-03-15 20:04:25.389286"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Consectetur pariatur porro. Dolores accusamus omnis corporis. Iusto enim rerum nulla illo. Voluptatem soluta aut expedita corrupti voluptas."], ["summary", "Autem ducimus debitis ipsa provident quam tempore."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.393771"], ["updated_at", "2016-03-15 20:04:25.393771"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cordie@christiansen.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cordie@christiansen.io"], ["name", "Bernita Sipes"], ["password_digest", "$2a$04$uVI84jQtbhXbxSbCscrHTeqGar3jw5/LhJ0K.vDFkA23t0DKNCDli"], ["created_at", "2016-03-15 20:04:25.400361"], ["updated_at", "2016-03-15 20:04:25.400361"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Veritatis esse nam sed aut. Sequi eos dolor accusantium."], ["summary", "Rerum odio amet. Soluta sint ea id voluptatem dolorem a."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.405676"], ["updated_at", "2016-03-15 20:04:25.405676"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jasen@von.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jasen@von.co"], ["name", "Lincoln Bahringer"], ["password_digest", "$2a$04$w5GPe75twayaU.B5dhTK0OSf51cUqDPAQk0glfZMNMQdV1usl7un2"], ["created_at", "2016-03-15 20:04:25.413378"], ["updated_at", "2016-03-15 20:04:25.413378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "At consequuntur inventore voluptatem. Molestiae omnis et qui adipisci suscipit placeat. Praesentium autem esse doloribus qui ea."], ["summary", "Autem sed et et."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.418581"], ["updated_at", "2016-03-15 20:04:25.418581"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayce.braun@okon.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jayce.braun@okon.com"], ["name", "Benjamin Heaney"], ["password_digest", "$2a$04$ck0rFkifVrEhWWf4GWpHBuTNzzbZiVuNdzK78DTmC1IszsL3kS5xS"], ["created_at", "2016-03-15 20:04:25.425708"], ["updated_at", "2016-03-15 20:04:25.425708"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Nihil minima et maiores. Maiores qui consectetur. Quo aut enim eum."], ["summary", "Laboriosam quo velit qui consequatur atque quisquam facilis. Dolore deserunt saepe aliquam nulla rerum consequatur."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.430301"], ["updated_at", "2016-03-15 20:04:25.430301"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gina_gerlach@reichelferry.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gina_gerlach@reichelferry.net"], ["name", "Otha Johnson"], ["password_digest", "$2a$04$zVXCGtnE38DZkJ9SNN1OJe8yIvw/hDbPiRmC2S1vAR8ObHg.fEGYO"], ["created_at", "2016-03-15 20:04:25.449242"], ["updated_at", "2016-03-15 20:04:25.449242"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Molestiae occaecati et vel odit nostrum aspernatur. Id magni et et non et. Nostrum aut eos exercitationem quasi nam. Ipsum ducimus ut voluptate culpa voluptates et."], ["summary", "Harum culpa minus occaecati accusantium ratione."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.453770"], ["updated_at", "2016-03-15 20:04:25.453770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pink@boscohodkiewicz.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pink@boscohodkiewicz.co"], ["name", "Shanie Tremblay"], ["password_digest", "$2a$04$kodkOXzgm/YwxhiVZwHk6uyVDXNc/3Gd8MwSpb.EKkU4T9i/xAryS"], ["created_at", "2016-03-15 20:04:25.474221"], ["updated_at", "2016-03-15 20:04:25.474221"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Doloribus culpa numquam veritatis architecto rerum consectetur debitis. Architecto provident voluptatem amet vero debitis. Facere odio rem."], ["summary", "Ea numquam quas repudiandae recusandae."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-15 20:04:25.479694"], ["updated_at", "2016-03-15 20:04:25.479694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-15 20:04:25.498125"], ["updated_at", "2016-03-15 20:04:25.498125"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 33ms (Views: 13.8ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-15 20:04:25.548640"], ["updated_at", "2016-03-15 20:04:25.548640"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stanton@beahan.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stanton@beahan.net"], ["name", "Nils Aufderhar"], ["password_digest", "$2a$04$y6VUfhptV5mlZWxK7WC6kOuqpWXV32zGlUxIt5l68zNPDzmESv7O2"], ["created_at", "2016-03-15 20:04:25.556825"], ["updated_at", "2016-03-15 20:04:25.556825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Inventore ratione ea ea voluptatem officia qui. Ipsum aspernatur esse quas id."], ["summary", "Eos voluptates perferendis. Placeat laboriosam ut quo libero distinctio occaecati. Ut culpa et perspiciatis vitae accusantium ratione."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.575590"], ["updated_at", "2016-03-15 20:04:25.575590"]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('warren_green@oreillyhudson.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "warren_green@oreillyhudson.io"], ["name", "Glenda Runolfsson"], ["password_digest", "$2a$04$D.nMAwG2WJ9dPdGx/Q2EyuQP6xrZkJQxs.2sdgfWIMPo7QQJSPeFm"], ["created_at", "2016-03-15 20:04:25.585988"], ["updated_at", "2016-03-15 20:04:25.585988"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Eveniet itaque qui enim. Totam id eaque."], ["summary", "Aperiam quas repellat et. Perspiciatis delectus sit illo."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.596744"], ["updated_at", "2016-03-15 20:04:25.596744"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maida@powlowski.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maida@powlowski.name"], ["name", "Frieda Steuber"], ["password_digest", "$2a$04$J7lsvNrTuEnwCaqqYNchMODIAwBQDwJEYGNO9ZyutJmL63MWZjhCy"], ["created_at", "2016-03-15 20:04:25.608718"], ["updated_at", "2016-03-15 20:04:25.608718"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Possimus similique ea a placeat exercitationem. Rerum quisquam id officia enim sapiente et. Vitae ipsum dolore non quia quae. Ducimus quisquam deleniti."], ["summary", "Quisquam reprehenderit recusandae expedita quis voluptatem non. A id eos quia recusandae aut et nesciunt."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-15 20:04:25.631749"], ["updated_at", "2016-03-15 20:04:25.631749"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('randy.harris@kutchhyatt.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "randy.harris@kutchhyatt.net"], ["name", "Mr. Jena Farrell"], ["password_digest", "$2a$04$.fD59tJJI9aAg2BCJkJfN.DAGNVe4nf2vHt/Dpg/SnnK7xGBOmmu6"], ["created_at", "2016-03-15 20:04:25.642457"], ["updated_at", "2016-03-15 20:04:25.642457"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Inventore deleniti velit. Molestiae et non culpa facere omnis voluptatibus."], ["summary", "Et officia vitae explicabo et consequuntur. Consequuntur libero consequatur eius officiis repudiandae. Odit explicabo itaque."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.647872"], ["updated_at", "2016-03-15 20:04:25.647872"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-13 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:25.654243"], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.8ms) Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-15 20:04:25.680033"], ["updated_at", "2016-03-15 20:04:25.680033"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('geovany@schoensimonis.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "geovany@schoensimonis.name"], ["name", "Emelia Cassin"], ["password_digest", "$2a$04$bRyPONVaKUK6hxzw7K91v.mfFHlg/fBfc/WNNHDN/e6QbAk4w.1eK"], ["created_at", "2016-03-15 20:04:25.687848"], ["updated_at", "2016-03-15 20:04:25.687848"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Nam quis qui et alias hic veniam debitis. Neque provident dolorem in sed voluptas minus vel. Sit nesciunt tempora suscipit optio dolor aut."], ["summary", "Amet consequuntur et minima aut ex. Consequatur qui accusantium at. Error necessitatibus eos."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.696489"], ["updated_at", "2016-03-15 20:04:25.696489"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bradly@cartwrightdenesik.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bradly@cartwrightdenesik.biz"], ["name", "Gavin Block"], ["password_digest", "$2a$04$A92LKCLl8qiuVuARHUhQPepA.EOIg7O83Vn.k5fU8xiBw/olPJVv."], ["created_at", "2016-03-15 20:04:25.705536"], ["updated_at", "2016-03-15 20:04:25.705536"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Et veniam sit cumque voluptatem maxime itaque. Possimus suscipit voluptate."], ["summary", "Voluptatem velit expedita dicta aut cumque."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.714886"], ["updated_at", "2016-03-15 20:04:25.714886"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willie_toy@terry.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willie_toy@terry.info"], ["name", "Leora Tillman"], ["password_digest", "$2a$04$ZV2C6epNQsn16nacfuEwK.yf8HOdnzRxb6MkY8xZJ7FQMJ2SQAdEu"], ["created_at", "2016-03-15 20:04:25.723786"], ["updated_at", "2016-03-15 20:04:25.723786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Nam sunt et nisi eos dolorem consequatur et. Quidem distinctio quam dolores vel et pariatur. Voluptas temporibus at eum adipisci et illo perspiciatis. Perferendis in et qui officia vero."], ["summary", "Voluptatem veritatis autem fugiat illum et suscipit aut. Molestiae quo facilis ex consequatur excepturi."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.736254"], ["updated_at", "2016-03-15 20:04:25.736254"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enos@senger.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "enos@senger.name"], ["name", "Bernhard Fritsch"], ["password_digest", "$2a$04$ykALaTNl/YMMDvX3MYtP2e601wZdaTHUCnXh3sEE0W7MNpMnhtL9K"], ["created_at", "2016-03-15 20:04:25.745428"], ["updated_at", "2016-03-15 20:04:25.745428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Similique ut voluptas. Soluta doloremque temporibus laudantium."], ["summary", "Quia voluptas quisquam optio ea similique fuga non."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.754858"], ["updated_at", "2016-03-15 20:04:25.754858"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lizeth.sanford@kuphal.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lizeth.sanford@kuphal.io"], ["name", "Percy Grady"], ["password_digest", "$2a$04$r86QpDLHr.NA1Wv1c6Rp8uOWuaDQcr9aXjh46CpnhiBXucrkDcO2C"], ["created_at", "2016-03-15 20:04:25.765623"], ["updated_at", "2016-03-15 20:04:25.765623"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Voluptatibus consequatur nisi. Minus soluta quod. Deleniti nostrum consequuntur debitis blanditiis minima nam maxime. Explicabo ducimus tempore facere qui."], ["summary", "Aut quo et. Et aliquid quasi rerum sed. Alias sint culpa eos."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.775019"], ["updated_at", "2016-03-15 20:04:25.775019"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mackenzie@dibbert.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mackenzie@dibbert.info"], ["name", "Oswald King"], ["password_digest", "$2a$04$YAXV/52hqDsceJVv/rE9C.xp1ktoyIej6Lu3L0yutWnTjNBXPiOe."], ["created_at", "2016-03-15 20:04:25.784003"], ["updated_at", "2016-03-15 20:04:25.784003"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Enim possimus aut repellat. Qui architecto aut voluptatem et."], ["summary", "Magni rem quaerat neque praesentium voluptatem fuga sit. Placeat facilis sint ut et ratione at rerum."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.792837"], ["updated_at", "2016-03-15 20:04:25.792837"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magnus_tillman@fahey.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "magnus_tillman@fahey.net"], ["name", "Jaiden Kassulke"], ["password_digest", "$2a$04$1ZL0F23vakxa061TGwP5fOLmAPqwgN/h/ThX2yRlT2sIhYddIhWa2"], ["created_at", "2016-03-15 20:04:25.801568"], ["updated_at", "2016-03-15 20:04:25.801568"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Iure corporis aperiam. Animi qui maxime fugiat velit quidem aut. Explicabo porro nulla ut dolor sed corporis."], ["summary", "Deleniti voluptate aut laborum et alias ut sit. Impedit repellendus nesciunt minima totam ab."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.811312"], ["updated_at", "2016-03-15 20:04:25.811312"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('andrew@kunde.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "andrew@kunde.co"], ["name", "Lexi Berge"], ["password_digest", "$2a$04$YWbrEuPOXvTyFK4Ym6gnyO/CxntUWTA4z3CIGeskwPmmYBpHfl.fS"], ["created_at", "2016-03-15 20:04:25.820779"], ["updated_at", "2016-03-15 20:04:25.820779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Rerum tempore quia blanditiis molestiae dolorem. Aut deleniti molestiae eaque."], ["summary", "In et iste nihil id nisi facilis. Quo soluta cupiditate et quis."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.829510"], ["updated_at", "2016-03-15 20:04:25.829510"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('odie.price@nikolaus.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "odie.price@nikolaus.org"], ["name", "Sabryna Eichmann"], ["password_digest", "$2a$04$ijJABTFHyqx4jT7MHiFf7OYNuAJcV/EQLSnpoo1/yGpJAAE6ke8J6"], ["created_at", "2016-03-15 20:04:25.840032"], ["updated_at", "2016-03-15 20:04:25.840032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Consequatur perferendis pariatur quos. Ea impedit tempora occaecati et neque facilis. Distinctio soluta quaerat."], ["summary", "Quia rerum voluptates illo molestiae. Dolorum id veritatis qui consequuntur est. Exercitationem accusamus quaerat et veritatis et."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.848518"], ["updated_at", "2016-03-15 20:04:25.848518"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nathanael@heidenreichlueilwitz.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nathanael@heidenreichlueilwitz.org"], ["name", "Abelardo Nader"], ["password_digest", "$2a$04$EW/NtqTcUqeV4b00QU9gZOAFk0A0a/s5wQ0axld3jvb6E0oNPRrOi"], ["created_at", "2016-03-15 20:04:25.857518"], ["updated_at", "2016-03-15 20:04:25.857518"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Ipsam assumenda corrupti dolorem. Ut doloribus corrupti rerum voluptates. Et quis sunt."], ["summary", "Rem omnis consequuntur sapiente non pariatur iure omnis. Accusamus rem suscipit corporis dolorem. Delectus aspernatur hic mollitia quam."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.866850"], ["updated_at", "2016-03-15 20:04:25.866850"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vincenza.monahan@emmerich.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vincenza.monahan@emmerich.name"], ["name", "Martine Howell"], ["password_digest", "$2a$04$FrF88FeYV7ejv/cGBwErh.GtZc9dFDfofkAjpiDFSZyTxhGRUao5q"], ["created_at", "2016-03-15 20:04:25.876002"], ["updated_at", "2016-03-15 20:04:25.876002"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Doloribus odio aliquam ut nisi. Libero dolorum et voluptas quia. Fuga dolorem omnis magni voluptate."], ["summary", "Eos similique dolorem modi aut. Quaerat maiores et. Quibusdam tenetur ducimus iure sint eveniet nostrum molestiae."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.886810"], ["updated_at", "2016-03-15 20:04:25.886810"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (1.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 15ms (Views: 1.4ms | ActiveRecord: 2.1ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jo_senger@reynoldsfeil.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jo_senger@reynoldsfeil.info"], ["name", "Milford Hirthe"], ["password_digest", "$2a$04$F6ajGhStls8AcHMs9Umn3.ayFxQ7pTwRAWXmuGnW1LbB1NMKouVKe"], ["created_at", "2016-03-15 20:04:25.921519"], ["updated_at", "2016-03-15 20:04:25.921519"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (15.2ms) Completed 200 OK in 424ms (Views: 423.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jo_senger@reynoldsfeil.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "jo_senger@reynoldsfeil.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mX54ubbPydyD9CrPZ6CcvuvTejSYhFK4R1283dRJXlupj1SDmR2pq"], ["updated_at", "2016-03-15 20:04:26.398105"], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.8ms) Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('araceli@hayes.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "araceli@hayes.info"], ["name", "Pietro McDermott IV"], ["password_digest", "$2a$04$RDZae6DPekFYZ8WsvwT4/ueMY/SI5BXEfb9fbJ1XkMh9GmugJo0cC"], ["created_at", "2016-03-15 20:04:26.465495"], ["updated_at", "2016-03-15 20:04:26.465495"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Quasi doloremque corrupti soluta et. Voluptates molestiae omnis quia magnam est nihil. Facere illum labore enim dolorem quas adipisci ducimus. Culpa molestiae architecto qui harum distinctio dolorum."], ["summary", "Quos voluptas expedita fugiat itaque voluptatem quisquam. Et aut asperiores nesciunt vero voluptatem error."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-15 20:04:26.469750"], ["updated_at", "2016-03-15 20:04:26.469750"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.9ms) Completed 200 OK in 42ms (Views: 37.8ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ursula_kris@runolfon.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ursula_kris@runolfon.org"], ["name", "Mr. Delphine Mraz"], ["password_digest", "$2a$04$QGeC7GE6k7b3UcYhLZgESepzRFJlhBKQWC5LbiqGKvKvmMRki3foi"], ["created_at", "2016-03-15 20:04:26.532216"], ["updated_at", "2016-03-15 20:04:26.532216"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ursula_kris@runolfon.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ursula_kris@runolfon.org"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$beNsE/G37GfUfUtiDNZ.Yeu7yBKXG.ffPOxshq3O3jJca1PZpKiNG"], ["updated_at", "2016-03-15 20:04:26.598950"], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 26ms (Views: 21.9ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trystan@bahringermarquardt.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trystan@bahringermarquardt.org"], ["name", "Emery Trantow"], ["password_digest", "$2a$04$UgwQ1fV79Bf6TvoVLgbzO.uJGEWdyQzXDCe3qNLfPzy86UcDE2CNa"], ["created_at", "2016-03-15 20:04:26.639075"], ["updated_at", "2016-03-15 20:04:26.639075"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Beatae ea sunt consequatur ea velit quas reiciendis. Fugiat enim voluptatem. Eligendi non fugit quis porro consequuntur."], ["summary", "Nihil est similique. Dolores exercitationem commodi et."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-15 20:04:26.643323"], ["updated_at", "2016-03-15 20:04:26.643323"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chelsie@dooley.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chelsie@dooley.org"], ["name", "Clair Bergstrom"], ["password_digest", "$2a$04$4z3fNaDGfhdxjynVUwztxOhgLOxBv7NhFT2Hhpiq3jWk4pau788UC"], ["created_at", "2016-03-15 20:04:26.649840"], ["updated_at", "2016-03-15 20:04:26.649840"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Enim voluptatum sint quam sit temporibus. Aut sed odit maiores minus. Odit at reiciendis. Officia sit ad porro aliquam."], ["summary", "Corporis asperiores ea ipsam placeat. Voluptas ullam sit."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-15 20:04:26.654442"], ["updated_at", "2016-03-15 20:04:26.654442"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('horacio@adamsthiel.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "horacio@adamsthiel.com"], ["name", "Dangelo Batz PhD"], ["password_digest", "$2a$04$hWvvuHMGkfWIdKq/zKVJ1eAUEyVfy2qYzeVrbUcr86nEYk7H.ZI86"], ["created_at", "2016-03-15 20:04:26.661178"], ["updated_at", "2016-03-15 20:04:26.661178"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Cupiditate dolore rerum officiis. Ut est est amet consequuntur officiis. Cupiditate voluptas eligendi velit."], ["summary", "Quisquam reiciendis et accusamus. Omnis beatae expedita non voluptas."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-15 20:04:26.665547"], ["updated_at", "2016-03-15 20:04:26.665547"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosemarie_okuneva@brekkeconn.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosemarie_okuneva@brekkeconn.io"], ["name", "Hilbert Frami"], ["password_digest", "$2a$04$dBwPcfQ4SialU5DE2Bd5A.3ldiiizdnvSu2fAJa.rKdl9Fe19957W"], ["created_at", "2016-03-15 20:04:26.672833"], ["updated_at", "2016-03-15 20:04:26.672833"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Eligendi quo perspiciatis et recusandae amet. Mollitia possimus fugit nihil id ducimus fugiat et. Beatae recusandae unde. Et sed officiis quo impedit esse fuga dolorem."], ["summary", "Veniam vitae provident ea qui."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-15 20:04:26.677512"], ["updated_at", "2016-03-15 20:04:26.677512"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('may@uptonwilkinson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "may@uptonwilkinson.net"], ["name", "Aditya Koepp"], ["password_digest", "$2a$04$LlA.MQhBrClS2BnGMpLMSuaI6qJRmz76RJZ4dWCRuozcCj7q/ozS2"], ["created_at", "2016-03-15 20:04:26.687352"], ["updated_at", "2016-03-15 20:04:26.687352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Ut aut explicabo et dolorum cum inventore laboriosam. Porro delectus voluptas et nihil."], ["summary", "Voluptas ipsa asperiores est. Saepe consequatur quidem molestiae aspernatur dolorem."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-15 20:04:26.692417"], ["updated_at", "2016-03-15 20:04:26.692417"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nathanael.abernathy@johnstongreenfelder.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nathanael.abernathy@johnstongreenfelder.com"], ["name", "Dylan Trantow"], ["password_digest", "$2a$04$N4nUE9VPbl94rdkvcf6pVuyJojnVhU9hB4tZI.SeAidXeQnK2YeOi"], ["created_at", "2016-03-15 20:04:26.699705"], ["updated_at", "2016-03-15 20:04:26.699705"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Recusandae quo tempore odio quasi rerum nesciunt. Non et similique et est. Cumque et eaque rem aliquam."], ["summary", "Sunt molestias quia animi. Quia nam velit. Modi aut saepe pariatur quis."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-15 20:04:26.704078"], ["updated_at", "2016-03-15 20:04:26.704078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('breana.williamson@bogan.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "breana.williamson@bogan.net"], ["name", "Donnell Hoeger"], ["password_digest", "$2a$04$rDNpScAmsx8/p.j7cDCate2rfLMnvQXND5T5CcgD0iiD9UeMHgADi"], ["created_at", "2016-03-15 20:04:26.711142"], ["updated_at", "2016-03-15 20:04:26.711142"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Nam tenetur repudiandae ea voluptatem. Itaque corrupti ea dicta tempora voluptatem aspernatur et. Dignissimos reiciendis recusandae soluta consequatur vel est voluptatem. Velit nulla est veniam sit."], ["summary", "Animi quis officiis provident aut id quasi."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-15 20:04:26.715869"], ["updated_at", "2016-03-15 20:04:26.715869"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keshaun.kaulke@lubowitz.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keshaun.kaulke@lubowitz.name"], ["name", "Isidro Rogahn"], ["password_digest", "$2a$04$L0d60Z9hdlQzJ0ehyQSpeuAtuMxcxWmdQuoVigx2TNqSfV4KS1fS."], ["created_at", "2016-03-15 20:04:26.723125"], ["updated_at", "2016-03-15 20:04:26.723125"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Modi molestias nulla nam. Tenetur error quia aut perferendis quo distinctio."], ["summary", "Possimus recusandae qui sunt itaque explicabo. Possimus ipsum sequi voluptas rerum. Voluptas sed nemo sed."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-15 20:04:26.728785"], ["updated_at", "2016-03-15 20:04:26.728785"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('uriah@schumm.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "uriah@schumm.biz"], ["name", "Delfina Glover"], ["password_digest", "$2a$04$oxx54mXSlh0CSOxKscTPg.WSttj0Z7.c2Sja38U8.GoJAjXvstuOm"], ["created_at", "2016-03-15 20:04:26.740845"], ["updated_at", "2016-03-15 20:04:26.740845"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Vero ex cumque. Quia officiis voluptas facilis odit tempore a esse. Et porro non quo."], ["summary", "Excepturi et et inventore distinctio ut officiis eum. Labore quae minus libero pariatur temporibus possimus. Harum est hic."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-15 20:04:26.745417"], ["updated_at", "2016-03-15 20:04:26.745417"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gina@olson.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gina@olson.net"], ["name", "Valentina Pouros PhD"], ["password_digest", "$2a$04$tnY8vsTJKSAjFw1yuR8/.uaOCm9TFFsV9OpEKzhKwnw8sqtUvN.66"], ["created_at", "2016-03-15 20:04:26.753162"], ["updated_at", "2016-03-15 20:04:26.753162"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Quaerat debitis ab voluptatem aut eos excepturi. Recusandae quasi nihil possimus harum sunt ex."], ["summary", "Deleniti doloremque explicabo. Vel quis ea nihil. Dolor ipsa incidunt."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-15 20:04:26.759070"], ["updated_at", "2016-03-15 20:04:26.759070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ricardo_wyman@goodwin.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ricardo_wyman@goodwin.co"], ["name", "Mr. Gia Powlowski"], ["password_digest", "$2a$04$BonB0FvhdD/R7t5yHLIaYe.tv4l8X6lm.QVDT78yjbZVMpsv/hR6a"], ["created_at", "2016-03-15 20:04:26.766618"], ["updated_at", "2016-03-15 20:04:26.766618"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Incidunt delectus dicta. In veniam vitae. Et minima corrupti explicabo qui."], ["summary", "Delectus ad fuga quos vero et. Qui mollitia quis et vitae. Sunt occaecati eligendi."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-15 20:04:26.770877"], ["updated_at", "2016-03-15 20:04:26.770877"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('favian@little.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "favian@little.net"], ["name", "Dr. Buford D'Amore"], ["password_digest", "$2a$04$v787nE.5f.1BG4ETMdr7Neeor40EtCyKiTaZZOyFppxG0TWGlFaGS"], ["created_at", "2016-03-15 20:04:26.777325"], ["updated_at", "2016-03-15 20:04:26.777325"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Deserunt et accusamus porro ducimus aut. Ipsum quibusdam beatae suscipit odio adipisci. Doloremque voluptatibus ipsum non sit sunt officia."], ["summary", "Illo autem laborum aut. Qui fuga eum."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-15 20:04:26.783496"], ["updated_at", "2016-03-15 20:04:26.783496"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tad.kutch@barrows.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tad.kutch@barrows.info"], ["name", "Jaeden Luettgen"], ["password_digest", "$2a$04$zNOCGygBLC3g2HBJo089GO//WKJw9OLzOTw2Dd8clvA9i7l2vuv2G"], ["created_at", "2016-03-15 20:04:26.792595"], ["updated_at", "2016-03-15 20:04:26.792595"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Similique laboriosam pariatur blanditiis doloremque et minima. Consequuntur sed dolorum dolores architecto quaerat pariatur facilis. Nihil provident eum repellat aliquid."], ["summary", "Officia debitis aut porro perferendis id."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-15 20:04:26.798393"], ["updated_at", "2016-03-15 20:04:26.798393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ilene@medhurst.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ilene@medhurst.biz"], ["name", "Patsy Kilback"], ["password_digest", "$2a$04$x1W68gM2nvnS.N7z5lXzUOBuAFz7wU.LqGkf5sUq7dySDDdzn4TCa"], ["created_at", "2016-03-15 20:04:26.806526"], ["updated_at", "2016-03-15 20:04:26.806526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Sed dolorum sint quaerat in. Aspernatur dolorum omnis ut quia quisquam molestiae animi. Qui voluptatem aut qui. Quia voluptas hic error qui corrupti."], ["summary", "Quis vel ut et ipsa vitae sed aut. Sed magni maxime. Sint sed vel qui perferendis minus consequuntur."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-15 20:04:26.811412"], ["updated_at", "2016-03-15 20:04:26.811412"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adam@hauckschamberger.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adam@hauckschamberger.com"], ["name", "Abel Gulgowski DVM"], ["password_digest", "$2a$04$2oVPzxPbjENMturMdz7W4.Pk3PjYD52OvO6H3iut8ccEoejR7mdnq"], ["created_at", "2016-03-15 20:04:26.817993"], ["updated_at", "2016-03-15 20:04:26.817993"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Est id ut ut deleniti occaecati aliquam. Omnis ducimus repellat voluptatum soluta. In vel soluta explicabo eveniet. Sapiente dolor ratione eos ut nobis provident esse."], ["summary", "Possimus expedita debitis. Accusamus soluta quasi vitae et. Unde repellat quis voluptates sequi quas vitae."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-15 20:04:26.823320"], ["updated_at", "2016-03-15 20:04:26.823320"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bethany_bradtke@klocko.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bethany_bradtke@klocko.net"], ["name", "Jaycee Huel"], ["password_digest", "$2a$04$ccAls8H1NP53xjs/UvBrQelrztlbdi2cRfFYc.VEpZpSfNThiJsz6"], ["created_at", "2016-03-15 20:04:26.829831"], ["updated_at", "2016-03-15 20:04:26.829831"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Saepe sint nobis cupiditate quibusdam asperiores. Tempora qui dolores."], ["summary", "Incidunt delectus doloremque consequatur nemo. Est quis neque iusto vel quod."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-15 20:04:26.834420"], ["updated_at", "2016-03-15 20:04:26.834420"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('naomie@doylehyatt.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "naomie@doylehyatt.name"], ["name", "Roger Bartoletti"], ["password_digest", "$2a$04$tJWLE7UxgOv/8faDg7q1K.N2E4pP4mM7ZdZcfKiQJ1xRE9uHJObI."], ["created_at", "2016-03-15 20:04:26.841743"], ["updated_at", "2016-03-15 20:04:26.841743"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Dolores laboriosam aut est perspiciatis hic accusantium. Illo aliquid aut facilis maxime vel officia. Quisquam accusamus laborum voluptatem saepe quo ut unde."], ["summary", "Neque et id tenetur. Quasi iste vel eaque neque fuga dolorum rerum."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-15 20:04:26.845584"], ["updated_at", "2016-03-15 20:04:26.845584"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liliana@schneiderfeest.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liliana@schneiderfeest.org"], ["name", "Mrs. Marilie Gulgowski"], ["password_digest", "$2a$04$io8ZHwxC6IBluLVULb7UK.jI5MBsWhyz8l4shxxU5Y0pNcYXPO8A."], ["created_at", "2016-03-15 20:04:26.852051"], ["updated_at", "2016-03-15 20:04:26.852051"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Optio aut ut nihil. Quia eum modi suscipit beatae nam sit. Voluptatum consectetur et voluptas illo. Quibusdam et eveniet et deleniti."], ["summary", "Reiciendis aperiam molestiae ducimus id."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-15 20:04:26.856218"], ["updated_at", "2016-03-15 20:04:26.856218"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('will_blanda@lindgren.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "will_blanda@lindgren.com"], ["name", "Ms. Guillermo Langworth"], ["password_digest", "$2a$04$UXlAQMOCIg5u6KQpAVhqMe36fVA.CvpqktAG1y/AFApgwlxs9LBa."], ["created_at", "2016-03-15 20:04:26.862840"], ["updated_at", "2016-03-15 20:04:26.862840"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Consequatur rem excepturi sed ipsa quod magnam ad. Veniam recusandae est reprehenderit. Aliquam tempora perferendis voluptatibus voluptates dolor non ea."], ["summary", "Est est et. Quidem repudiandae fugit dolore molestias enim. Voluptate eligendi repudiandae reprehenderit."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-15 20:04:26.867111"], ["updated_at", "2016-03-15 20:04:26.867111"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bo@rolfson.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bo@rolfson.io"], ["name", "Kayla Beatty"], ["password_digest", "$2a$04$mqQ5wf6SYcjk6u96J8uUBOB54fSMYhGejCPUk/EWMVoGkfckHqhLO"], ["created_at", "2016-03-15 20:04:26.873347"], ["updated_at", "2016-03-15 20:04:26.873347"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Ullam provident qui totam. Totam omnis aperiam quaerat harum voluptate ut fuga. Aut voluptatibus rerum impedit natus dolor autem."], ["summary", "Est tenetur ratione numquam dolorem autem placeat dolorem."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-15 20:04:26.877295"], ["updated_at", "2016-03-15 20:04:26.877295"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dion_langworth@berge.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dion_langworth@berge.com"], ["name", "Lindsay Romaguera"], ["password_digest", "$2a$04$l62iP9niCKkeAbGL48SqPeY9k5s02gJ5pjhGgSZBLqH5PEEsKIXw."], ["created_at", "2016-03-15 20:04:26.883881"], ["updated_at", "2016-03-15 20:04:26.883881"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Repellendus repellat sed rerum cupiditate. Animi reiciendis debitis illum accusamus cumque. Ut at est."], ["summary", "Ducimus veniam quam quidem voluptas sit odit. Atque ipsum modi aut necessitatibus."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-15 20:04:26.888351"], ["updated_at", "2016-03-15 20:04:26.888351"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maya_reilly@reynolds.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maya_reilly@reynolds.io"], ["name", "Justina VonRueden DVM"], ["password_digest", "$2a$04$uMV487mNTYuUh1s25jx3nuPEX8cs1LCbJbEJI5dvdZZTpPubi61cG"], ["created_at", "2016-03-15 20:04:26.895012"], ["updated_at", "2016-03-15 20:04:26.895012"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Facilis sed et sapiente ipsum autem. Nemo nulla vel ipsa veritatis enim assumenda. Commodi dolor iusto cum non. Et ratione dolores."], ["summary", "Ut sunt qui quo quas culpa enim. Iusto necessitatibus recusandae sunt laudantium odio aut libero. Possimus consectetur ut."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-15 20:04:26.900155"], ["updated_at", "2016-03-15 20:04:26.900155"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jacinthe@runolfonlubowitz.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jacinthe@runolfonlubowitz.info"], ["name", "Lenny Weissnat"], ["password_digest", "$2a$04$TdILAycvOcW0ALL2R.XIHOzatTePGzw.YV0hWhyyEUQgQj3kk1b7m"], ["created_at", "2016-03-15 20:04:26.910291"], ["updated_at", "2016-03-15 20:04:26.910291"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Dolores modi magni labore et laudantium nisi officiis. Sit et accusamus voluptatem. Suscipit et illo in pariatur."], ["summary", "Perferendis provident a cumque. Odit dolor quia temporibus placeat."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-15 20:04:26.915063"], ["updated_at", "2016-03-15 20:04:26.915063"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('conner@williamson.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "conner@williamson.co"], ["name", "Mrs. Karolann Schulist"], ["password_digest", "$2a$04$Y6lqXsvx/p13p8h0l2uYyOhJIbZqQf9iVISlVxFNc/dRdTRlVssrK"], ["created_at", "2016-03-15 20:04:26.922411"], ["updated_at", "2016-03-15 20:04:26.922411"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Sapiente aut ut nam porro. A eum modi tempore sunt molestias dolores. Minima excepturi ut consequatur."], ["summary", "Architecto aut ipsa cumque illum aliquid exercitationem."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-15 20:04:26.928282"], ["updated_at", "2016-03-15 20:04:26.928282"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fae.lesch@thielbrakus.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fae.lesch@thielbrakus.info"], ["name", "Maiya Daniel"], ["password_digest", "$2a$04$Wd1FZDUWGLdC.cIps9GH5.Qgx/1BbbMzXXGSdcyYYjX1tK1CDoEJO"], ["created_at", "2016-03-15 20:04:26.936669"], ["updated_at", "2016-03-15 20:04:26.936669"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Soluta at distinctio deserunt beatae. Sed voluptatem deleniti qui necessitatibus eligendi inventore."], ["summary", "Architecto perferendis qui aut aperiam vel nisi. A at voluptas id est ullam."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-15 20:04:26.942044"], ["updated_at", "2016-03-15 20:04:26.942044"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('neal@skiles.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "neal@skiles.com"], ["name", "Miss Erick Marquardt"], ["password_digest", "$2a$04$vVefmZwKlENq5r8wv1ckE.iPk48R8j6RZ.2bpv9DBP5/p1Ypzp5q2"], ["created_at", "2016-03-15 20:04:26.951541"], ["updated_at", "2016-03-15 20:04:26.951541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Ut eos laborum aut molestias aut. Et autem est exercitationem. Voluptatibus ducimus non possimus inventore officia dolores sint."], ["summary", "Et velit eos nulla in."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-15 20:04:26.957105"], ["updated_at", "2016-03-15 20:04:26.957105"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (295.9ms) Completed 200 OK in 319ms (Views: 294.2ms | ActiveRecord: 23.5ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (50.0ms) Completed 200 OK in 96ms (Views: 89.4ms | ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claudie@lebsack.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claudie@lebsack.biz"], ["name", "Gisselle Harris DDS"], ["password_digest", "$2a$04$wquS/SuF4xixc5AOgksJ0uUpDBni4hhyYoLoEobLFL2kEusA6Nx02"], ["created_at", "2016-03-15 20:04:27.428083"], ["updated_at", "2016-03-15 20:04:27.428083"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.8ms) Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"claudie@lebsack.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "claudie@lebsack.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gzo547h3l.YfFI26lEfXf.0zN0sbvOQVJZOmQJ4zEYGc5fFUk.U8i"], ["updated_at", "2016-03-15 20:04:27.489314"], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ashleigh.olson@rippin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ashleigh.olson@rippin.org"], ["name", "Bonita Hudson"], ["password_digest", "$2a$04$Qz7hInbK.PrF/P.DzfqIPeG1E8rfrBMfCrMpZnb6StNd7heUNuP9."], ["created_at", "2016-03-15 20:04:27.541730"], ["updated_at", "2016-03-15 20:04:27.541730"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Ut quos quod. Nostrum incidunt aut ratione ex. Assumenda ut saepe."], ["summary", "Velit fugit aut dolorem. Totam possimus aut. Repellendus explicabo ut."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-15 20:04:27.546597"], ["updated_at", "2016-03-15 20:04:27.546597"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rudolph@swift.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rudolph@swift.net"], ["name", "Justus Olson"], ["password_digest", "$2a$04$282JCudyEJ5uY2xrhKluOOKUki98R.qkYq58vAJSSz7LcyZ/R3mdK"], ["created_at", "2016-03-15 20:04:27.553887"], ["updated_at", "2016-03-15 20:04:27.553887"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Dolores perferendis velit optio porro aut. Quisquam ipsa dignissimos. Et non saepe nam magni aut."], ["summary", "Corporis rerum quia."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-15 20:04:27.560036"], ["updated_at", "2016-03-15 20:04:27.560036"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alejandra@krajcik.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alejandra@krajcik.io"], ["name", "Jamar Kshlerin"], ["password_digest", "$2a$04$qWn/94t8HBe/iK9bg3cj7e40phmmjw6myaEQnuCOdpXf0FBpjzxo2"], ["created_at", "2016-03-15 20:04:27.571096"], ["updated_at", "2016-03-15 20:04:27.571096"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Quos doloribus rem dicta quaerat ducimus modi eius. Dicta distinctio nesciunt ut."], ["summary", "Autem ut voluptatum consectetur."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-15 20:04:27.576688"], ["updated_at", "2016-03-15 20:04:27.576688"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lacey.schuster@yost.co') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lacey.schuster@yost.co"], ["name", "Coby Zboncak"], ["password_digest", "$2a$04$L1Mdel1UMOxtIfw1Dr.Q3OQa0fmkBJgtompmRYtgPaA/E7lQWdJVO"], ["created_at", "2016-03-15 20:04:27.584675"], ["updated_at", "2016-03-15 20:04:27.584675"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Doloremque tempora libero consequuntur itaque vitae sit. Magnam quis nisi nam tenetur nulla odit assumenda. Fugiat dolorem quam dignissimos et. Blanditiis a aut nam."], ["summary", "Maxime in doloremque voluptatem."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-15 20:04:27.600999"], ["updated_at", "2016-03-15 20:04:27.600999"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sadye@schulist.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sadye@schulist.info"], ["name", "Emma Runolfsson PhD"], ["password_digest", "$2a$04$5iMe1xWBsNttR9gjMht/9etJ8L8fcl00Q0y4T5ZSpDH9OA/W.5imy"], ["created_at", "2016-03-15 20:04:27.608443"], ["updated_at", "2016-03-15 20:04:27.608443"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Quae incidunt et laboriosam officiis vel aut. Voluptas reprehenderit possimus. Ut et quia iure fugiat rem eos mollitia. Voluptatem voluptatibus similique pariatur quos quam est quas."], ["summary", "Amet qui aut ut necessitatibus commodi laudantium."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-15 20:04:27.613909"], ["updated_at", "2016-03-15 20:04:27.613909"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christina@johns.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christina@johns.net"], ["name", "Glenna Cormier"], ["password_digest", "$2a$04$KGoCoIU7r7qD1EF4IGbROO825y7t24JHohYJVVzPFj0QhtbNXW91i"], ["created_at", "2016-03-15 20:04:27.620682"], ["updated_at", "2016-03-15 20:04:27.620682"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Magnam sit autem molestiae sit sint consequatur. Et reiciendis quaerat."], ["summary", "Aspernatur occaecati voluptates illum labore quos esse. Exercitationem et hic fugiat ex."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-15 20:04:27.625400"], ["updated_at", "2016-03-15 20:04:27.625400"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('koby@osinski.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "koby@osinski.biz"], ["name", "Hertha Lubowitz DDS"], ["password_digest", "$2a$04$vEtMWW7LbSVqf1L89nSSp.MhFYjE2kGjekqK6kvxVipJ92yES8Ho6"], ["created_at", "2016-03-15 20:04:27.631914"], ["updated_at", "2016-03-15 20:04:27.631914"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Cum inventore quidem natus necessitatibus similique id facilis. Enim reprehenderit nobis laboriosam rerum qui ea. Quam natus quod quae maiores. Ut fugit possimus et cumque."], ["summary", "Minus quae unde nihil numquam."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-15 20:04:27.636399"], ["updated_at", "2016-03-15 20:04:27.636399"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('makenzie@oharaparker.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "makenzie@oharaparker.name"], ["name", "Chanelle Senger"], ["password_digest", "$2a$04$C7fHcBx6VjWE5n6RAehb7OEdIDxOEPyob2wkyf5L63xmbdfXICbVq"], ["created_at", "2016-03-15 20:04:27.643160"], ["updated_at", "2016-03-15 20:04:27.643160"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Eum unde quia rem possimus expedita vitae. Voluptatem quae neque quas magnam. Temporibus nisi facere veritatis at. Nulla beatae quam sint esse."], ["summary", "Illum et voluptates molestiae exercitationem. Vel optio odio eveniet aut est porro. Iusto accusamus fugiat asperiores."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-15 20:04:27.647644"], ["updated_at", "2016-03-15 20:04:27.647644"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('josh@okunevahaag.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "josh@okunevahaag.biz"], ["name", "Kenna Leuschke"], ["password_digest", "$2a$04$D4e5Q3xXftWB0ZaqGDuK4.ghyJJqJ63aeJU2cAEhjFre8EUGa6JlG"], ["created_at", "2016-03-15 20:04:27.653931"], ["updated_at", "2016-03-15 20:04:27.653931"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "In debitis id non sint. Error est sunt voluptas minima repudiandae atque sit. Modi nisi rem labore. Consequatur maiores velit qui."], ["summary", "Dolorem eos alias. Ut ea nulla ut."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-15 20:04:27.658412"], ["updated_at", "2016-03-15 20:04:27.658412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('catharine.moore@wintheiser.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "catharine.moore@wintheiser.io"], ["name", "Mrs. Mandy Franecki"], ["password_digest", "$2a$04$df0fBOUgH5VB2N6kbdPKB.r/w.I28GlJGmfrHwlXLFiXnSMmnAIsy"], ["created_at", "2016-03-15 20:04:27.665031"], ["updated_at", "2016-03-15 20:04:27.665031"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Iste nihil architecto doloribus sequi iure. Autem dolorem dignissimos. Omnis velit ut delectus enim qui dolore neque. Dolor voluptas tenetur aspernatur."], ["summary", "Repudiandae voluptatem sed dolorem sed perferendis quas. Fuga maxime voluptas veritatis nihil."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-15 20:04:27.670220"], ["updated_at", "2016-03-15 20:04:27.670220"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maia_lehner@monahan.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maia_lehner@monahan.biz"], ["name", "Zack Kohler"], ["password_digest", "$2a$04$KFGCqujZ60Y5NSd373QNM.bmPYJDrmdJKE2fxapNUN11QNedznmcS"], ["created_at", "2016-03-15 20:04:27.677070"], ["updated_at", "2016-03-15 20:04:27.677070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "In aut itaque necessitatibus quod ipsam fugit. Nihil voluptatibus delectus rerum provident."], ["summary", "Nesciunt accusantium esse aut."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-15 20:04:27.681832"], ["updated_at", "2016-03-15 20:04:27.681832"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claire@treuteldurgan.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claire@treuteldurgan.io"], ["name", "Sasha Hand"], ["password_digest", "$2a$04$DIsvSFDvy9uFyTJdwMcqIOARZM70p7BePGERIPfimsYNHIGHc5PeG"], ["created_at", "2016-03-15 20:04:27.688681"], ["updated_at", "2016-03-15 20:04:27.688681"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Quae quam minima qui. Sed tenetur voluptas quia. Natus quae nam soluta minus placeat. Eos quis fugiat illum et."], ["summary", "Enim reprehenderit rerum nostrum non qui eos et."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-15 20:04:27.692695"], ["updated_at", "2016-03-15 20:04:27.692695"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vern_jones@goodwin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vern_jones@goodwin.org"], ["name", "Kylie Zulauf Sr."], ["password_digest", "$2a$04$y//6xox5D1SECaWAyFB2oe/f3TYzUuvUyijNhn/EELQ06RRwMv2Ry"], ["created_at", "2016-03-15 20:04:27.699275"], ["updated_at", "2016-03-15 20:04:27.699275"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Voluptate consequatur autem sint laborum odio dolores. Et cupiditate assumenda sint corrupti quo sit. Explicabo nostrum doloremque aperiam minus harum ut et. Aut non sed."], ["summary", "Officia quae nobis ratione perspiciatis dolorum et aliquam."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-15 20:04:27.704445"], ["updated_at", "2016-03-15 20:04:27.704445"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('destiny_bernhard@raynor.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "destiny_bernhard@raynor.org"], ["name", "Isabel Larkin"], ["password_digest", "$2a$04$RdpxbFPJFQyqIQeK7nhlO..ZXB/izupfDUvQle504c4g01gIizqqW"], ["created_at", "2016-03-15 20:04:27.711194"], ["updated_at", "2016-03-15 20:04:27.711194"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Corporis beatae dolores nostrum aspernatur modi. Eligendi voluptatem incidunt maxime."], ["summary", "Dolorem aut suscipit libero minus id quae voluptatibus."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-15 20:04:27.716428"], ["updated_at", "2016-03-15 20:04:27.716428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darrin@lakin.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darrin@lakin.com"], ["name", "Roma Thompson DVM"], ["password_digest", "$2a$04$TF6ktA/OyxGbYXvOjQIQgO5Sd/VD4l6mSykAG6z/D46gxVPIC8crC"], ["created_at", "2016-03-15 20:04:27.722486"], ["updated_at", "2016-03-15 20:04:27.722486"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Magnam totam laudantium molestiae optio sunt sint quia. Et sunt nulla quis ad recusandae. Qui qui eaque iusto sit. Voluptate quaerat non in."], ["summary", "Quasi quos dignissimos suscipit occaecati odio quis."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-15 20:04:27.727249"], ["updated_at", "2016-03-15 20:04:27.727249"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reva.bernhard@bodehammes.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reva.bernhard@bodehammes.name"], ["name", "Reva Ebert DVM"], ["password_digest", "$2a$04$GZiH7tl87bpfvlTi3FBtE.bcWls9cdB9PEy2Y85DnOUTupeY7gPJS"], ["created_at", "2016-03-15 20:04:27.734293"], ["updated_at", "2016-03-15 20:04:27.734293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Adipisci voluptatibus optio debitis a molestiae est. Sequi ut et. Maxime nesciunt libero. Autem dicta voluptas rerum omnis."], ["summary", "Expedita tempora inventore rerum at sunt beatae. Cum consequuntur voluptatibus dolores. Molestiae numquam asperiores vel consequuntur aut."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-15 20:04:27.738900"], ["updated_at", "2016-03-15 20:04:27.738900"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aubrey_stark@balistreriborer.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aubrey_stark@balistreriborer.co"], ["name", "Frankie Wilderman"], ["password_digest", "$2a$04$B8poM02qM1fu/zrRnpp2ne2NPivnMJzMpbGDhvDJ86/UMDHevUpfK"], ["created_at", "2016-03-15 20:04:27.745169"], ["updated_at", "2016-03-15 20:04:27.745169"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Assumenda sed id laboriosam voluptatibus magnam debitis. Laudantium qui quaerat rerum aliquam. Neque quas odit incidunt quia sint."], ["summary", "Voluptatem explicabo voluptatum et iste molestiae sunt. In ea nemo eaque qui in. Quia qui repudiandae quas inventore aut ex."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-15 20:04:27.749947"], ["updated_at", "2016-03-15 20:04:27.749947"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leatha@bahringer.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leatha@bahringer.com"], ["name", "Marcel Wolff II"], ["password_digest", "$2a$04$37EeC8mI6egZH/YTiUfqM.uW5keMmI9LSxDPNc/Ss5Tf2YVQfJ3Ha"], ["created_at", "2016-03-15 20:04:27.757578"], ["updated_at", "2016-03-15 20:04:27.757578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Repudiandae saepe accusantium voluptatem impedit. Qui culpa praesentium tempore tempora quia necessitatibus."], ["summary", "Laborum unde sint blanditiis delectus."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-15 20:04:27.763026"], ["updated_at", "2016-03-15 20:04:27.763026"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaycee@barton.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaycee@barton.info"], ["name", "Giovani Mann"], ["password_digest", "$2a$04$NgY3tvULxm7BTTLPowBzoO8pr50G9HM43xWRtXhg5wqlpWMd13eMe"], ["created_at", "2016-03-15 20:04:27.770079"], ["updated_at", "2016-03-15 20:04:27.770079"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Assumenda velit rerum praesentium. Assumenda ducimus eos esse velit ut quas."], ["summary", "Laborum quo dolor ab laboriosam mollitia sed."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-15 20:04:27.774671"], ["updated_at", "2016-03-15 20:04:27.774671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('berta@zulauf.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "berta@zulauf.net"], ["name", "Janice Christiansen"], ["password_digest", "$2a$04$1h0.zkHTwTa/38vozRYv4epD3Da0WvnvRcOzrZVBlJLyw5ul2NKWu"], ["created_at", "2016-03-15 20:04:27.782929"], ["updated_at", "2016-03-15 20:04:27.782929"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Excepturi eos quae sit ab iure. Consectetur exercitationem qui rerum et laboriosam."], ["summary", "Ipsum quo id."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-15 20:04:27.787987"], ["updated_at", "2016-03-15 20:04:27.787987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dejah@klingbeahan.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dejah@klingbeahan.org"], ["name", "Mrs. Virginie Conroy"], ["password_digest", "$2a$04$Ws1CO72QpPPFHzRIZbwkge25mdtBwBOPKfM8usCQ9TqdAYg2Vbx3i"], ["created_at", "2016-03-15 20:04:27.796990"], ["updated_at", "2016-03-15 20:04:27.796990"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Consectetur voluptates in et sequi. Quae aut magnam dolores enim et veritatis. Autem unde reiciendis fugit."], ["summary", "Non in occaecati temporibus recusandae et. Autem sint repellendus voluptatibus quibusdam quas ad."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-15 20:04:27.802683"], ["updated_at", "2016-03-15 20:04:27.802683"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('veda_ebert@reichertrutherford.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "veda_ebert@reichertrutherford.net"], ["name", "Amira Barton"], ["password_digest", "$2a$04$viHWTaRtZ.HkQTflPRVdQOBXkYCZNXqFdDRPuDHt/QyhpaT2NvR46"], ["created_at", "2016-03-15 20:04:27.811466"], ["updated_at", "2016-03-15 20:04:27.811466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Optio veritatis quia quo et sed vero. Eligendi ut reiciendis aut velit quo. Quis provident eum."], ["summary", "Commodi saepe minima. Tempora placeat quos sunt amet assumenda sint. Itaque sit voluptatem ut."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-15 20:04:27.816865"], ["updated_at", "2016-03-15 20:04:27.816865"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('neoma_kozey@harber.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "neoma_kozey@harber.co"], ["name", "Eriberto Sporer"], ["password_digest", "$2a$04$qrrihdjgLJbiMmoIpc6hZ.pfkIg5CxETbf4lbi6cLwQtaA2KKUYqe"], ["created_at", "2016-03-15 20:04:27.825357"], ["updated_at", "2016-03-15 20:04:27.825357"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Dicta id ullam voluptatem eligendi. Et possimus quia ut. Cumque minima temporibus vel."], ["summary", "A consequatur vero sed aut. Corporis quas aut incidunt optio dolorem."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-15 20:04:27.831414"], ["updated_at", "2016-03-15 20:04:27.831414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madisen@stokes.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "madisen@stokes.co"], ["name", "Dina O'Reilly"], ["password_digest", "$2a$04$/57FVrSEIBxGipjuhKWbze1ghTAzcdYWABkwhMG0R4EXwzqovxM7W"], ["created_at", "2016-03-15 20:04:27.839912"], ["updated_at", "2016-03-15 20:04:27.839912"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Aut odit non quidem in accusantium voluptate ut. Dicta sed consequatur consectetur culpa est. Eveniet rerum sed quibusdam."], ["summary", "Ab sint velit quae quibusdam est rerum exercitationem. Enim id unde dolor quis. Non qui ea sit."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-15 20:04:27.845295"], ["updated_at", "2016-03-15 20:04:27.845295"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ahmed@torphycremin.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ahmed@torphycremin.name"], ["name", "Margret Streich I"], ["password_digest", "$2a$04$hy8n1aC0UOmY.iMOZzearuhGBpFHh2X6BrV7GyG00/o/OuSRSXWFe"], ["created_at", "2016-03-15 20:04:27.853973"], ["updated_at", "2016-03-15 20:04:27.853973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Explicabo vel atque nesciunt hic. Odio cupiditate perferendis unde repellendus debitis. Tempore alias quo at ut et qui adipisci."], ["summary", "Sint qui alias dolor quibusdam ut praesentium architecto. Facilis distinctio et."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-15 20:04:27.859415"], ["updated_at", "2016-03-15 20:04:27.859415"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adolf.boehm@sanfordjacobson.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adolf.boehm@sanfordjacobson.biz"], ["name", "Emory Howell"], ["password_digest", "$2a$04$TmviZhsiDS3YxddetM0R1edec0uWHo1Cf0asyII/k1fG/LKqcRimK"], ["created_at", "2016-03-15 20:04:27.867833"], ["updated_at", "2016-03-15 20:04:27.867833"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Et unde corrupti qui. Est voluptas repellendus libero quas tempore. Rerum accusantium dolores sit. Id autem quis est aut facilis."], ["summary", "Doloribus cum facere eligendi mollitia aut tempora. Dolor a illo quod quia voluptatem et. Voluptates qui optio explicabo numquam."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-15 20:04:27.873152"], ["updated_at", "2016-03-15 20:04:27.873152"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (224.6ms) Completed 200 OK in 243ms (Views: 218.8ms | ActiveRecord: 22.7ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.2ms) Completed 200 OK in 32ms (Views: 28.0ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emmalee.rodriguez@kihn.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emmalee.rodriguez@kihn.biz"], ["name", "Andrew"], ["password_digest", "$2a$04$NJKf7K1MzGW.HJhRjx3afepElVOjvOtZl0gQCFEF9L0lZtwQ19aMC"], ["created_at", "2016-03-15 20:04:28.179654"], ["updated_at", "2016-03-15 20:04:28.179654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"emmalee.rodriguez@kihn.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "emmalee.rodriguez@kihn.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$doDga8BZsgJbx1u/UEUePemioOPhUool6uB9aXCCttGAB/G7sQDoi"], ["updated_at", "2016-03-15 20:04:28.212520"], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 29ms (Views: 24.4ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('imani@heidenreich.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "imani@heidenreich.biz"], ["name", "Josh"], ["password_digest", "$2a$04$DaqI2YMI5Pt.M1JTC2v6nepwYaQh7SakfAqaga15ZMx.qvUHmrvOW"], ["created_at", "2016-03-15 20:04:28.253755"], ["updated_at", "2016-03-15 20:04:28.253755"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norbert_cronin@conroy.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "norbert_cronin@conroy.org"], ["name", "Gennaro Cole"], ["password_digest", "$2a$04$tEUqp6SIWAzO6GDbDbFg4.Dx7u7JtVXVRAprSYxaMXScYdSoQumrS"], ["created_at", "2016-03-15 20:04:28.260237"], ["updated_at", "2016-03-15 20:04:28.260237"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Soluta temporibus dolor. Quia laudantium sint labore aut fuga vel. Nobis eum molestiae dolor natus atque."], ["summary", "Necessitatibus aut a veritatis voluptatum nemo odio est. Ut earum ut neque corporis officia animi. Non voluptatem molestiae eveniet a aliquid unde est."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-15 20:04:28.264764"], ["updated_at", "2016-03-15 20:04:28.264764"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-15 20:04:28.270903"], ["updated_at", "2016-03-15 20:04:28.270903"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (26.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.4ms) Completed 200 OK in 55ms (Views: 51.0ms | ActiveRecord: 2.7ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-03-15 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:28.377984"], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 4.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.6ms) Completed 200 OK in 35ms (Views: 31.1ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emil.metz@cummerataboyle.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emil.metz@cummerataboyle.com"], ["name", "Andrew"], ["password_digest", "$2a$04$dxn6MNNxnP1wU0YgNIN0Y.DtoHCNY6VGuwNkhIWUBW55xlYOe9l1G"], ["created_at", "2016-03-15 20:04:28.433566"], ["updated_at", "2016-03-15 20:04:28.433566"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"emil.metz@cummerataboyle.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "emil.metz@cummerataboyle.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U5PT.7I4KPxQLwV//MLaxeiRQhCYFRQpdl6CR8J2SiIBO8ESU5wVK"], ["updated_at", "2016-03-15 20:04:28.466189"], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.7ms) Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 1.6ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reece@nitzsche.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reece@nitzsche.co"], ["name", "Josh"], ["password_digest", "$2a$04$b.mZk0Rdu7t6wER74zSL5OdAMVJ/o8ZGL21LHUnW2qVkUsbLic8ky"], ["created_at", "2016-03-15 20:04:28.502804"], ["updated_at", "2016-03-15 20:04:28.502804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-15 20:04:28.507958"], ["updated_at", "2016-03-15 20:04:28.507958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:28.569760"], ["updated_at", "2016-03-15 20:04:28.569760"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('destiny@sengercrist.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "destiny@sengercrist.name"], ["name", "Ike Schowalter"], ["password_digest", "$2a$04$TSZjvLe/Pt3JVf679lEN9uZSxL/4K24luq12L.xeMhX7aakVkdf1W"], ["created_at", "2016-03-15 20:04:28.625657"], ["updated_at", "2016-03-15 20:04:28.625657"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"destiny@sengercrist.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "destiny@sengercrist.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ImPw1M5KqSiIKausbtTQb.8Jn1lMYNeQJvMjNsl3XI2vimWs4ZaQ."], ["updated_at", "2016-03-15 20:04:28.657767"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 29ms (Views: 26.2ms | ActiveRecord: 2.0ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.3ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 35ms (Views: 26.1ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.3ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$j2dKtdbkU5WLdlCj5jrbqeblqUV5xr68UpGiSs3R0MuAJzW57JD22"], ["created_at", "2016-03-15 20:04:28.843631"], ["updated_at", "2016-03-15 20:04:28.843631"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$SxYsGseHHyYXZg7haxKi6Ozen7TFX5f/JLJCHwyPVE6.17JrVHfFq"], ["updated_at", "2016-03-15 20:04:28.876107"], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 2.1ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$G6LhE/9YJizJI4prm9AZsuRLHbTMrzj5N6pVwr3ogpnyE6ROuES6W"], ["created_at", "2016-03-15 20:04:28.927016"], ["updated_at", "2016-03-15 20:04:28.927016"]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.4ms) Completed 200 OK in 42ms (Views: 41.3ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-15 16:04:33 -0400 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-15 16:04:33 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$qguNqX4NFHG243BS9H6tZOoQtcqjlFzEhU4YXqHPBp7QwYfoA9fai"], ["updated_at", "2016-03-15 20:04:34.145445"], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:51500/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.4ms) Completed 200 OK in 39ms (Views: 33.9ms | ActiveRecord: 2.6ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:51500/ Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.1ms) Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 1.0ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.2ms) Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)  (0.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (24.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('taurean@kobeahan.co') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "taurean@kobeahan.co"], ["name", "Eugene Dooley"], ["password_digest", "$2a$04$V/w9q8SaPMq9CU5iY8QqzepcKb6NvgrKpJ/lgQQIunqdb1cK4iK.e"], ["created_at", "2016-03-15 20:04:35.503199"], ["updated_at", "2016-03-15 20:04:35.503199"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"taurean@kobeahan.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "taurean@kobeahan.co"]]  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PUkVJzTuj6OgkYYjAheL3.9j6tfsYyJ5VIyMgC8O9XnU0RzeBtUpC"], ["updated_at", "2016-03-15 20:04:35.552871"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 37ms (Views: 31.8ms | ActiveRecord: 2.9ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-15 20:04:35.606151"], ["updated_at", "2016-03-15 20:04:35.606151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delaney@dach.info') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delaney@dach.info"], ["name", "Kim Doyle"], ["password_digest", "$2a$04$/1W7.Nl1dQRzG6MbR6TgWufE9jZMtyMAGY.w.9PXnKTcyUCvCZV9a"], ["created_at", "2016-03-15 20:04:35.672575"], ["updated_at", "2016-03-15 20:04:35.672575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"delaney@dach.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "delaney@dach.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$VuChtid/xRcvj.Rf1iK93.2OUh/l656bi3AAmsXmMYFUxvJ2FErui"], ["updated_at", "2016-03-15 20:04:35.720017"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 3.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.0ms) Completed 200 OK in 38ms (Views: 33.1ms | ActiveRecord: 2.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-15 20:04:35.775347"], ["updated_at", "2016-03-15 20:04:35.775347"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-15 20:04:35.783123"], ["updated_at", "2016-03-15 20:04:35.783123"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-15 20:04:35.789892"], ["updated_at", "2016-03-15 20:04:35.789892"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-15 20:04:35.795316"], ["updated_at", "2016-03-15 20:04:35.795316"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-15 20:04:35.801217"], ["updated_at", "2016-03-15 20:04:35.801217"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-15 20:04:35.806790"], ["updated_at", "2016-03-15 20:04:35.806790"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-15 20:04:35.812517"], ["updated_at", "2016-03-15 20:04:35.812517"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-15 20:04:35.818393"], ["updated_at", "2016-03-15 20:04:35.818393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-15 20:04:35.824773"], ["updated_at", "2016-03-15 20:04:35.824773"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-15 20:04:35.830643"], ["updated_at", "2016-03-15 20:04:35.830643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-15 20:04:35.836453"], ["updated_at", "2016-03-15 20:04:35.836453"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-15 20:04:35.841935"], ["updated_at", "2016-03-15 20:04:35.841935"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-15 20:04:35.847658"], ["updated_at", "2016-03-15 20:04:35.847658"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-15 20:04:35.853166"], ["updated_at", "2016-03-15 20:04:35.853166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-15 20:04:35.858966"], ["updated_at", "2016-03-15 20:04:35.858966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-15 20:04:35.864930"], ["updated_at", "2016-03-15 20:04:35.864930"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-15 20:04:35.870567"], ["updated_at", "2016-03-15 20:04:35.870567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-15 20:04:35.878014"], ["updated_at", "2016-03-15 20:04:35.878014"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-15 20:04:35.885280"], ["updated_at", "2016-03-15 20:04:35.885280"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-15 20:04:35.892549"], ["updated_at", "2016-03-15 20:04:35.892549"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-15 20:04:35.899194"], ["updated_at", "2016-03-15 20:04:35.899194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-15 20:04:35.904837"], ["updated_at", "2016-03-15 20:04:35.904837"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-15 20:04:35.910955"], ["updated_at", "2016-03-15 20:04:35.910955"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-15 20:04:35.917241"], ["updated_at", "2016-03-15 20:04:35.917241"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-15 20:04:35.923224"], ["updated_at", "2016-03-15 20:04:35.923224"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-15 20:04:35.931000"], ["updated_at", "2016-03-15 20:04:35.931000"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 39ms (Views: 35.5ms | ActiveRecord: 1.5ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 31ms (Views: 27.3ms | ActiveRecord: 1.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('freda.berge@predovic.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "freda.berge@predovic.co"], ["name", "Dr. Caleb Bartoletti"], ["password_digest", "$2a$04$ViXvu9RD2rLKiNJOjiiu4.NviUg2eumSMLZomOafPaJ0I6PFJA6/W"], ["created_at", "2016-03-15 20:04:36.042484"], ["updated_at", "2016-03-15 20:04:36.042484"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.7ms) Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"freda.berge@predovic.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "freda.berge@predovic.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9Leq28JAWJpDc0dN8KOPzO6aosGJF9zvBDkMaaTDfaDk1Sl9TC21u"], ["updated_at", "2016-03-15 20:04:36.082560"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 2.0ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (6.4ms) Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-03-15 20:04:36.186954"], ["updated_at", "2016-03-15 20:04:36.186954"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.8ms) Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('felicia@feeney.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "felicia@feeney.com"], ["name", "Alanis Schmidt V"], ["password_digest", "$2a$04$LdxlDT9tKTfal5NWF7H.heoOsEacSnXFCUrLfz9MMdlhz9HrwtcrK"], ["created_at", "2016-03-15 20:04:36.239244"], ["updated_at", "2016-03-15 20:04:36.239244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"felicia@feeney.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "felicia@feeney.com"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$cfNbu92sDXe6aJ3iF.MPb.8Z/Hh0YVcxi5LoAx0KsAZLZUwerqoxK"], ["updated_at", "2016-03-15 20:04:36.280573"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:36.322341"], ["updated_at", "2016-03-15 20:04:36.322341"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-03-15 20:04:36.373817"], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madelynn@lesch.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "madelynn@lesch.io"], ["name", "Darwin Kiehn"], ["password_digest", "$2a$04$6CdES/.TO.7JdD0mdxsUo.gKc7Iza74xiA2SMCuYEiGbkbhEPnErq"], ["created_at", "2016-03-15 20:04:36.416205"], ["updated_at", "2016-03-15 20:04:36.416205"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"madelynn@lesch.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "madelynn@lesch.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$3nnSY1Qvr6CbyizLEr05/ugTp21MvZUwv6oKpsHODaa3bzR6tbcCm"], ["updated_at", "2016-03-15 20:04:36.447916"], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-15 20:04:36.489238"], ["updated_at", "2016-03-15 20:04:36.489238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dewitt@olson.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dewitt@olson.info"], ["name", "Jacinthe Pouros"], ["password_digest", "$2a$04$VIQgefslubGTaPZGrlUU4efiLvbPOI4/nXm8nWzhzInkvS5YlV0Hm"], ["created_at", "2016-03-15 20:04:36.577278"], ["updated_at", "2016-03-15 20:04:36.577278"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Recusandae culpa cumque consequatur qui. Cumque nisi nihil maiores consectetur modi. Consequuntur quisquam soluta sit tempore est sed. Delectus voluptatem adipisci quaerat et."], ["summary", "Molestiae quia non id qui qui dolor recusandae."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.582808"], ["updated_at", "2016-03-15 20:04:36.582808"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaida@kuvalis.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaida@kuvalis.org"], ["name", "Thurman Goyette"], ["password_digest", "$2a$04$PTjgcPACqyTZmE5Q2KimeOi8pLwBnZXKmEUr2iOXXQ.JmcLtvDrRW"], ["created_at", "2016-03-15 20:04:36.591159"], ["updated_at", "2016-03-15 20:04:36.591159"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Repellendus sed voluptatibus. Suscipit voluptas quia. Aliquam impedit tempore nostrum repudiandae."], ["summary", "Quaerat dolor odio alias rerum consequatur illum. Assumenda et iure cum. Dignissimos placeat repellendus numquam enim enim."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-15 20:04:36.596844"], ["updated_at", "2016-03-15 20:04:36.596844"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.9ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (18.8ms) Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('morton_hoeger@gutmannhahn.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "morton_hoeger@gutmannhahn.com"], ["name", "Adrian Littel"], ["password_digest", "$2a$04$wCOLVUoxJgsCa5uLq1OPEe0E/gy03sdWITo4mDViMLLthEqiQRE6S"], ["created_at", "2016-03-15 20:04:36.650647"], ["updated_at", "2016-03-15 20:04:36.650647"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Sint eos molestiae laborum aut. Labore dolores impedit deleniti necessitatibus inventore quam. Saepe sint quasi consequatur pariatur aut rerum ullam."], ["summary", "Sapiente eius vel. Quo aut optio aspernatur in ab est rerum. Sit rerum dolor."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.656089"], ["updated_at", "2016-03-15 20:04:36.656089"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('penelope@hagenes.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "penelope@hagenes.name"], ["name", "Adah Tillman"], ["password_digest", "$2a$04$W4OgXro8X/.gE43gyX6SKuPSWLlAQyeG.3Ar5BYNth6jMbewk4aCW"], ["created_at", "2016-03-15 20:04:36.662687"], ["updated_at", "2016-03-15 20:04:36.662687"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Ullam ipsam neque. Dolor voluptatibus vel et optio rerum."], ["summary", "Ea numquam rem. Consequatur voluptate est non ullam temporibus."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.667440"], ["updated_at", "2016-03-15 20:04:36.667440"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tiffany@blick.info') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tiffany@blick.info"], ["name", "Mrs. Irma Kemmer"], ["password_digest", "$2a$04$GtHsfBtY3rs7kUNotTFap.St4nUJd4nekNwG0PGSt6C2n0Qg0AMca"], ["created_at", "2016-03-15 20:04:36.674969"], ["updated_at", "2016-03-15 20:04:36.674969"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Qui doloribus ea minus aut earum voluptatem quae. Numquam id doloremque a dolorem earum deleniti. Quia omnis eum soluta laudantium. Dolorem iusto sed recusandae ad nisi neque fugiat."], ["summary", "Reprehenderit reiciendis provident vero. Et sed aut quibusdam voluptatem temporibus quo quia. Enim voluptatibus expedita est ratione officiis."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.680966"], ["updated_at", "2016-03-15 20:04:36.680966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sonia_fay@reichel.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sonia_fay@reichel.name"], ["name", "Arvel Klein"], ["password_digest", "$2a$04$QC41ScwzfQA/BhIPP.lrZehUX/RLoLIBZqvuK2Oc2Uou2TMf5sxPC"], ["created_at", "2016-03-15 20:04:36.687351"], ["updated_at", "2016-03-15 20:04:36.687351"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Ab aut aperiam at. Qui suscipit harum culpa dolor dolore blanditiis qui. A qui omnis."], ["summary", "Ducimus quis quia veritatis ut."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.691936"], ["updated_at", "2016-03-15 20:04:36.691936"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruthe@gerlach.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruthe@gerlach.net"], ["name", "Calista Von"], ["password_digest", "$2a$04$AktD6zPwhLR3/ObEUY.QH.9wI5MHXyMtNjMQffrhOegKgTprduPCy"], ["created_at", "2016-03-15 20:04:36.698739"], ["updated_at", "2016-03-15 20:04:36.698739"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Atque facilis perferendis illo. Laborum consectetur fuga et libero aut. Sed voluptas recusandae enim sit et."], ["summary", "Sit et laudantium excepturi. Aspernatur fugiat tenetur."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.703706"], ["updated_at", "2016-03-15 20:04:36.703706"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rory@farrellvolkman.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rory@farrellvolkman.net"], ["name", "Kacie Rogahn"], ["password_digest", "$2a$04$5kWJQfXme5X/99uGvGAV4u7KzcRF4uPp7GqSjPrAsy6dE6OxPg9iO"], ["created_at", "2016-03-15 20:04:36.710640"], ["updated_at", "2016-03-15 20:04:36.710640"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Earum ut est necessitatibus dolor. A molestiae et."], ["summary", "Architecto in consequatur id hic reprehenderit. Ut ullam ut."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.715336"], ["updated_at", "2016-03-15 20:04:36.715336"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('collin@oberbrunner.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "collin@oberbrunner.biz"], ["name", "Mohammed Bogan"], ["password_digest", "$2a$04$.cn/OhQD717EJ7JjWXS/muL6PqqIKgKZS3iecx0QqeMQvfsyKQH6i"], ["created_at", "2016-03-15 20:04:36.722973"], ["updated_at", "2016-03-15 20:04:36.722973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Ea aut et ut aut deleniti dolorem atque. Praesentium incidunt repudiandae illo."], ["summary", "Aspernatur maiores consequatur veniam tenetur facilis est. Aperiam molestiae enim deserunt. Labore natus et perspiciatis sunt."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.727215"], ["updated_at", "2016-03-15 20:04:36.727215"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amanda@weinat.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amanda@weinat.name"], ["name", "Aaron Hoppe"], ["password_digest", "$2a$04$/4n8HNQ4rhet81.NgVM9ruLM89aatGXnxWtCSj1s1MbiKTlFAmSiu"], ["created_at", "2016-03-15 20:04:36.733566"], ["updated_at", "2016-03-15 20:04:36.733566"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Nihil cupiditate facilis. Repudiandae nobis dolore omnis est incidunt. Ea inventore sint eos eum iste excepturi et."], ["summary", "Aut non aut ratione suscipit sint eos. Ipsam nam voluptas. Voluptatem corrupti dolorem unde vel deleniti."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.738012"], ["updated_at", "2016-03-15 20:04:36.738012"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('everett_christiansen@kaulke.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "everett_christiansen@kaulke.name"], ["name", "Destin Breitenberg IV"], ["password_digest", "$2a$04$R9K6YfRnB86C8w3L5Qs3dOHAMKq4reGVTVxUYoEvtzZtjwU11QRDa"], ["created_at", "2016-03-15 20:04:36.744583"], ["updated_at", "2016-03-15 20:04:36.744583"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Rem doloribus blanditiis sint. Nihil fuga voluptatem veniam. Eligendi facere sit modi enim laborum in. Et similique aut ut."], ["summary", "Consequatur ad autem voluptatem omnis voluptas est."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.748693"], ["updated_at", "2016-03-15 20:04:36.748693"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('korbin.jast@streich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "korbin.jast@streich.co"], ["name", "Miss Kelley Skiles"], ["password_digest", "$2a$04$OUEm0oX/NiRHf2Qgu8bWFOYxZt.3e6M2CPMt9cCF5xMMeMCZwlLZm"], ["created_at", "2016-03-15 20:04:36.755439"], ["updated_at", "2016-03-15 20:04:36.755439"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Voluptatem soluta consectetur et reiciendis. Modi eos nam est."], ["summary", "Dolores ipsa deserunt quod est ea."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.759704"], ["updated_at", "2016-03-15 20:04:36.759704"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norwood@wolfhyatt.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "norwood@wolfhyatt.io"], ["name", "Josue Berge"], ["password_digest", "$2a$04$JrRfielUmuZ5bQuCXpmM9eNBcI8CqVsIAcUpUMJ1wwDTGQx3wnb1G"], ["created_at", "2016-03-15 20:04:36.766263"], ["updated_at", "2016-03-15 20:04:36.766263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Nemo esse ut. Tenetur odio sed."], ["summary", "Aut sit sed. Iusto alias odio sed. Similique dolores eum nisi rem."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.771538"], ["updated_at", "2016-03-15 20:04:36.771538"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (22.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (28.8ms) Completed 200 OK in 31ms (Views: 24.6ms | ActiveRecord: 6.1ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.2ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.8ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman_paucek@boyledach.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hyman_paucek@boyledach.name"], ["name", "Rebeka Rohan"], ["password_digest", "$2a$04$KuRt8m/xhJv8ndAEkzX4re9V5lgZQ62loKcCr8MLYtkPtbeurJ00e"], ["created_at", "2016-03-15 20:04:36.833813"], ["updated_at", "2016-03-15 20:04:36.833813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Quasi beatae delectus repudiandae. A quo nihil tempore. Et animi non quaerat. Ducimus molestiae aliquam maxime accusamus natus molestias odio."], ["summary", "Nobis nostrum consequatur est sapiente omnis quidem voluptatibus."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.839593"], ["updated_at", "2016-03-15 20:04:36.839593"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (6.5ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.2ms) Completed 200 OK in 14ms (Views: 8.6ms | ActiveRecord: 4.4ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ron_ernser@larkin.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ron_ernser@larkin.net"], ["name", "Kay Kutch"], ["password_digest", "$2a$04$QDXaO96tXoN.52r5h74OnO8W0yBJpKSYvxktESeSXvbk5DOoS19Qq"], ["created_at", "2016-03-15 20:04:36.893228"], ["updated_at", "2016-03-15 20:04:36.893228"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Voluptas ullam ipsum ea culpa fugiat. Tempore ipsum commodi aliquid dolorum optio dolor consequatur."], ["summary", "Laboriosam accusamus et quos."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-15 20:04:36.898692"], ["updated_at", "2016-03-15 20:04:36.898692"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-15 20:04:36.920112"], ["updated_at", "2016-03-15 20:04:36.920112"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-15 20:04:36.925673"], ["updated_at", "2016-03-15 20:04:36.925673"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amari_sauer@purdy.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amari_sauer@purdy.info"], ["name", "Matt Christiansen V"], ["password_digest", "$2a$04$b.AiTAYYk3va6bmrc3buE.5dRp8gvS11IqgSP2S30J2x/25OULmea"], ["created_at", "2016-03-15 20:04:36.952331"], ["updated_at", "2016-03-15 20:04:36.952331"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Nihil natus voluptate error qui atque repellat. Quidem non nobis."], ["summary", "Voluptatibus blanditiis labore iure dolor et ex possimus. Voluptas culpa sapiente et esse doloribus voluptas aut. Sequi ipsam qui quis hic expedita autem."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.967598"], ["updated_at", "2016-03-15 20:04:36.967598"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hope.kaulke@damore.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hope.kaulke@damore.name"], ["name", "Trace Cassin IV"], ["password_digest", "$2a$04$kiIislsMBw8UKH5LdPR3jOv1HRpZNx5UIagi/sPtnY7GnBEqLyRF6"], ["created_at", "2016-03-15 20:04:36.978818"], ["updated_at", "2016-03-15 20:04:36.978818"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Qui soluta vero voluptatem nam odio iure. Et numquam consectetur et velit. Eum rerum libero culpa dolores ut autem quaerat."], ["summary", "Aut quae hic. Et asperiores excepturi mollitia quos beatae veritatis numquam. Consequuntur ducimus culpa."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.991664"], ["updated_at", "2016-03-15 20:04:36.991664"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.5ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (11.8ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (16.8ms) Completed 200 OK in 20ms (Views: 15.7ms | ActiveRecord: 3.8ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-15 16:04:37 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (8.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (16.0ms) Completed 200 OK in 25ms (Views: 15.1ms | ActiveRecord: 5.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$NCiwlHubijwpPKjOGwvlzOGqUg930qcS2siO5nmK/ysVUFhfuy4p."], ["created_at", "2016-03-15 20:04:37.093966"], ["updated_at", "2016-03-15 20:04:37.093966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$cZO/N174spNO7NbL074s7.LJG8L7280LerkzPBK2DjT44HiPNy9Tu"], ["created_at", "2016-03-15 20:04:37.106310"], ["updated_at", "2016-03-15 20:04:37.106310"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$euujxQh8Dt3LtvxFYO0pdec6dW9Q6amEh2W6a9c1JHDRtIj2cz9vi"], ["updated_at", "2016-03-15 20:04:37.112313"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-15 20:04:37.132199"], ["updated_at", "2016-03-15 20:04:37.132199"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-15 20:04:37.142338"], ["updated_at", "2016-03-15 20:04:37.142338"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joe@manntromp.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joe@manntromp.io"], ["name", "Ariane Schuster IV"], ["password_digest", "$2a$04$qv40vythAB5EiYaojnv9q.MjqOhdfjLci7Pa9tKAcQoqcyL9vnDNi"], ["created_at", "2016-03-15 20:04:37.216549"], ["updated_at", "2016-03-15 20:04:37.216549"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katharina.botsford@tromp.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "katharina.botsford@tromp.com"], ["name", "Tyshawn Jakubowski Jr."], ["password_digest", "$2a$04$W5RYAYe1rllFN9cyiWDzye6NYTlswyx50toPI4bU7CWRKT81OzIE2"], ["created_at", "2016-03-15 20:04:37.226656"], ["updated_at", "2016-03-15 20:04:37.226656"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deontae_will@reicherterdman.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deontae_will@reicherterdman.info"], ["name", "Macie O'Connell"], ["password_digest", "$2a$04$ZApoy5qtcHYH1X5AkD0C4.HjTjg6GCp89aBaFGNw3JWe9RBiAmrta"], ["created_at", "2016-03-15 20:04:37.238510"], ["updated_at", "2016-03-15 20:04:37.238510"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Rerum nihil voluptas totam. Occaecati possimus id."], ["summary", "Beatae est molestias aut molestiae nulla aliquid. Praesentium libero at. Omnis rem autem eveniet consectetur amet repellendus enim."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-15 20:04:37.246254"], ["updated_at", "2016-03-15 20:04:37.246254"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('linwood.dare@shields.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "linwood.dare@shields.org"], ["name", "Miss Deshaun Carroll"], ["password_digest", "$2a$04$WddvuRu9KuMdGuCeUZ6jQ.tBdIaIDjgrnWmzlgE7clBnEJuTArOMm"], ["created_at", "2016-03-15 20:04:37.256774"], ["updated_at", "2016-03-15 20:04:37.256774"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Est aut ut molestias dolore aspernatur neque dolorem. Ut voluptatum sed aut ut similique."], ["summary", "A ut neque natus consequuntur. Consequatur quisquam commodi amet officia qui."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-15 20:04:37.262558"], ["updated_at", "2016-03-15 20:04:37.262558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jana.murphy@vandervortdicki.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jana.murphy@vandervortdicki.org"], ["name", "Timmothy Eichmann"], ["password_digest", "$2a$04$d./Q077yJPHRp1XlaYOsjuO54E7wLxpT3zyn0Aq1YpjcbJ./ja9gG"], ["created_at", "2016-03-15 20:04:37.272987"], ["updated_at", "2016-03-15 20:04:37.272987"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('valentine_dickens@little.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "valentine_dickens@little.org"], ["name", "Mr. Laurie Koch"], ["password_digest", "$2a$04$gBmPEyPqJrhIm4LRoDM4mOEdx5AR/WEcmwGqZYwIJibwbw2oVPoFq"], ["created_at", "2016-03-15 20:04:37.284396"], ["updated_at", "2016-03-15 20:04:37.284396"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kelli@stokes.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kelli@stokes.com"], ["name", "Wyatt Maggio"], ["password_digest", "$2a$04$7IEyq1hyMjKIyliESky69eRZawsQzJLH7r7ZqYEku9c0kdZ3k4JdO"], ["created_at", "2016-03-15 20:04:37.297638"], ["updated_at", "2016-03-15 20:04:37.297638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('logan.kunze@schumm.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "logan.kunze@schumm.com"], ["name", "Helga Schulist"], ["password_digest", "$2a$04$dQTOeiEGICF4Oc8EFfF91O5EXdSTQoSMvnU.IzL6hHDb3ZkD44E.W"], ["created_at", "2016-03-15 20:04:37.309710"], ["updated_at", "2016-03-15 20:04:37.309710"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Doloremque et et neque reiciendis libero. Qui omnis aliquam. Alias et impedit nulla eum doloremque. Non hic ullam voluptas."], ["summary", "Rerum voluptas aperiam est et temporibus delectus."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:37.315353"], ["updated_at", "2016-03-15 20:04:37.315353"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilfredo_raynor@pagac.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wilfredo_raynor@pagac.net"], ["name", "Rhoda Abbott"], ["password_digest", "$2a$04$jFBnU2ZKusuhHBBku5PIYuHoVcuRPHjLLPPJeWypU9Ut4TjkRUW2C"], ["created_at", "2016-03-15 20:04:37.322861"], ["updated_at", "2016-03-15 20:04:37.322861"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Dolores qui quia quo eos. Aut nihil tempora dolorem enim quidem ipsa. Rerum cum alias aut eos dolore expedita dignissimos. Eos reprehenderit ex dolorum illum animi quo qui."], ["summary", "Fuga consequatur dolor rem nemo minus asperiores. Quos cumque sit perspiciatis. Deleniti nemo quibusdam iste dicta sit minus."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:37.327966"], ["updated_at", "2016-03-15 20:04:37.327966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-15 18:04:37.330216"], ["updated_at", "2016-03-15 20:04:37.333053"], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-15 20:04:37.330352"], ["updated_at", "2016-03-15 20:04:37.338099"], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mitchel_hayes@shields.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mitchel_hayes@shields.org"], ["name", "Roderick Satterfield"], ["password_digest", "$2a$04$r4u13TVrKXk4ydu3pkidOebI5aYI4GTPK9OPv.ABynxJRgmfMVzf2"], ["created_at", "2016-03-15 20:04:37.352271"], ["updated_at", "2016-03-15 20:04:37.352271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Ipsam ab aliquam deleniti sequi. Est sed assumenda aut nihil omnis repellat et. Nesciunt sed odio repellendus repudiandae excepturi sed omnis."], ["summary", "Non quasi vitae officia maiores aut. Officia aut est aperiam quasi aut qui."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:37.357192"], ["updated_at", "2016-03-15 20:04:37.357192"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shayna@labadieortiz.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shayna@labadieortiz.co"], ["name", "Austin Hamill"], ["password_digest", "$2a$04$XZHCT7wJ5eil50AGjLbXuuMAJZNLJS5b7JpAQ6i0ar5Vh.u3xEH3O"], ["created_at", "2016-03-15 20:04:37.365920"], ["updated_at", "2016-03-15 20:04:37.365920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Vero iure praesentium alias odit delectus dicta ea. Quo corporis quo aut. Vel optio reprehenderit impedit quia eaque. Quia necessitatibus illo nostrum."], ["summary", "Deleniti voluptas non. Incidunt reiciendis quidem quis libero ea consequatur quo."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-15 20:04:37.371330"], ["updated_at", "2016-03-15 20:04:37.371330"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elena.kirlin@purdygerlach.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elena.kirlin@purdygerlach.io"], ["name", "Bridgette Morar"], ["password_digest", "$2a$04$WN.mweexOvzz5hDHX/X5ZOs6eT85zu9wYND2dG5xexPvkUuxxqXZi"], ["created_at", "2016-03-15 20:04:37.383465"], ["updated_at", "2016-03-15 20:04:37.383465"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosina@deckow.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosina@deckow.org"], ["name", "Alena Wyman"], ["password_digest", "$2a$04$PQa8rdHZMKKmYQxFuwRlR.xP662fJjYT9qqJPs4/bzXviFzfpsv6."], ["created_at", "2016-03-15 20:04:37.395589"], ["updated_at", "2016-03-15 20:04:37.395589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Fugit et eligendi est et quam ducimus eos. Et aut qui sunt vel vel est."], ["summary", "Eos pariatur porro vel. Deserunt dolorem sit ut soluta qui similique laboriosam."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-15 20:04:37.400286"], ["updated_at", "2016-03-15 20:04:37.400286"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-15 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:37.404779"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emmanuel@doyle.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emmanuel@doyle.biz"], ["name", "Miss Billie Balistreri"], ["password_digest", "$2a$04$BgPNQSumxJrWTAJ9/5OxXewEopldDxA5uEmwI9eWTOb7adRtnuPiq"], ["created_at", "2016-03-15 20:04:37.417524"], ["updated_at", "2016-03-15 20:04:37.417524"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Consequatur aliquid et. Ipsum molestiae dolores necessitatibus. Alias qui rerum. Aut sunt rerum officia consectetur aut ipsum."], ["summary", "Laudantium numquam est aliquam corrupti sunt."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:37.422824"], ["updated_at", "2016-03-15 20:04:37.422824"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-14 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:37.427954"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karine@hirthe.biz') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "karine@hirthe.biz"], ["name", "Maximillian Sauer"], ["password_digest", "$2a$04$fM337AYqPnZ5xRhtzG.uXOPtlprquCNvENJk.BwiAHXDC8B55YKLa"], ["created_at", "2016-03-15 20:04:37.442611"], ["updated_at", "2016-03-15 20:04:37.442611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$GIq4y148nAZwRVLQ67TDYeLozXFtpq3LS4sE0ZlcHUsTHX4x9aStW"], ["created_at", "2016-03-15 20:04:37.533780"], ["updated_at", "2016-03-15 20:04:37.533780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$whfMan/wqv1P4MOeLsmMNOT8/THfD99u.v4n62mUTNxOPuHA4MqOK"], ["created_at", "2016-03-15 20:04:37.616279"], ["updated_at", "2016-03-15 20:04:37.616279"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madge_labadie@waters.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "madge_labadie@waters.co"], ["name", "Marietta Flatley DDS"], ["password_digest", "$2a$04$f4/Ia.RG1FscB5soW0AKHOaOKtjSj9.7LIX97UK9x1hwIf2J3Vb1u"], ["created_at", "2016-03-15 20:04:37.629816"], ["updated_at", "2016-03-15 20:04:37.629816"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Possimus vel distinctio et consequuntur. Voluptatem aut non voluptas ipsa. Et recusandae est repudiandae quod laboriosam."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-15 20:04:37.634006"], ["updated_at", "2016-03-15 20:04:37.634006"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (25.1ms)  (0.5ms) ROLLBACK