exposition 0.0.5.1.pre.alpha → 0.0.5.2.pre.alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/exposition/version.rb +1 -1
- data/spec/dummy/log/test.log +3186 -0
- metadata +2 -18
- data/spec/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 250b1ec6174fdde8903091b36659356507fab501
|
|
4
|
+
data.tar.gz: ebab3977952dd1c99d01792fda7f379e8a9a8daa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec29b0edb8ef8d900ad8327a6c7255ed7031188327d4c33d5c52f97c1d72c6f2f5189ce75cd9d7822e848bf12ffce70e2558dd12cf5c702cad714cefb71dd340
|
|
7
|
+
data.tar.gz: 561619cc90f3d0434836e1a7809b323b792509ce6e315210da1d71320a0a103b0e6f6e55a0cf232c0f996c413e4d2308e34bb8d6257394f8e2a6c10ca71a741b
|
data/lib/exposition/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -15148,3 +15148,3189 @@ Completed 200 OK in 30ms (Views: 21.3ms | ActiveRecord: 4.7ms)
|
|
|
15148
15148
|
[1m[35mCategorical::Tag Load (0.8ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
15149
15149
|
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (24.1ms)
|
|
15150
15150
|
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
15151
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
15152
|
+
[1m[35m (8.6ms)[0m 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
|
|
15153
|
+
[1m[36m (12.1ms)[0m [1m SELECT schemaname || '.' || tablename
|
|
15154
|
+
FROM pg_tables
|
|
15155
|
+
WHERE
|
|
15156
|
+
tablename !~ '_prt_' AND
|
|
15157
|
+
tablename <> 'schema_migrations' AND
|
|
15158
|
+
schemaname = ANY (current_schemas(false))
|
|
15159
|
+
[0m
|
|
15160
|
+
[1m[35m (6.7ms)[0m select table_name from information_schema.views where table_schema = 'exposition_test'
|
|
15161
|
+
[1m[36m (52.9ms)[0m [1mTRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;[0m
|
|
15162
|
+
[1m[35m (0.7ms)[0m 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
|
|
15163
|
+
[1m[36m (2.2ms)[0m [1mBEGIN[0m
|
|
15164
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
15165
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15166
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15167
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15168
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15169
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15170
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
15171
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
|
15172
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
15173
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15174
|
+
[1m[35m (0.9ms)[0m ROLLBACK
|
|
15175
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
|
15176
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
15177
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15178
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
|
15179
|
+
[1m[36mExposition::User Exists (1.4ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1[0m
|
|
15180
|
+
[1m[35mSQL (4.3ms)[0m 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"]]
|
|
15181
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15182
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]
|
|
15183
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15184
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15185
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15186
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15187
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15188
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1
|
|
15189
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15190
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15191
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15192
|
+
[1m[35mSQL (1.2ms)[0m 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]]
|
|
15193
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15194
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]
|
|
15195
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15196
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15197
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15198
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15199
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15200
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15201
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15202
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15203
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15204
|
+
[1m[35m (0.5ms)[0m BEGIN
|
|
15205
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15206
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15207
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15208
|
+
[1m[35mExposition::User Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meredith_daniel@mcglynn.org') LIMIT 1
|
|
15209
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15210
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15211
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15212
|
+
[1m[35mExposition::Post Exists (0.8ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1
|
|
15213
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
15214
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15215
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
15216
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms)
|
|
15217
|
+
Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.0ms)
|
|
15218
|
+
[1m[36mExposition::Post Load (1.2ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
15219
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
15220
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15221
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15222
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15223
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15224
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miles_reinger@uptonschaden.net') LIMIT 1[0m
|
|
15225
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15226
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15227
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15228
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1[0m
|
|
15229
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15230
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15231
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15232
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bridget@ohara.name') LIMIT 1[0m
|
|
15233
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15234
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15235
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15236
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1[0m
|
|
15237
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
15238
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15239
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15240
|
+
[1m[36mExposition::User Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebba.labadie@schinner.biz') LIMIT 1[0m
|
|
15241
|
+
[1m[35mSQL (0.6ms)[0m 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"]]
|
|
15242
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15243
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15244
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1[0m
|
|
15245
|
+
[1m[35mSQL (0.8ms)[0m INSERT 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"]]
|
|
15246
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15247
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15248
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adela@runolfsdottir.io') LIMIT 1[0m
|
|
15249
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15250
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15251
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15252
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1[0m
|
|
15253
|
+
[1m[35mSQL (0.6ms)[0m INSERT 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"]]
|
|
15254
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15255
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15256
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ryder@doyle.name') LIMIT 1[0m
|
|
15257
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15258
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15259
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15260
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1[0m
|
|
15261
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
15262
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15263
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15264
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aditya_hyatt@wehnerkuhic.biz') LIMIT 1[0m
|
|
15265
|
+
[1m[35mSQL (2.0ms)[0m 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"]]
|
|
15266
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15267
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15268
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1[0m
|
|
15269
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15270
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15271
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15272
|
+
[1m[36mExposition::User Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dock.krajcik@lindhomenick.co') LIMIT 1[0m
|
|
15273
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15274
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15275
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15276
|
+
[1m[36mExposition::Post Exists (1.1ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1[0m
|
|
15277
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15278
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15279
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15280
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ada.homenick@friesen.net') LIMIT 1[0m
|
|
15281
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15282
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15283
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15284
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1[0m
|
|
15285
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15286
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15287
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15288
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dandre.legros@corkery.com') LIMIT 1[0m
|
|
15289
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15290
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15291
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15292
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1[0m
|
|
15293
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
15294
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15295
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15296
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liliane.cummings@fay.biz') LIMIT 1[0m
|
|
15297
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15298
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15299
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15300
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1[0m
|
|
15301
|
+
[1m[35mSQL (0.8ms)[0m INSERT 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"]]
|
|
15302
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15303
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15304
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gregg@dare.biz') LIMIT 1[0m
|
|
15305
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15306
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15307
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15308
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1[0m
|
|
15309
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15310
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15311
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15312
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('noble_wisoky@mayerhaley.info') LIMIT 1[0m
|
|
15313
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15314
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15315
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15316
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1[0m
|
|
15317
|
+
[1m[35mSQL (0.3ms)[0m INSERT 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"]]
|
|
15318
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15319
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15320
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claudie@kuphal.com') LIMIT 1[0m
|
|
15321
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15322
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15323
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15324
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1[0m
|
|
15325
|
+
[1m[35mSQL (0.3ms)[0m INSERT 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"]]
|
|
15326
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15327
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15328
|
+
[1m[36mExposition::User Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ellen.langworth@hanenader.name') LIMIT 1[0m
|
|
15329
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15330
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15331
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15332
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1[0m
|
|
15333
|
+
[1m[35mSQL (0.7ms)[0m INSERT 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"]]
|
|
15334
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15335
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15336
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kimberly.baumbach@schummlockman.net') LIMIT 1[0m
|
|
15337
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
15338
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15339
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15340
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1[0m
|
|
15341
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15342
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15343
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15344
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvette@mcglynn.name') LIMIT 1[0m
|
|
15345
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
15346
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15347
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15348
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1[0m
|
|
15349
|
+
[1m[35mSQL (0.3ms)[0m INSERT 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"]]
|
|
15350
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15351
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15352
|
+
[1m[36mExposition::User Exists (1.8ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jean@prosaccoklocko.info') LIMIT 1[0m
|
|
15353
|
+
[1m[35mSQL (0.6ms)[0m 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"]]
|
|
15354
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15355
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15356
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1[0m
|
|
15357
|
+
[1m[35mSQL (0.6ms)[0m INSERT 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"]]
|
|
15358
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15359
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15360
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leatha.blanda@schneider.biz') LIMIT 1[0m
|
|
15361
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15362
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15363
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15364
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1[0m
|
|
15365
|
+
[1m[35mSQL (0.6ms)[0m INSERT 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"]]
|
|
15366
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15367
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15368
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('victoria@thiel.info') LIMIT 1[0m
|
|
15369
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15370
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15371
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15372
|
+
[1m[36mExposition::Post Exists (1.0ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1[0m
|
|
15373
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
15374
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15375
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15376
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('uriah.pagac@miller.org') LIMIT 1[0m
|
|
15377
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15378
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15379
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15380
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1[0m
|
|
15381
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
15382
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15383
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15384
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verner_spinka@reinger.io') LIMIT 1[0m
|
|
15385
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15386
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15387
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15388
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1[0m
|
|
15389
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
15390
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15391
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15392
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zachery@collins.com') LIMIT 1[0m
|
|
15393
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15394
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15395
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15396
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1[0m
|
|
15397
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15398
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15399
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15400
|
+
[1m[36mExposition::User Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gielle@wolfquigley.net') LIMIT 1[0m
|
|
15401
|
+
[1m[35mSQL (0.6ms)[0m 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"]]
|
|
15402
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15403
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15404
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1[0m
|
|
15405
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
15406
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15407
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15408
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('octavia@stark.org') LIMIT 1[0m
|
|
15409
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15410
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15411
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15412
|
+
[1m[36mExposition::Post Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1[0m
|
|
15413
|
+
[1m[35mSQL (0.7ms)[0m INSERT 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"]]
|
|
15414
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15415
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15416
|
+
[1m[36mExposition::User Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('octavia_hermiston@reillyklocko.net') LIMIT 1[0m
|
|
15417
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15418
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15419
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
|
15420
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1[0m
|
|
15421
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
15422
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15423
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15424
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liza@marvin.name') LIMIT 1[0m
|
|
15425
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
15426
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15427
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15428
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1[0m
|
|
15429
|
+
[1m[35mSQL (0.3ms)[0m INSERT 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"]]
|
|
15430
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15431
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
15432
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms)
|
|
15433
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
|
15434
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count
|
|
15435
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
15436
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15437
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
15438
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15439
|
+
Processing by Exposition::Admin::PostsController#new as HTML
|
|
15440
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms)
|
|
15441
|
+
Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
15442
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
15443
|
+
[1m[35m (0.4ms)[0m BEGIN
|
|
15444
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
15445
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15446
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15447
|
+
[1m[35mExposition::User Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('omari@jacobson.info') LIMIT 1
|
|
15448
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15449
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15450
|
+
Processing by Exposition::Admin::PostsController#new as HTML
|
|
15451
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms)
|
|
15452
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
|
15453
|
+
[1m[36mExposition::User Load (0.6ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users"[0m
|
|
15454
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15455
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
|
15456
|
+
[1m[35m (0.5ms)[0m COMMIT
|
|
15457
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15458
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
15459
|
+
[1m[36mCategorical::Tag Exists (1.1ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1[0m
|
|
15460
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1
|
|
15461
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-15 20:04:24.107869"], ["updated_at", "2016-03-15 20:04:24.107869"]]
|
|
15462
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15463
|
+
Processing by Exposition::Admin::PostsController#new as HTML
|
|
15464
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms)
|
|
15465
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
|
15466
|
+
[1m[36mCategorical::Tag Load (0.5ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags"[0m
|
|
15467
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
15468
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15469
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15470
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15471
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
15472
|
+
[1m[36mExposition::User Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('payton@stantonterry.biz') LIMIT 1[0m
|
|
15473
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15474
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15475
|
+
Processing by Exposition::Admin::PostsController#create as HTML
|
|
15476
|
+
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."}}
|
|
15477
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15478
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1[0m
|
|
15479
|
+
[1m[35m (0.9ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
15480
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.7ms)
|
|
15481
|
+
Completed 200 OK in 8ms (Views: 2.4ms | ActiveRecord: 1.7ms)
|
|
15482
|
+
[1m[36mExposition::User Load (0.7ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users"[0m
|
|
15483
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
15484
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15485
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15486
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
15487
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15488
|
+
[1m[36mCategorical::Tag Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1[0m
|
|
15489
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1
|
|
15490
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-15 20:04:24.170140"], ["updated_at", "2016-03-15 20:04:24.170140"]]
|
|
15491
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15492
|
+
Processing by Exposition::Admin::PostsController#create as HTML
|
|
15493
|
+
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."}}
|
|
15494
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15495
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1
|
|
15496
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
15497
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms)
|
|
15498
|
+
Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 1.3ms)
|
|
15499
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags"
|
|
15500
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15501
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15502
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15503
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
15504
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15505
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('margaretta_haley@emmerich.co') LIMIT 1
|
|
15506
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15507
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15508
|
+
Processing by Exposition::Admin::PostsController#create as HTML
|
|
15509
|
+
Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Autem in possimus iure voluptatem quasi quis eos. Illo vel iste et officiis.", "author_id"=>"32"}}
|
|
15510
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15511
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]]
|
|
15512
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1[0m
|
|
15513
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15514
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15515
|
+
Redirected to http://test.host/admin/posts
|
|
15516
|
+
Completed 302 Found in 18ms (ActiveRecord: 2.2ms)
|
|
15517
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
15518
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15519
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15520
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15521
|
+
Processing by Exposition::Admin::PostsController#create as HTML
|
|
15522
|
+
Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Qui quod commodi eum velit qui. Molestias reprehenderit consequatur ea est. Quia fugit reiciendis."}}
|
|
15523
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15524
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1[0m
|
|
15525
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
15526
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms)
|
|
15527
|
+
Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.0ms)
|
|
15528
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15529
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15530
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
15531
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15532
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15533
|
+
[1m[35mExposition::User Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tiffany_cain@hoegerschiller.biz') LIMIT 1
|
|
15534
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15535
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15536
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15537
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1
|
|
15538
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
15539
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15540
|
+
Processing by Exposition::Admin::PostsController#edit as HTML
|
|
15541
|
+
Parameters: {"id"=>"title32"}
|
|
15542
|
+
[1m[36mExposition::Post Load (0.7ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1[0m [["slug", "title32"]]
|
|
15543
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms)
|
|
15544
|
+
Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.7ms)
|
|
15545
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15546
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15547
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
15548
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15549
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15550
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lura@turcottewelch.net') LIMIT 1[0m
|
|
15551
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15552
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15553
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15554
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1[0m
|
|
15555
|
+
[1m[35mSQL (0.7ms)[0m INSERT 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"]]
|
|
15556
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15557
|
+
Processing by Exposition::Admin::PostsController#edit as HTML
|
|
15558
|
+
Parameters: {"id"=>"title33"}
|
|
15559
|
+
[1m[35mExposition::Post Load (0.5ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]]
|
|
15560
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms)
|
|
15561
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.5ms)
|
|
15562
|
+
[1m[36mExposition::User Load (0.7ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users"[0m
|
|
15563
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15564
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15565
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15566
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15567
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15568
|
+
[1m[36mCategorical::Tag Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1[0m
|
|
15569
|
+
[1m[35mCategorical::Tag Exists (0.8ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1
|
|
15570
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-15 20:04:24.332769"], ["updated_at", "2016-03-15 20:04:24.332769"]]
|
|
15571
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15572
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15573
|
+
[1m[35mExposition::User Exists (1.1ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('telly@townegreenholt.co') LIMIT 1
|
|
15574
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15575
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15576
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15577
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1
|
|
15578
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
15579
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15580
|
+
Processing by Exposition::Admin::PostsController#edit as HTML
|
|
15581
|
+
Parameters: {"id"=>"title35"}
|
|
15582
|
+
[1m[36mExposition::Post Load (1.0ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1[0m [["slug", "title35"]]
|
|
15583
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms)
|
|
15584
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 1.0ms)
|
|
15585
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags"
|
|
15586
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15587
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15588
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
|
15589
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15590
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15591
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kailyn@conroy.io') LIMIT 1
|
|
15592
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15593
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15594
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15595
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1
|
|
15596
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
15597
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15598
|
+
Processing by Exposition::Admin::PostsController#update as HTML
|
|
15599
|
+
Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"}
|
|
15600
|
+
[1m[36mExposition::Post Load (0.6ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1[0m [["slug", "title36"]]
|
|
15601
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15602
|
+
[1m[36mExposition::User Load (0.6ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 36]]
|
|
15603
|
+
[1m[35mExposition::Post Exists (0.9ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1
|
|
15604
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3[0m [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.403738"], ["id", 32]]
|
|
15605
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15606
|
+
Redirected to http://test.host/admin/posts
|
|
15607
|
+
Completed 302 Found in 21ms (ActiveRecord: 3.1ms)
|
|
15608
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
15609
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15610
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15611
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15612
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15613
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garrick_lubowitz@armstrong.biz') LIMIT 1
|
|
15614
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15615
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15616
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15617
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1
|
|
15618
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
15619
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15620
|
+
Processing by Exposition::Admin::PostsController#update as HTML
|
|
15621
|
+
Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"}
|
|
15622
|
+
[1m[36mExposition::Post Load (0.6ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1[0m [["slug", "title37"]]
|
|
15623
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15624
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 37]]
|
|
15625
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1
|
|
15626
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3[0m [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.447233"], ["id", 33]]
|
|
15627
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15628
|
+
Redirected to http://test.host/admin/posts
|
|
15629
|
+
Completed 302 Found in 13ms (ActiveRecord: 2.5ms)
|
|
15630
|
+
[1m[36mExposition::User Load (0.6ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users"[0m
|
|
15631
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15632
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15633
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15634
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15635
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15636
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('virginia_kuphal@metzbartell.info') LIMIT 1[0m
|
|
15637
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
15638
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15639
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15640
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carmen.carroll@paucek.name') LIMIT 1[0m
|
|
15641
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15642
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15643
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15644
|
+
[1m[36mExposition::Post Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1[0m
|
|
15645
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
15646
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15647
|
+
Processing by Exposition::Admin::PostsController#update as HTML
|
|
15648
|
+
Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"}
|
|
15649
|
+
[1m[35mExposition::Post Load (0.6ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]
|
|
15650
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15651
|
+
[1m[35mExposition::User Load (0.6ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]
|
|
15652
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1[0m
|
|
15653
|
+
[1m[35mSQL (0.4ms)[0m 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]]
|
|
15654
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15655
|
+
Redirected to http://test.host/admin/posts
|
|
15656
|
+
Completed 302 Found in 16ms (ActiveRecord: 2.9ms)
|
|
15657
|
+
[1m[35mExposition::Post Load (0.7ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]]
|
|
15658
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 38]]
|
|
15659
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
15660
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15661
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15662
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
15663
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15664
|
+
[1m[36mCategorical::Tag Exists (1.0ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1[0m
|
|
15665
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1
|
|
15666
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-15 20:04:24.525081"], ["updated_at", "2016-03-15 20:04:24.525081"]]
|
|
15667
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15668
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15669
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kennith@upton.io') LIMIT 1
|
|
15670
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
15671
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15672
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15673
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1
|
|
15674
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
15675
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15676
|
+
Processing by Exposition::Admin::PostsController#update as HTML
|
|
15677
|
+
Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"}
|
|
15678
|
+
[1m[36mExposition::Post Load (0.4ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1[0m [["slug", "title40"]]
|
|
15679
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15680
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 40]]
|
|
15681
|
+
[1m[35mExposition::Post Exists (1.0ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1
|
|
15682
|
+
[1m[36mSQL (1.0ms)[0m [1mUPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3[0m [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.557700"], ["id", 35]]
|
|
15683
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15684
|
+
Redirected to http://test.host/admin/posts
|
|
15685
|
+
Completed 302 Found in 18ms (ActiveRecord: 3.5ms)
|
|
15686
|
+
[1m[36mCategorical::Tag Load (0.5ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags"[0m
|
|
15687
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
15688
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15689
|
+
[1m[35m (0.5ms)[0m COMMIT
|
|
15690
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15691
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
15692
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.6ms)
|
|
15693
|
+
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
|
15694
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15695
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15696
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15697
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15698
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
15699
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1[0m
|
|
15700
|
+
[1m[35mSQL (0.6ms)[0m 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"]]
|
|
15701
|
+
[1m[36m (0.6ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15702
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
15703
|
+
Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}}
|
|
15704
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]
|
|
15705
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15706
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
15707
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15708
|
+
Redirected to http://test.host/admin/posts
|
|
15709
|
+
Completed 302 Found in 15ms (ActiveRecord: 1.3ms)
|
|
15710
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
15711
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15712
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
15713
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15714
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
15715
|
+
Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}}
|
|
15716
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]]
|
|
15717
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms)
|
|
15718
|
+
Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.5ms)
|
|
15719
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
15720
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms)
|
|
15721
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.5ms)
|
|
15722
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15723
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15724
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15725
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15726
|
+
Processing by Exposition::Admin::SessionsController#destroy as HTML
|
|
15727
|
+
Redirected to http://test.host/
|
|
15728
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
|
15729
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
15730
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15731
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15732
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15733
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15734
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1
|
|
15735
|
+
[1m[36mCategorical::Tag Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1[0m
|
|
15736
|
+
[1m[35mSQL (0.8ms)[0m 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"]]
|
|
15737
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15738
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
15739
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms)
|
|
15740
|
+
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
|
|
15741
|
+
[1m[35mCategorical::Tag Load (0.8ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0
|
|
15742
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
15743
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15744
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
15745
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
15746
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15747
|
+
[1m[35mCategorical::Tag Exists (1.2ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1
|
|
15748
|
+
[1m[36mCategorical::Tag Exists (1.0ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1[0m
|
|
15749
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15750
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15751
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
15752
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1[0m
|
|
15753
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1
|
|
15754
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-15 20:04:24.756043"], ["updated_at", "2016-03-15 20:04:24.756043"]]
|
|
15755
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15756
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15757
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1
|
|
15758
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1[0m
|
|
15759
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15760
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15761
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15762
|
+
[1m[36mCategorical::Tag Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1[0m
|
|
15763
|
+
[1m[35mCategorical::Tag Exists (0.9ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1
|
|
15764
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-15 20:04:24.771918"], ["updated_at", "2016-03-15 20:04:24.771918"]]
|
|
15765
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15766
|
+
[1m[36m (0.7ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15767
|
+
[1m[35mCategorical::Tag Exists (1.0ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1
|
|
15768
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1[0m
|
|
15769
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
15770
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15771
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15772
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1[0m
|
|
15773
|
+
[1m[35mCategorical::Tag Exists (0.4ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1
|
|
15774
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-15 20:04:24.787503"], ["updated_at", "2016-03-15 20:04:24.787503"]]
|
|
15775
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15776
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15777
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1
|
|
15778
|
+
[1m[36mCategorical::Tag Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1[0m
|
|
15779
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15780
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15781
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15782
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1[0m
|
|
15783
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1
|
|
15784
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-15 20:04:24.797450"], ["updated_at", "2016-03-15 20:04:24.797450"]]
|
|
15785
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15786
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15787
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1
|
|
15788
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1[0m
|
|
15789
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15790
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15791
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15792
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1[0m
|
|
15793
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1
|
|
15794
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-15 20:04:24.810132"], ["updated_at", "2016-03-15 20:04:24.810132"]]
|
|
15795
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15796
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15797
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1
|
|
15798
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1[0m
|
|
15799
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15800
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15801
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15802
|
+
[1m[36mCategorical::Tag Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1[0m
|
|
15803
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1
|
|
15804
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-15 20:04:24.825523"], ["updated_at", "2016-03-15 20:04:24.825523"]]
|
|
15805
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15806
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15807
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1
|
|
15808
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1[0m
|
|
15809
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15810
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15811
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15812
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1[0m
|
|
15813
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1
|
|
15814
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-15 20:04:24.838334"], ["updated_at", "2016-03-15 20:04:24.838334"]]
|
|
15815
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15816
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15817
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1
|
|
15818
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1[0m
|
|
15819
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15820
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15821
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
|
15822
|
+
[1m[36mCategorical::Tag Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1[0m
|
|
15823
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1
|
|
15824
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-15 20:04:24.855470"], ["updated_at", "2016-03-15 20:04:24.855470"]]
|
|
15825
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15826
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15827
|
+
[1m[35mCategorical::Tag Exists (0.4ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1
|
|
15828
|
+
[1m[36mCategorical::Tag Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1[0m
|
|
15829
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
15830
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15831
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
15832
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1[0m
|
|
15833
|
+
[1m[35mCategorical::Tag Exists (0.9ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1
|
|
15834
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-15 20:04:24.867131"], ["updated_at", "2016-03-15 20:04:24.867131"]]
|
|
15835
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15836
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15837
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1
|
|
15838
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1[0m
|
|
15839
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15840
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15841
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
15842
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1[0m
|
|
15843
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1
|
|
15844
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-15 20:04:24.880985"], ["updated_at", "2016-03-15 20:04:24.880985"]]
|
|
15845
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15846
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15847
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1
|
|
15848
|
+
[1m[36mCategorical::Tag Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1[0m
|
|
15849
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
15850
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15851
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15852
|
+
[1m[36mCategorical::Tag Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1[0m
|
|
15853
|
+
[1m[35mCategorical::Tag Exists (0.8ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1
|
|
15854
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-15 20:04:24.899799"], ["updated_at", "2016-03-15 20:04:24.899799"]]
|
|
15855
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15856
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15857
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1
|
|
15858
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1[0m
|
|
15859
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
15860
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15861
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15862
|
+
[1m[36mCategorical::Tag Exists (1.0ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1[0m
|
|
15863
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1
|
|
15864
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-15 20:04:24.914477"], ["updated_at", "2016-03-15 20:04:24.914477"]]
|
|
15865
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15866
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15867
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1
|
|
15868
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1[0m
|
|
15869
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15870
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15871
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15872
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1[0m
|
|
15873
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1
|
|
15874
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-15 20:04:24.928780"], ["updated_at", "2016-03-15 20:04:24.928780"]]
|
|
15875
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15876
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
15877
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms)
|
|
15878
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
|
15879
|
+
[1m[36m (1.1ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count[0m
|
|
15880
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15881
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15882
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15883
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
15884
|
+
Processing by Exposition::Admin::TagsController#new as HTML
|
|
15885
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms)
|
|
15886
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
|
15887
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15888
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15889
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15890
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15891
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15892
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elmer.dare@hahn.info') LIMIT 1[0m
|
|
15893
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15894
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15895
|
+
Processing by Exposition::Admin::TagsController#create as HTML
|
|
15896
|
+
Parameters: {"tag"=>{"label"=>"Label"}}
|
|
15897
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15898
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1[0m
|
|
15899
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1
|
|
15900
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-15 20:04:24.988725"], ["updated_at", "2016-03-15 20:04:24.988725"]]
|
|
15901
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15902
|
+
Redirected to http://test.host/admin/tags
|
|
15903
|
+
Completed 302 Found in 16ms (ActiveRecord: 2.1ms)
|
|
15904
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
15905
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15906
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15907
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15908
|
+
Processing by Exposition::Admin::TagsController#create as HTML
|
|
15909
|
+
Parameters: {"tag"=>{"label"=>""}}
|
|
15910
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15911
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1
|
|
15912
|
+
[1m[36mCategorical::Tag Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1[0m
|
|
15913
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
15914
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms)
|
|
15915
|
+
Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 1.9ms)
|
|
15916
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
15917
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15918
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15919
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15920
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15921
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1
|
|
15922
|
+
[1m[36mCategorical::Tag Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1[0m
|
|
15923
|
+
[1m[35mSQL (0.6ms)[0m 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"]]
|
|
15924
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15925
|
+
Processing by Exposition::Admin::TagsController#edit as HTML
|
|
15926
|
+
Parameters: {"id"=>"label32"}
|
|
15927
|
+
[1m[35mCategorical::Tag Load (0.7ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]]
|
|
15928
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms)
|
|
15929
|
+
Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.7ms)
|
|
15930
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
15931
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15932
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
15933
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
15934
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15935
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1
|
|
15936
|
+
[1m[36mCategorical::Tag Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1[0m
|
|
15937
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
15938
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15939
|
+
Processing by Exposition::Admin::TagsController#update as HTML
|
|
15940
|
+
Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"}
|
|
15941
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]
|
|
15942
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
15943
|
+
[1m[35mCategorical::Tag Exists (1.0ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1
|
|
15944
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1[0m
|
|
15945
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
15946
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
15947
|
+
Redirected to http://test.host/admin/tags
|
|
15948
|
+
Completed 302 Found in 17ms (ActiveRecord: 3.1ms)
|
|
15949
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15950
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
|
15951
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
15952
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15953
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
15954
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1[0m
|
|
15955
|
+
[1m[35mCategorical::Tag Exists (1.1ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1
|
|
15956
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:25.121854"], ["updated_at", "2016-03-15 20:04:25.121854"]]
|
|
15957
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15958
|
+
Processing by Exposition::Admin::TagsController#update as HTML
|
|
15959
|
+
Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"}
|
|
15960
|
+
[1m[36mCategorical::Tag Load (0.6ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1[0m [["slug", "old-label"]]
|
|
15961
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
15962
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1[0m
|
|
15963
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1
|
|
15964
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3[0m [["label", "new label"], ["updated_at", "2016-03-15 20:04:25.133872"], ["id", 35]]
|
|
15965
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15966
|
+
Redirected to http://test.host/admin/tags
|
|
15967
|
+
Completed 302 Found in 11ms (ActiveRecord: 2.4ms)
|
|
15968
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1[0m [["id", 35]]
|
|
15969
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
15970
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15971
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
15972
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
15973
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15974
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1[0m
|
|
15975
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1
|
|
15976
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:25.152601"], ["updated_at", "2016-03-15 20:04:25.152601"]]
|
|
15977
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15978
|
+
Processing by Exposition::Admin::TagsController#update as HTML
|
|
15979
|
+
Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"}
|
|
15980
|
+
[1m[36mCategorical::Tag Load (0.9ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1[0m [["slug", "old-label"]]
|
|
15981
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15982
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1[0m
|
|
15983
|
+
[1m[35mCategorical::Tag Exists (0.4ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1
|
|
15984
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
15985
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms)
|
|
15986
|
+
Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 2.4ms)
|
|
15987
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
15988
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15989
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
15990
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
15991
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
15992
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1[0m
|
|
15993
|
+
[1m[35mCategorical::Tag Exists (0.4ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1
|
|
15994
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-15 20:04:25.180769"], ["updated_at", "2016-03-15 20:04:25.180769"]]
|
|
15995
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
15996
|
+
Processing by Exposition::Admin::TagsController#destroy as HTML
|
|
15997
|
+
Parameters: {"id"=>"label34"}
|
|
15998
|
+
[1m[36mCategorical::Tag Load (0.6ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1[0m [["slug", "label34"]]
|
|
15999
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16000
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1[0m [["id", 37]]
|
|
16001
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16002
|
+
Redirected to http://test.host/admin/tags
|
|
16003
|
+
Completed 302 Found in 7ms (ActiveRecord: 1.4ms)
|
|
16004
|
+
[1m[36mCategorical::Tag Load (0.5ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags"[0m
|
|
16005
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
16006
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
16007
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
16008
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
16009
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16010
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dameon@beattyreichel.co') LIMIT 1[0m
|
|
16011
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16012
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16013
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16014
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1[0m
|
|
16015
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16016
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16017
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16018
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('treie@konopelski.net') LIMIT 1[0m
|
|
16019
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16020
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16021
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16022
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1[0m
|
|
16023
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16024
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16025
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16026
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zechariah@farrellhilpert.io') LIMIT 1[0m
|
|
16027
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16028
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16029
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16030
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1[0m
|
|
16031
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
16032
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16033
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16034
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1[0m
|
|
16035
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
16036
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16037
|
+
Processing by Exposition::PostsController#index as HTML
|
|
16038
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms)
|
|
16039
|
+
Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.0ms)
|
|
16040
|
+
[1m[35mExposition::Post Load (1.6ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]
|
|
16041
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
16042
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
16043
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
16044
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
16045
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16046
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cary_jacobi@rueckerbecker.org') LIMIT 1
|
|
16047
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16048
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16049
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16050
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1
|
|
16051
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16052
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16053
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16054
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marilie@bauchconnelly.net') LIMIT 1
|
|
16055
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16056
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16057
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16058
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1
|
|
16059
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16060
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16061
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16062
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elnora@mann.io') LIMIT 1
|
|
16063
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16064
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16065
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16066
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1
|
|
16067
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16068
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16069
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16070
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brooke@kunderippin.io') LIMIT 1
|
|
16071
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16072
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16073
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16074
|
+
[1m[35mExposition::Post Exists (1.1ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1
|
|
16075
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16076
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16077
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16078
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('layla@okonnienow.net') LIMIT 1
|
|
16079
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16080
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16081
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16082
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1
|
|
16083
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16084
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16085
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16086
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kailey.hahn@botsford.biz') LIMIT 1
|
|
16087
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16088
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16089
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16090
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1
|
|
16091
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16092
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16093
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16094
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruthe@sawayn.net') LIMIT 1
|
|
16095
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16096
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16097
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16098
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1
|
|
16099
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16100
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16101
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16102
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karlee@durgan.org') LIMIT 1
|
|
16103
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16104
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16105
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16106
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1
|
|
16107
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16108
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16109
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16110
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cordie@christiansen.io') LIMIT 1
|
|
16111
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16112
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16113
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16114
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1
|
|
16115
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16116
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16117
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16118
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jasen@von.co') LIMIT 1
|
|
16119
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16120
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16121
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16122
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1
|
|
16123
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16124
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16125
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16126
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayce.braun@okon.com') LIMIT 1
|
|
16127
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16128
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16129
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16130
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1
|
|
16131
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16132
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16133
|
+
Processing by Exposition::PostsController#index as HTML
|
|
16134
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms)
|
|
16135
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
|
16136
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count[0m [["published", "t"]]
|
|
16137
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
16138
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
16139
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
16140
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
16141
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16142
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gina_gerlach@reichelferry.net') LIMIT 1[0m
|
|
16143
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
16144
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16145
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16146
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1[0m
|
|
16147
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16148
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16149
|
+
Processing by Exposition::PostsController#show as HTML
|
|
16150
|
+
Parameters: {"id"=>"title55"}
|
|
16151
|
+
[1m[35mExposition::Post Load (0.5ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]]
|
|
16152
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms)
|
|
16153
|
+
Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.5ms)
|
|
16154
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
16155
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
16156
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
16157
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
16158
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16159
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pink@boscohodkiewicz.co') LIMIT 1
|
|
16160
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16161
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16162
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16163
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1
|
|
16164
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16165
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16166
|
+
Processing by Exposition::PostsController#show as HTML
|
|
16167
|
+
Parameters: {"id"=>"title56"}
|
|
16168
|
+
[1m[36mExposition::Post Load (0.5ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1[0m [["published", "t"], ["slug", "title56"]]
|
|
16169
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)
|
|
16170
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
16171
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
16172
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
16173
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
16174
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16175
|
+
[1m[36mCategorical::Tag Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1[0m
|
|
16176
|
+
[1m[35mCategorical::Tag Exists (1.0ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1
|
|
16177
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-15 20:04:25.498125"], ["updated_at", "2016-03-15 20:04:25.498125"]]
|
|
16178
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16179
|
+
Processing by Exposition::TagsController#show as HTML
|
|
16180
|
+
Parameters: {"id"=>"label35"}
|
|
16181
|
+
[1m[36mCategorical::Tag Load (0.5ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1[0m [["slug", "label35"]]
|
|
16182
|
+
[1m[35mCategorical::Tagging Load (0.6ms)[0m 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"]]
|
|
16183
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.5ms)
|
|
16184
|
+
Completed 200 OK in 33ms (Views: 13.8ms | ActiveRecord: 2.2ms)
|
|
16185
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
16186
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
16187
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
16188
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
16189
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16190
|
+
[1m[35mCategorical::Tag Exists (1.1ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1
|
|
16191
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1[0m
|
|
16192
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16193
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16194
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16195
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stanton@beahan.net') LIMIT 1[0m
|
|
16196
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
16197
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16198
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
16199
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1[0m
|
|
16200
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1
|
|
16201
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1[0m
|
|
16202
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16203
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]
|
|
16204
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16205
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16206
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('warren_green@oreillyhudson.io') LIMIT 1
|
|
16207
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16208
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16209
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16210
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1
|
|
16211
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1[0m
|
|
16212
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1
|
|
16213
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16214
|
+
[1m[35mSQL (0.4ms)[0m 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]]
|
|
16215
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16216
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16217
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maida@powlowski.name') LIMIT 1[0m
|
|
16218
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16219
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16220
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
16221
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1[0m
|
|
16222
|
+
[1m[35mCategorical::Tag Exists (0.8ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1
|
|
16223
|
+
[1m[36mExposition::Post Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1[0m
|
|
16224
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16225
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]
|
|
16226
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16227
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16228
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('randy.harris@kutchhyatt.net') LIMIT 1
|
|
16229
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16230
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16231
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16232
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1
|
|
16233
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16234
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16235
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16236
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1
|
|
16237
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3[0m [["published_at", "2016-03-13 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:25.654243"], ["id", 52]]
|
|
16238
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16239
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16240
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1
|
|
16241
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16242
|
+
Processing by Exposition::TagsController#show as HTML
|
|
16243
|
+
Parameters: {"id"=>"label36"}
|
|
16244
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]]
|
|
16245
|
+
[1m[36mCategorical::Tagging Load (0.4ms)[0m [1mSELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["tag_id", 39], ["taggable_type", "Exposition::Post"]]
|
|
16246
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms)
|
|
16247
|
+
Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.8ms)
|
|
16248
|
+
[1m[35mExposition::Post Load (1.2ms)[0m 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"]]
|
|
16249
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
16250
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
16251
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
16252
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
16253
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16254
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1
|
|
16255
|
+
[1m[36mCategorical::Tag Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1[0m
|
|
16256
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16257
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16258
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
16259
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('geovany@schoensimonis.name') LIMIT 1[0m
|
|
16260
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
16261
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16262
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16263
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16264
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16265
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1[0m
|
|
16266
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16267
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]
|
|
16268
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16269
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16270
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bradly@cartwrightdenesik.biz') LIMIT 1
|
|
16271
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16272
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16273
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16274
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16275
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16276
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1
|
|
16277
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16278
|
+
[1m[35mSQL (0.3ms)[0m 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]]
|
|
16279
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16280
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16281
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willie_toy@terry.info') LIMIT 1[0m
|
|
16282
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
16283
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16284
|
+
[1m[35m (0.6ms)[0m SAVEPOINT active_record_1
|
|
16285
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16286
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16287
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1[0m
|
|
16288
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16289
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]
|
|
16290
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16291
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16292
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enos@senger.name') LIMIT 1
|
|
16293
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16294
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16295
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16296
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16297
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16298
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1
|
|
16299
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16300
|
+
[1m[35mSQL (0.3ms)[0m 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]]
|
|
16301
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16302
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16303
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lizeth.sanford@kuphal.io') LIMIT 1[0m
|
|
16304
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16305
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16306
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16307
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16308
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16309
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1[0m
|
|
16310
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16311
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]
|
|
16312
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16313
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16314
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mackenzie@dibbert.info') LIMIT 1
|
|
16315
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16316
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16317
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16318
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16319
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16320
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1
|
|
16321
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16322
|
+
[1m[35mSQL (0.3ms)[0m 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]]
|
|
16323
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16324
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16325
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magnus_tillman@fahey.net') LIMIT 1[0m
|
|
16326
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16327
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16328
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16329
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16330
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16331
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1[0m
|
|
16332
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16333
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]
|
|
16334
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16335
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16336
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('andrew@kunde.co') LIMIT 1
|
|
16337
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16338
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16339
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16340
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16341
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16342
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1
|
|
16343
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16344
|
+
[1m[35mSQL (0.3ms)[0m 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]]
|
|
16345
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16346
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16347
|
+
[1m[36mExposition::User Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('odie.price@nikolaus.org') LIMIT 1[0m
|
|
16348
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
16349
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16350
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16351
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16352
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16353
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1[0m
|
|
16354
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16355
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]
|
|
16356
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16357
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16358
|
+
[1m[35mExposition::User Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nathanael@heidenreichlueilwitz.org') LIMIT 1
|
|
16359
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16360
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16361
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16362
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16363
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16364
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1
|
|
16365
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
16366
|
+
[1m[35mSQL (0.3ms)[0m 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]]
|
|
16367
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16368
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16369
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vincenza.monahan@emmerich.name') LIMIT 1[0m
|
|
16370
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
16371
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16372
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16373
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1[0m
|
|
16374
|
+
[1m[35mCategorical::Tag Exists (0.4ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1
|
|
16375
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1[0m
|
|
16376
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
16377
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]
|
|
16378
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16379
|
+
Processing by Exposition::TagsController#show as HTML
|
|
16380
|
+
Parameters: {"id"=>"label37"}
|
|
16381
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1[0m [["slug", "label37"]]
|
|
16382
|
+
[1m[35mCategorical::Tagging Load (1.7ms)[0m 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"]]
|
|
16383
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms)
|
|
16384
|
+
Completed 200 OK in 15ms (Views: 1.4ms | ActiveRecord: 2.1ms)
|
|
16385
|
+
[1m[36m (0.4ms)[0m [1mSELECT 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[0m [["published", "t"]]
|
|
16386
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
16387
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
16388
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
16389
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
16390
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16391
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jo_senger@reynoldsfeil.info') LIMIT 1[0m
|
|
16392
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
16393
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16394
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:25 -0400
|
|
16395
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
16396
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (15.2ms)
|
|
16397
|
+
Completed 200 OK in 424ms (Views: 423.5ms | ActiveRecord: 0.0ms)
|
|
16398
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400
|
|
16399
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
16400
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jo_senger@reynoldsfeil.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
16401
|
+
[1m[35mExposition::User Load (0.6ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "jo_senger@reynoldsfeil.info"]]
|
|
16402
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16403
|
+
[1m[35mSQL (0.6ms)[0m 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]]
|
|
16404
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16405
|
+
Redirected to http://www.example.com/admin/posts
|
|
16406
|
+
Completed 302 Found in 11ms (ActiveRecord: 1.9ms)
|
|
16407
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400
|
|
16408
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
16409
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]]
|
|
16410
|
+
[1m[36mExposition::Post Load (0.8ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
16411
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
16412
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.8ms)
|
|
16413
|
+
Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 1.7ms)
|
|
16414
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16415
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('araceli@hayes.info') LIMIT 1
|
|
16416
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16417
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16418
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16419
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1
|
|
16420
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16421
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16422
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400
|
|
16423
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
16424
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 74]]
|
|
16425
|
+
[1m[35mExposition::Post Load (0.6ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0
|
|
16426
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 75]]
|
|
16427
|
+
[1m[35mCategorical::Tag Load (0.9ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16428
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
16429
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.9ms)
|
|
16430
|
+
Completed 200 OK in 42ms (Views: 37.8ms | ActiveRecord: 2.7ms)
|
|
16431
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
16432
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
16433
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
16434
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
16435
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16436
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ursula_kris@runolfon.org') LIMIT 1[0m
|
|
16437
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16438
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16439
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400
|
|
16440
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
16441
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms)
|
|
16442
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
|
16443
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400
|
|
16444
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
16445
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ursula_kris@runolfon.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
16446
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ursula_kris@runolfon.org"]]
|
|
16447
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16448
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
16449
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16450
|
+
Redirected to http://www.example.com/admin/posts
|
|
16451
|
+
Completed 302 Found in 9ms (ActiveRecord: 1.4ms)
|
|
16452
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400
|
|
16453
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
16454
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]]
|
|
16455
|
+
[1m[36mExposition::Post Load (0.8ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
16456
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
16457
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms)
|
|
16458
|
+
Completed 200 OK in 26ms (Views: 21.9ms | ActiveRecord: 1.8ms)
|
|
16459
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16460
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trystan@bahringermarquardt.org') LIMIT 1
|
|
16461
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16462
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16463
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16464
|
+
[1m[35mExposition::Post Exists (0.4ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1
|
|
16465
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16466
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16467
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16468
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chelsie@dooley.org') LIMIT 1
|
|
16469
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16470
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16471
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16472
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1
|
|
16473
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16474
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16475
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16476
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('horacio@adamsthiel.com') LIMIT 1
|
|
16477
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16478
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16479
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16480
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1
|
|
16481
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16482
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16483
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16484
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosemarie_okuneva@brekkeconn.io') LIMIT 1
|
|
16485
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16486
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16487
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16488
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1
|
|
16489
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16490
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16491
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16492
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('may@uptonwilkinson.net') LIMIT 1
|
|
16493
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16494
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16495
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16496
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1
|
|
16497
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16498
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16499
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16500
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nathanael.abernathy@johnstongreenfelder.com') LIMIT 1
|
|
16501
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16502
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16503
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16504
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1
|
|
16505
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16506
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16507
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16508
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('breana.williamson@bogan.net') LIMIT 1
|
|
16509
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16510
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16511
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16512
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1
|
|
16513
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16514
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16515
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16516
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keshaun.kaulke@lubowitz.name') LIMIT 1
|
|
16517
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16518
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16519
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16520
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1
|
|
16521
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16522
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16523
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16524
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('uriah@schumm.biz') LIMIT 1
|
|
16525
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16526
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16527
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16528
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1
|
|
16529
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16530
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16531
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16532
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gina@olson.net') LIMIT 1
|
|
16533
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16534
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16535
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16536
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1
|
|
16537
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16538
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16539
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16540
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ricardo_wyman@goodwin.co') LIMIT 1
|
|
16541
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16542
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16543
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16544
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1
|
|
16545
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16546
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16547
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16548
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('favian@little.net') LIMIT 1
|
|
16549
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16550
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16551
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16552
|
+
[1m[35mExposition::Post Exists (0.8ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1
|
|
16553
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16554
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16555
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16556
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tad.kutch@barrows.info') LIMIT 1
|
|
16557
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16558
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16559
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16560
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1
|
|
16561
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16562
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16563
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16564
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ilene@medhurst.biz') LIMIT 1
|
|
16565
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16566
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16567
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16568
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1
|
|
16569
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16570
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16571
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16572
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adam@hauckschamberger.com') LIMIT 1
|
|
16573
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16574
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16575
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16576
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1
|
|
16577
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16578
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16579
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16580
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bethany_bradtke@klocko.net') LIMIT 1
|
|
16581
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16582
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16583
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16584
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1
|
|
16585
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16586
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16587
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16588
|
+
[1m[35mExposition::User Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('naomie@doylehyatt.name') LIMIT 1
|
|
16589
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16590
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16591
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16592
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1
|
|
16593
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16594
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16595
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16596
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liliana@schneiderfeest.org') LIMIT 1
|
|
16597
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16598
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16599
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16600
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1
|
|
16601
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16602
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16603
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16604
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('will_blanda@lindgren.com') LIMIT 1
|
|
16605
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16606
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16607
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16608
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1
|
|
16609
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16610
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16611
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16612
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bo@rolfson.io') LIMIT 1
|
|
16613
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16614
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16615
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16616
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1
|
|
16617
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16618
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16619
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16620
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dion_langworth@berge.com') LIMIT 1
|
|
16621
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16622
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16623
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16624
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1
|
|
16625
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16626
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16627
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16628
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maya_reilly@reynolds.io') LIMIT 1
|
|
16629
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16630
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16631
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16632
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1
|
|
16633
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16634
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16635
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16636
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jacinthe@runolfonlubowitz.info') LIMIT 1
|
|
16637
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16638
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16639
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16640
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1
|
|
16641
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16642
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16643
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16644
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('conner@williamson.co') LIMIT 1
|
|
16645
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16646
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16647
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16648
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1
|
|
16649
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16650
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16651
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16652
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fae.lesch@thielbrakus.info') LIMIT 1
|
|
16653
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16654
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16655
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16656
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1
|
|
16657
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16658
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16659
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16660
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('neal@skiles.com') LIMIT 1
|
|
16661
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16662
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16663
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16664
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1
|
|
16665
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
16666
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16667
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400
|
|
16668
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
16669
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 76]]
|
|
16670
|
+
[1m[35mExposition::Post Load (1.0ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0
|
|
16671
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 84]]
|
|
16672
|
+
[1m[35mCategorical::Tag Load (0.6ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16673
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 77]]
|
|
16674
|
+
[1m[35mCategorical::Tag Load (0.6ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16675
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 78]]
|
|
16676
|
+
[1m[35mCategorical::Tag Load (0.8ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16677
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 79]]
|
|
16678
|
+
[1m[35mCategorical::Tag Load (0.7ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16679
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 80]]
|
|
16680
|
+
[1m[35mCategorical::Tag Load (0.7ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16681
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 81]]
|
|
16682
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16683
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 82]]
|
|
16684
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16685
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 83]]
|
|
16686
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16687
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 85]]
|
|
16688
|
+
[1m[35mCategorical::Tag Load (0.3ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16689
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 86]]
|
|
16690
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16691
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 87]]
|
|
16692
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16693
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 88]]
|
|
16694
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16695
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 89]]
|
|
16696
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16697
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 90]]
|
|
16698
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16699
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 91]]
|
|
16700
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16701
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 92]]
|
|
16702
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16703
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 93]]
|
|
16704
|
+
[1m[35mCategorical::Tag Load (0.3ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16705
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 94]]
|
|
16706
|
+
[1m[35mCategorical::Tag Load (0.3ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16707
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 95]]
|
|
16708
|
+
[1m[35mCategorical::Tag Load (0.3ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16709
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 96]]
|
|
16710
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16711
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 97]]
|
|
16712
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16713
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 98]]
|
|
16714
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16715
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 99]]
|
|
16716
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16717
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 100]]
|
|
16718
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16719
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 101]]
|
|
16720
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
16721
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
16722
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (295.9ms)
|
|
16723
|
+
Completed 200 OK in 319ms (Views: 294.2ms | ActiveRecord: 23.5ms)
|
|
16724
|
+
Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-15 16:04:27 -0400
|
|
16725
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
16726
|
+
Parameters: {"page"=>"2"}
|
|
16727
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]]
|
|
16728
|
+
[1m[36mExposition::Post Load (1.0ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25[0m
|
|
16729
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]]
|
|
16730
|
+
[1m[36mCategorical::Tag Load (0.5ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]
|
|
16731
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
16732
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (50.0ms)
|
|
16733
|
+
Completed 200 OK in 96ms (Views: 89.4ms | ActiveRecord: 2.9ms)
|
|
16734
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
16735
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
16736
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
16737
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
16738
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16739
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claudie@lebsack.biz') LIMIT 1
|
|
16740
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
16741
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16742
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:27 -0400
|
|
16743
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
16744
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.8ms)
|
|
16745
|
+
Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.0ms)
|
|
16746
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:27 -0400
|
|
16747
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
16748
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"claudie@lebsack.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
16749
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1[0m [["email", "claudie@lebsack.biz"]]
|
|
16750
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16751
|
+
[1m[36mSQL (0.6ms)[0m [1mUPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3[0m [["remember_digest", "$2a$04$gzo547h3l.YfFI26lEfXf.0zN0sbvOQVJZOmQJ4zEYGc5fFUk.U8i"], ["updated_at", "2016-03-15 20:04:27.489314"], ["id", 103]]
|
|
16752
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
16753
|
+
Redirected to http://www.example.com/admin/posts
|
|
16754
|
+
Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
|
|
16755
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:27 -0400
|
|
16756
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
16757
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 103]]
|
|
16758
|
+
[1m[35mExposition::Post Load (0.8ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0
|
|
16759
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
16760
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms)
|
|
16761
|
+
Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 1.7ms)
|
|
16762
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16763
|
+
[1m[36mExposition::User Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ashleigh.olson@rippin.org') LIMIT 1[0m
|
|
16764
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16765
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16766
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16767
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1[0m
|
|
16768
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16769
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16770
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16771
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rudolph@swift.net') LIMIT 1[0m
|
|
16772
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
16773
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16774
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16775
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1[0m
|
|
16776
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16777
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16778
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16779
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alejandra@krajcik.io') LIMIT 1[0m
|
|
16780
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16781
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16782
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16783
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1[0m
|
|
16784
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16785
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16786
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16787
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lacey.schuster@yost.co') LIMIT 1[0m
|
|
16788
|
+
[1m[35mSQL (0.7ms)[0m 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"]]
|
|
16789
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16790
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16791
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1[0m
|
|
16792
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
16793
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16794
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16795
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sadye@schulist.info') LIMIT 1[0m
|
|
16796
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16797
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16798
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16799
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1[0m
|
|
16800
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16801
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16802
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16803
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christina@johns.net') LIMIT 1[0m
|
|
16804
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16805
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16806
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16807
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1[0m
|
|
16808
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16809
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16810
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16811
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('koby@osinski.biz') LIMIT 1[0m
|
|
16812
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16813
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16814
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16815
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1[0m
|
|
16816
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16817
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16818
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16819
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('makenzie@oharaparker.name') LIMIT 1[0m
|
|
16820
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16821
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16822
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16823
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1[0m
|
|
16824
|
+
[1m[35mSQL (0.3ms)[0m INSERT 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"]]
|
|
16825
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16826
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16827
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('josh@okunevahaag.biz') LIMIT 1[0m
|
|
16828
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16829
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16830
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16831
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1[0m
|
|
16832
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16833
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16834
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16835
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('catharine.moore@wintheiser.io') LIMIT 1[0m
|
|
16836
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16837
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16838
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16839
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1[0m
|
|
16840
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16841
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16842
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16843
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maia_lehner@monahan.biz') LIMIT 1[0m
|
|
16844
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16845
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16846
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16847
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1[0m
|
|
16848
|
+
[1m[35mSQL (0.3ms)[0m INSERT 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"]]
|
|
16849
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16850
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16851
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claire@treuteldurgan.io') LIMIT 1[0m
|
|
16852
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
16853
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16854
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16855
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1[0m
|
|
16856
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16857
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16858
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16859
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vern_jones@goodwin.org') LIMIT 1[0m
|
|
16860
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16861
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16862
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16863
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1[0m
|
|
16864
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16865
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16866
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16867
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('destiny_bernhard@raynor.org') LIMIT 1[0m
|
|
16868
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16869
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16870
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16871
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1[0m
|
|
16872
|
+
[1m[35mSQL (0.3ms)[0m INSERT 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"]]
|
|
16873
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16874
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16875
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darrin@lakin.com') LIMIT 1[0m
|
|
16876
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
16877
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16878
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16879
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1[0m
|
|
16880
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16881
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16882
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16883
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reva.bernhard@bodehammes.name') LIMIT 1[0m
|
|
16884
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16885
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16886
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16887
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1[0m
|
|
16888
|
+
[1m[35mSQL (0.3ms)[0m INSERT 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"]]
|
|
16889
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16890
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16891
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aubrey_stark@balistreriborer.co') LIMIT 1[0m
|
|
16892
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16893
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16894
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16895
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1[0m
|
|
16896
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16897
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16898
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16899
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leatha@bahringer.com') LIMIT 1[0m
|
|
16900
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16901
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16902
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16903
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1[0m
|
|
16904
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16905
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16906
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16907
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaycee@barton.info') LIMIT 1[0m
|
|
16908
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16909
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16910
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16911
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1[0m
|
|
16912
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16913
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16914
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16915
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('berta@zulauf.net') LIMIT 1[0m
|
|
16916
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16917
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16918
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16919
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1[0m
|
|
16920
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16921
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16922
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16923
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dejah@klingbeahan.org') LIMIT 1[0m
|
|
16924
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
16925
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16926
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16927
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1[0m
|
|
16928
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16929
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16930
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16931
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('veda_ebert@reichertrutherford.net') LIMIT 1[0m
|
|
16932
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16933
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16934
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16935
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1[0m
|
|
16936
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16937
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16938
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16939
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('neoma_kozey@harber.co') LIMIT 1[0m
|
|
16940
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
16941
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16942
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
16943
|
+
[1m[36mExposition::Post Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1[0m
|
|
16944
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16945
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16946
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16947
|
+
[1m[36mExposition::User Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madisen@stokes.co') LIMIT 1[0m
|
|
16948
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16949
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16950
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16951
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1[0m
|
|
16952
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16953
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16954
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16955
|
+
[1m[36mExposition::User Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ahmed@torphycremin.name') LIMIT 1[0m
|
|
16956
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
16957
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16958
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16959
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1[0m
|
|
16960
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
16961
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16962
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16963
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adolf.boehm@sanfordjacobson.biz') LIMIT 1[0m
|
|
16964
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
16965
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16966
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
16967
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1[0m
|
|
16968
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
16969
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
16970
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:27 -0400
|
|
16971
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
16972
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]]
|
|
16973
|
+
[1m[36mExposition::Post Load (0.9ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
16974
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]]
|
|
16975
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 94], ["taggable_type", "Exposition::Post"]]
|
|
16976
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]]
|
|
16977
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 95], ["taggable_type", "Exposition::Post"]]
|
|
16978
|
+
[1m[35mExposition::User Load (0.6ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]]
|
|
16979
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 96], ["taggable_type", "Exposition::Post"]]
|
|
16980
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]]
|
|
16981
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 97], ["taggable_type", "Exposition::Post"]]
|
|
16982
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]]
|
|
16983
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 98], ["taggable_type", "Exposition::Post"]]
|
|
16984
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]]
|
|
16985
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 99], ["taggable_type", "Exposition::Post"]]
|
|
16986
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]]
|
|
16987
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 100], ["taggable_type", "Exposition::Post"]]
|
|
16988
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]]
|
|
16989
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 101], ["taggable_type", "Exposition::Post"]]
|
|
16990
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]]
|
|
16991
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 102], ["taggable_type", "Exposition::Post"]]
|
|
16992
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]]
|
|
16993
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 103], ["taggable_type", "Exposition::Post"]]
|
|
16994
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]]
|
|
16995
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 104], ["taggable_type", "Exposition::Post"]]
|
|
16996
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]]
|
|
16997
|
+
[1m[36mCategorical::Tag Load (0.5ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 105], ["taggable_type", "Exposition::Post"]]
|
|
16998
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]]
|
|
16999
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 106], ["taggable_type", "Exposition::Post"]]
|
|
17000
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]]
|
|
17001
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 107], ["taggable_type", "Exposition::Post"]]
|
|
17002
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]]
|
|
17003
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 108], ["taggable_type", "Exposition::Post"]]
|
|
17004
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]]
|
|
17005
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 109], ["taggable_type", "Exposition::Post"]]
|
|
17006
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]]
|
|
17007
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 110], ["taggable_type", "Exposition::Post"]]
|
|
17008
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]]
|
|
17009
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 111], ["taggable_type", "Exposition::Post"]]
|
|
17010
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]]
|
|
17011
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 112], ["taggable_type", "Exposition::Post"]]
|
|
17012
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]]
|
|
17013
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 113], ["taggable_type", "Exposition::Post"]]
|
|
17014
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]]
|
|
17015
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 114], ["taggable_type", "Exposition::Post"]]
|
|
17016
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]]
|
|
17017
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 115], ["taggable_type", "Exposition::Post"]]
|
|
17018
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]]
|
|
17019
|
+
[1m[36mCategorical::Tag Load (0.3ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 116], ["taggable_type", "Exposition::Post"]]
|
|
17020
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]]
|
|
17021
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 117], ["taggable_type", "Exposition::Post"]]
|
|
17022
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]]
|
|
17023
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]
|
|
17024
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
17025
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (224.6ms)
|
|
17026
|
+
Completed 200 OK in 243ms (Views: 218.8ms | ActiveRecord: 22.7ms)
|
|
17027
|
+
Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17028
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17029
|
+
Parameters: {"page"=>"2"}
|
|
17030
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 103]]
|
|
17031
|
+
[1m[35mExposition::Post Load (0.8ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25
|
|
17032
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 129]]
|
|
17033
|
+
[1m[35mCategorical::Tag Load (0.3ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
17034
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
17035
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.2ms)
|
|
17036
|
+
Completed 200 OK in 32ms (Views: 28.0ms | ActiveRecord: 2.5ms)
|
|
17037
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
17038
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
17039
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
17040
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17041
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17042
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emmalee.rodriguez@kihn.biz') LIMIT 1[0m
|
|
17043
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17044
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17045
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17046
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17047
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms)
|
|
17048
|
+
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)
|
|
17049
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17050
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17051
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"emmalee.rodriguez@kihn.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17052
|
+
[1m[35mExposition::User Load (0.6ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "emmalee.rodriguez@kihn.biz"]]
|
|
17053
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17054
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
17055
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17056
|
+
Redirected to http://www.example.com/admin/posts
|
|
17057
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.6ms)
|
|
17058
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17059
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17060
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]]
|
|
17061
|
+
[1m[36mExposition::Post Load (0.8ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
17062
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
17063
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.7ms)
|
|
17064
|
+
Completed 200 OK in 29ms (Views: 24.4ms | ActiveRecord: 1.8ms)
|
|
17065
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17066
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('imani@heidenreich.biz') LIMIT 1
|
|
17067
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
17068
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17069
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17070
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norbert_cronin@conroy.org') LIMIT 1
|
|
17071
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
17072
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17073
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17074
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1
|
|
17075
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
17076
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17077
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17078
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1
|
|
17079
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1[0m
|
|
17080
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
17081
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17082
|
+
Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17083
|
+
Processing by Exposition::Admin::PostsController#edit as HTML
|
|
17084
|
+
Parameters: {"id"=>"title125"}
|
|
17085
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]]
|
|
17086
|
+
[1m[36mExposition::Post Load (0.3ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1[0m [["slug", "title125"]]
|
|
17087
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms)
|
|
17088
|
+
[1m[35mExposition::User Load (0.6ms)[0m SELECT "exposition_users".* FROM "exposition_users"
|
|
17089
|
+
[1m[36mCategorical::Tag Load (0.7ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags"[0m
|
|
17090
|
+
[1m[35m (0.7ms)[0m 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"]]
|
|
17091
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (26.5ms)
|
|
17092
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.4ms)
|
|
17093
|
+
Completed 200 OK in 55ms (Views: 51.0ms | ActiveRecord: 2.7ms)
|
|
17094
|
+
Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17095
|
+
Processing by Exposition::Admin::PostsController#update as HTML
|
|
17096
|
+
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"}
|
|
17097
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 130]]
|
|
17098
|
+
[1m[35mExposition::Post Load (0.5ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]
|
|
17099
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17100
|
+
[1m[35mCategorical::Tag Load (0.7ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]]
|
|
17101
|
+
[1m[36mCategorical::Tag Load (0.6ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]
|
|
17102
|
+
[1m[35mSQL (0.4ms)[0m 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]]
|
|
17103
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 131]]
|
|
17104
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1
|
|
17105
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "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[0m [["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]]
|
|
17106
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17107
|
+
Redirected to http://www.example.com/admin/posts
|
|
17108
|
+
Completed 302 Found in 21ms (ActiveRecord: 4.7ms)
|
|
17109
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17110
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17111
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 130]]
|
|
17112
|
+
[1m[35mExposition::Post Load (0.8ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0
|
|
17113
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 131]]
|
|
17114
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
17115
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
17116
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.6ms)
|
|
17117
|
+
Completed 200 OK in 35ms (Views: 31.1ms | ActiveRecord: 2.4ms)
|
|
17118
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
17119
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17120
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17121
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17122
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17123
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emil.metz@cummerataboyle.com') LIMIT 1[0m
|
|
17124
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17125
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17126
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17127
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17128
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms)
|
|
17129
|
+
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
|
|
17130
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17131
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17132
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"emil.metz@cummerataboyle.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17133
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "emil.metz@cummerataboyle.com"]]
|
|
17134
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17135
|
+
[1m[35mSQL (0.4ms)[0m 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]]
|
|
17136
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17137
|
+
Redirected to http://www.example.com/admin/posts
|
|
17138
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.3ms)
|
|
17139
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17140
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17141
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]]
|
|
17142
|
+
[1m[36mExposition::Post Load (0.8ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
17143
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
17144
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.7ms)
|
|
17145
|
+
Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 1.6ms)
|
|
17146
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17147
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reece@nitzsche.co') LIMIT 1
|
|
17148
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
17149
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17150
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17151
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1
|
|
17152
|
+
[1m[36mCategorical::Tag Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1[0m
|
|
17153
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
17154
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17155
|
+
Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17156
|
+
Processing by Exposition::Admin::PostsController#new as HTML
|
|
17157
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]]
|
|
17158
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms)
|
|
17159
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users"[0m
|
|
17160
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags"
|
|
17161
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.9ms)
|
|
17162
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.8ms)
|
|
17163
|
+
Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.3ms)
|
|
17164
|
+
Started POST "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17165
|
+
Processing by Exposition::Admin::PostsController#create as HTML
|
|
17166
|
+
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"}
|
|
17167
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 133]]
|
|
17168
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]
|
|
17169
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17170
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1
|
|
17171
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1[0m
|
|
17172
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]]
|
|
17173
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1[0m
|
|
17174
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
17175
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]
|
|
17176
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17177
|
+
Redirected to http://www.example.com/admin/posts
|
|
17178
|
+
Completed 302 Found in 17ms (ActiveRecord: 4.0ms)
|
|
17179
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17180
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17181
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 133]]
|
|
17182
|
+
[1m[35mExposition::Post Load (0.8ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0
|
|
17183
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 134]]
|
|
17184
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
17185
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
17186
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.9ms)
|
|
17187
|
+
Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 2.3ms)
|
|
17188
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
17189
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17190
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17191
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17192
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17193
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('destiny@sengercrist.name') LIMIT 1[0m
|
|
17194
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17195
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17196
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17197
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17198
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms)
|
|
17199
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
|
|
17200
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17201
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17202
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"destiny@sengercrist.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17203
|
+
[1m[35mExposition::User Load (0.6ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "destiny@sengercrist.name"]]
|
|
17204
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17205
|
+
[1m[35mSQL (0.4ms)[0m 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]]
|
|
17206
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17207
|
+
Redirected to http://www.example.com/admin/posts
|
|
17208
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
|
|
17209
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17210
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17211
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]
|
|
17212
|
+
[1m[36mExposition::Post Load (1.2ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
17213
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
17214
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms)
|
|
17215
|
+
Completed 200 OK in 29ms (Views: 26.2ms | ActiveRecord: 2.0ms)
|
|
17216
|
+
Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17217
|
+
Processing by Exposition::Admin::PostsController#new as HTML
|
|
17218
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 135]]
|
|
17219
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms)
|
|
17220
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users"
|
|
17221
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags"[0m
|
|
17222
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.0ms)
|
|
17223
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.3ms)
|
|
17224
|
+
Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 1.3ms)
|
|
17225
|
+
Started POST "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17226
|
+
Processing by Exposition::Admin::PostsController#create as HTML
|
|
17227
|
+
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"}
|
|
17228
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]
|
|
17229
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17230
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]
|
|
17231
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1[0m
|
|
17232
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
17233
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms)
|
|
17234
|
+
[1m[36mExposition::User Load (0.8ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users"[0m
|
|
17235
|
+
[1m[35mCategorical::Tag Load (0.4ms)[0m SELECT "categorical_tags".* FROM "categorical_tags"
|
|
17236
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.8ms)
|
|
17237
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (9.9ms)
|
|
17238
|
+
Completed 200 OK in 35ms (Views: 26.1ms | ActiveRecord: 2.7ms)
|
|
17239
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
17240
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
17241
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
17242
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17243
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17244
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17245
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms)
|
|
17246
|
+
Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)
|
|
17247
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17248
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17249
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17250
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1[0m [["email", ""]]
|
|
17251
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms)
|
|
17252
|
+
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.3ms)
|
|
17253
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17254
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17255
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms)
|
|
17256
|
+
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
|
17257
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
17258
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17259
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17260
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17261
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17262
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1[0m
|
|
17263
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17264
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17265
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17266
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17267
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms)
|
|
17268
|
+
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
|
|
17269
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17270
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17271
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17272
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]
|
|
17273
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17274
|
+
[1m[35mSQL (0.4ms)[0m 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]]
|
|
17275
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17276
|
+
Redirected to http://www.example.com/admin/posts
|
|
17277
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
|
|
17278
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400
|
|
17279
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17280
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]]
|
|
17281
|
+
[1m[36mExposition::Post Load (1.3ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
17282
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
17283
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms)
|
|
17284
|
+
Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 2.1ms)
|
|
17285
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
17286
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
17287
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1[0m
|
|
17288
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
17289
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
|
17290
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:33 -0400
|
|
17291
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17292
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.4ms)
|
|
17293
|
+
Completed 200 OK in 42ms (Views: 41.3ms | ActiveRecord: 0.0ms)
|
|
17294
|
+
Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-15 16:04:33 -0400
|
|
17295
|
+
Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-15 16:04:33 -0400
|
|
17296
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:34 -0400
|
|
17297
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17298
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17299
|
+
[1m[35mExposition::User Load (0.8ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]
|
|
17300
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
17301
|
+
[1m[35mSQL (0.6ms)[0m 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]]
|
|
17302
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
|
17303
|
+
Redirected to http://127.0.0.1:51500/admin/posts
|
|
17304
|
+
Completed 302 Found in 15ms (ActiveRecord: 2.7ms)
|
|
17305
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:34 -0400
|
|
17306
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17307
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]]
|
|
17308
|
+
[1m[36mExposition::Post Load (1.6ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
17309
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
17310
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.4ms)
|
|
17311
|
+
Completed 200 OK in 39ms (Views: 33.9ms | ActiveRecord: 2.6ms)
|
|
17312
|
+
Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-15 16:04:34 -0400
|
|
17313
|
+
Processing by Exposition::Admin::SessionsController#destroy as HTML
|
|
17314
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 137]]
|
|
17315
|
+
Redirected to http://127.0.0.1:51500/
|
|
17316
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
|
|
17317
|
+
Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:34 -0400
|
|
17318
|
+
Processing by Exposition::PostsController#index as HTML
|
|
17319
|
+
[1m[35m (0.5ms)[0m 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"]]
|
|
17320
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1[0m [["published", "t"]]
|
|
17321
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.1ms)
|
|
17322
|
+
Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 1.0ms)
|
|
17323
|
+
Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-03-15 16:04:34 -0400
|
|
17324
|
+
Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-15 16:04:34 -0400
|
|
17325
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17326
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17327
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.2ms)
|
|
17328
|
+
Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)
|
|
17329
|
+
[1m[35m (0.5ms)[0m 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
|
|
17330
|
+
[1m[36m (24.6ms)[0m [1mTRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;[0m
|
|
17331
|
+
[1m[35m (0.6ms)[0m 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
|
|
17332
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17333
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17334
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17335
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17336
|
+
[1m[36mExposition::User Exists (1.2ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('taurean@kobeahan.co') LIMIT 1[0m
|
|
17337
|
+
[1m[35mSQL (0.8ms)[0m 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"]]
|
|
17338
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17339
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17340
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17341
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms)
|
|
17342
|
+
Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)
|
|
17343
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17344
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17345
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"taurean@kobeahan.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17346
|
+
[1m[35mExposition::User Load (0.7ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "taurean@kobeahan.co"]]
|
|
17347
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17348
|
+
[1m[35mSQL (1.2ms)[0m 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]]
|
|
17349
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17350
|
+
Redirected to http://www.example.com/admin/posts
|
|
17351
|
+
Completed 302 Found in 11ms (ActiveRecord: 2.5ms)
|
|
17352
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17353
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17354
|
+
[1m[35mExposition::User Load (0.9ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]
|
|
17355
|
+
[1m[36mExposition::Post Load (1.5ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
17356
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
17357
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms)
|
|
17358
|
+
Completed 200 OK in 37ms (Views: 31.8ms | ActiveRecord: 2.9ms)
|
|
17359
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17360
|
+
[1m[35mCategorical::Tag Exists (1.1ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1
|
|
17361
|
+
[1m[36mCategorical::Tag Exists (1.1ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1[0m
|
|
17362
|
+
[1m[35mSQL (1.0ms)[0m 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"]]
|
|
17363
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17364
|
+
Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17365
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
17366
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]
|
|
17367
|
+
[1m[36mCategorical::Tag Load (0.6ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0[0m
|
|
17368
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "categorical_tags"
|
|
17369
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (8.1ms)
|
|
17370
|
+
Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 1.6ms)
|
|
17371
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
17372
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
17373
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
17374
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17375
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17376
|
+
[1m[35mExposition::User Exists (1.0ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delaney@dach.info') LIMIT 1
|
|
17377
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
17378
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17379
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17380
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17381
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms)
|
|
17382
|
+
Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
|
|
17383
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17384
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17385
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"delaney@dach.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17386
|
+
[1m[36mExposition::User Load (1.0ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1[0m [["email", "delaney@dach.info"]]
|
|
17387
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17388
|
+
[1m[36mSQL (1.5ms)[0m [1mUPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3[0m [["remember_digest", "$2a$04$VuChtid/xRcvj.Rf1iK93.2OUh/l656bi3AAmsXmMYFUxvJ2FErui"], ["updated_at", "2016-03-15 20:04:35.720017"], ["id", 2]]
|
|
17389
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17390
|
+
Redirected to http://www.example.com/admin/posts
|
|
17391
|
+
Completed 302 Found in 12ms (ActiveRecord: 3.0ms)
|
|
17392
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17393
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17394
|
+
[1m[36mExposition::User Load (0.6ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 2]]
|
|
17395
|
+
[1m[35mExposition::Post Load (1.4ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0
|
|
17396
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
17397
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.0ms)
|
|
17398
|
+
Completed 200 OK in 38ms (Views: 33.1ms | ActiveRecord: 2.5ms)
|
|
17399
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17400
|
+
[1m[36mCategorical::Tag Exists (1.4ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1[0m
|
|
17401
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1
|
|
17402
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-15 20:04:35.775347"], ["updated_at", "2016-03-15 20:04:35.775347"]]
|
|
17403
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17404
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17405
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1
|
|
17406
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1[0m
|
|
17407
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
17408
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17409
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17410
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1[0m
|
|
17411
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1
|
|
17412
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-15 20:04:35.789892"], ["updated_at", "2016-03-15 20:04:35.789892"]]
|
|
17413
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17414
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17415
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1
|
|
17416
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1[0m
|
|
17417
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
17418
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17419
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17420
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1[0m
|
|
17421
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1
|
|
17422
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-15 20:04:35.801217"], ["updated_at", "2016-03-15 20:04:35.801217"]]
|
|
17423
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17424
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17425
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1
|
|
17426
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1[0m
|
|
17427
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17428
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17429
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17430
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1[0m
|
|
17431
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1
|
|
17432
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-15 20:04:35.812517"], ["updated_at", "2016-03-15 20:04:35.812517"]]
|
|
17433
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17434
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17435
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1
|
|
17436
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1[0m
|
|
17437
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17438
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17439
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17440
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1[0m
|
|
17441
|
+
[1m[35mCategorical::Tag Exists (0.8ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1
|
|
17442
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-15 20:04:35.824773"], ["updated_at", "2016-03-15 20:04:35.824773"]]
|
|
17443
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17444
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17445
|
+
[1m[35mCategorical::Tag Exists (0.8ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1
|
|
17446
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1[0m
|
|
17447
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17448
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17449
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17450
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1[0m
|
|
17451
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1
|
|
17452
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-15 20:04:35.836453"], ["updated_at", "2016-03-15 20:04:35.836453"]]
|
|
17453
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17454
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17455
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1
|
|
17456
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1[0m
|
|
17457
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17458
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17459
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17460
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1[0m
|
|
17461
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1
|
|
17462
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-15 20:04:35.847658"], ["updated_at", "2016-03-15 20:04:35.847658"]]
|
|
17463
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17464
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17465
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1
|
|
17466
|
+
[1m[36mCategorical::Tag Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1[0m
|
|
17467
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17468
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17469
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17470
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1[0m
|
|
17471
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1
|
|
17472
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-15 20:04:35.858966"], ["updated_at", "2016-03-15 20:04:35.858966"]]
|
|
17473
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17474
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17475
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1
|
|
17476
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1[0m
|
|
17477
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17478
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17479
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17480
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1[0m
|
|
17481
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1
|
|
17482
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-15 20:04:35.870567"], ["updated_at", "2016-03-15 20:04:35.870567"]]
|
|
17483
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17484
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17485
|
+
[1m[35mCategorical::Tag Exists (0.9ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1
|
|
17486
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1[0m
|
|
17487
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17488
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17489
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17490
|
+
[1m[36mCategorical::Tag Exists (1.0ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1[0m
|
|
17491
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1
|
|
17492
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-15 20:04:35.885280"], ["updated_at", "2016-03-15 20:04:35.885280"]]
|
|
17493
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17494
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17495
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1
|
|
17496
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1[0m
|
|
17497
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17498
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17499
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17500
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1[0m
|
|
17501
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1
|
|
17502
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-15 20:04:35.899194"], ["updated_at", "2016-03-15 20:04:35.899194"]]
|
|
17503
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17504
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17505
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1
|
|
17506
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1[0m
|
|
17507
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17508
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17509
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17510
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1[0m
|
|
17511
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1
|
|
17512
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-15 20:04:35.910955"], ["updated_at", "2016-03-15 20:04:35.910955"]]
|
|
17513
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17514
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17515
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1
|
|
17516
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1[0m
|
|
17517
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17518
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17519
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17520
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1[0m
|
|
17521
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1
|
|
17522
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-15 20:04:35.923224"], ["updated_at", "2016-03-15 20:04:35.923224"]]
|
|
17523
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17524
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17525
|
+
[1m[35mCategorical::Tag Exists (0.8ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1
|
|
17526
|
+
[1m[36mCategorical::Tag Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1[0m
|
|
17527
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17528
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17529
|
+
Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17530
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
17531
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]
|
|
17532
|
+
[1m[36mCategorical::Tag Load (0.6ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0[0m
|
|
17533
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "categorical_tags"
|
|
17534
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.9ms)
|
|
17535
|
+
Completed 200 OK in 39ms (Views: 35.5ms | ActiveRecord: 1.5ms)
|
|
17536
|
+
Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-15 16:04:35 -0400
|
|
17537
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
17538
|
+
Parameters: {"page"=>"2"}
|
|
17539
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 2]]
|
|
17540
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25
|
|
17541
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "categorical_tags"[0m
|
|
17542
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (7.8ms)
|
|
17543
|
+
Completed 200 OK in 31ms (Views: 27.3ms | ActiveRecord: 1.7ms)
|
|
17544
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
17545
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17546
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17547
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
17548
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17549
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('freda.berge@predovic.co') LIMIT 1[0m
|
|
17550
|
+
[1m[35mSQL (0.6ms)[0m 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"]]
|
|
17551
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17552
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17553
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17554
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.7ms)
|
|
17555
|
+
Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms)
|
|
17556
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17557
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17558
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"freda.berge@predovic.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17559
|
+
[1m[35mExposition::User Load (0.7ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "freda.berge@predovic.co"]]
|
|
17560
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17561
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
17562
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17563
|
+
Redirected to http://www.example.com/admin/posts
|
|
17564
|
+
Completed 302 Found in 10ms (ActiveRecord: 1.8ms)
|
|
17565
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17566
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17567
|
+
[1m[35mExposition::User Load (0.6ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]
|
|
17568
|
+
[1m[36mExposition::Post Load (0.9ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0[0m
|
|
17569
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "exposition_posts"
|
|
17570
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms)
|
|
17571
|
+
Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 2.0ms)
|
|
17572
|
+
Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17573
|
+
Processing by Exposition::Admin::TagsController#new as HTML
|
|
17574
|
+
[1m[36mExposition::User Load (0.7ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 3]]
|
|
17575
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms)
|
|
17576
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (6.4ms)
|
|
17577
|
+
Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 0.7ms)
|
|
17578
|
+
Started POST "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17579
|
+
Processing by Exposition::Admin::TagsController#create as HTML
|
|
17580
|
+
Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"}
|
|
17581
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]
|
|
17582
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17583
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1
|
|
17584
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1[0m
|
|
17585
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
17586
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17587
|
+
Redirected to http://www.example.com/admin/tags
|
|
17588
|
+
Completed 302 Found in 9ms (ActiveRecord: 2.5ms)
|
|
17589
|
+
Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17590
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
17591
|
+
[1m[35mExposition::User Load (0.5ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]
|
|
17592
|
+
[1m[36mCategorical::Tag Load (0.6ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0[0m
|
|
17593
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "categorical_tags"
|
|
17594
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.8ms)
|
|
17595
|
+
Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 1.7ms)
|
|
17596
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
17597
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17598
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
17599
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17600
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17601
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('felicia@feeney.com') LIMIT 1
|
|
17602
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
17603
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17604
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17605
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17606
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms)
|
|
17607
|
+
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)
|
|
17608
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17609
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17610
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"felicia@feeney.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17611
|
+
[1m[36mExposition::User Load (0.9ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1[0m [["email", "felicia@feeney.com"]]
|
|
17612
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
17613
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3[0m [["remember_digest", "$2a$04$cfNbu92sDXe6aJ3iF.MPb.8Z/Hh0YVcxi5LoAx0KsAZLZUwerqoxK"], ["updated_at", "2016-03-15 20:04:36.280573"], ["id", 4]]
|
|
17614
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17615
|
+
Redirected to http://www.example.com/admin/posts
|
|
17616
|
+
Completed 302 Found in 11ms (ActiveRecord: 2.0ms)
|
|
17617
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17618
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17619
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 4]]
|
|
17620
|
+
[1m[35mExposition::Post Load (0.9ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0
|
|
17621
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
17622
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.3ms)
|
|
17623
|
+
Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 1.8ms)
|
|
17624
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17625
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1[0m
|
|
17626
|
+
[1m[35mCategorical::Tag Exists (0.4ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1
|
|
17627
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:36.322341"], ["updated_at", "2016-03-15 20:04:36.322341"]]
|
|
17628
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17629
|
+
Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17630
|
+
Processing by Exposition::Admin::TagsController#edit as HTML
|
|
17631
|
+
Parameters: {"id"=>"old-label"}
|
|
17632
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 4]]
|
|
17633
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]
|
|
17634
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms)
|
|
17635
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (3.6ms)
|
|
17636
|
+
Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.9ms)
|
|
17637
|
+
Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17638
|
+
Processing by Exposition::Admin::TagsController#update as HTML
|
|
17639
|
+
Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"}
|
|
17640
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 4]]
|
|
17641
|
+
[1m[35mCategorical::Tag Load (0.3ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]
|
|
17642
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17643
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1
|
|
17644
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1[0m
|
|
17645
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
17646
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17647
|
+
Redirected to http://www.example.com/admin/tags
|
|
17648
|
+
Completed 302 Found in 9ms (ActiveRecord: 2.8ms)
|
|
17649
|
+
Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17650
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
17651
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]]
|
|
17652
|
+
[1m[36mCategorical::Tag Load (0.5ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0[0m
|
|
17653
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "categorical_tags"
|
|
17654
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.0ms)
|
|
17655
|
+
Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 1.2ms)
|
|
17656
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
17657
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
17658
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
17659
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17660
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17661
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madelynn@lesch.io') LIMIT 1
|
|
17662
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
17663
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17664
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17665
|
+
Processing by Exposition::Admin::SessionsController#new as HTML
|
|
17666
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms)
|
|
17667
|
+
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)
|
|
17668
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17669
|
+
Processing by Exposition::Admin::SessionsController#create as HTML
|
|
17670
|
+
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"madelynn@lesch.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
|
|
17671
|
+
[1m[36mExposition::User Load (0.6ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1[0m [["email", "madelynn@lesch.io"]]
|
|
17672
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17673
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3[0m [["remember_digest", "$2a$04$3nnSY1Qvr6CbyizLEr05/ugTp21MvZUwv6oKpsHODaa3bzR6tbcCm"], ["updated_at", "2016-03-15 20:04:36.447916"], ["id", 5]]
|
|
17674
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17675
|
+
Redirected to http://www.example.com/admin/posts
|
|
17676
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.6ms)
|
|
17677
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17678
|
+
Processing by Exposition::Admin::PostsController#index as HTML
|
|
17679
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 5]]
|
|
17680
|
+
[1m[35mExposition::Post Load (0.7ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0
|
|
17681
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts"[0m
|
|
17682
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.1ms)
|
|
17683
|
+
Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 1.5ms)
|
|
17684
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17685
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1[0m
|
|
17686
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1
|
|
17687
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-15 20:04:36.489238"], ["updated_at", "2016-03-15 20:04:36.489238"]]
|
|
17688
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17689
|
+
Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17690
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
17691
|
+
[1m[36mExposition::User Load (0.4ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 5]]
|
|
17692
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0
|
|
17693
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "categorical_tags"[0m
|
|
17694
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.5ms)
|
|
17695
|
+
Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 1.5ms)
|
|
17696
|
+
Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17697
|
+
Processing by Exposition::Admin::TagsController#destroy as HTML
|
|
17698
|
+
Parameters: {"id"=>"my-label"}
|
|
17699
|
+
[1m[35mExposition::User Load (0.4ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]]
|
|
17700
|
+
[1m[36mCategorical::Tag Load (0.4ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1[0m [["slug", "my-label"]]
|
|
17701
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17702
|
+
[1m[36mSQL (0.8ms)[0m [1mDELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1[0m [["id", 30]]
|
|
17703
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17704
|
+
Redirected to http://www.example.com/admin/tags
|
|
17705
|
+
Completed 302 Found in 5ms (ActiveRecord: 2.1ms)
|
|
17706
|
+
Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17707
|
+
Processing by Exposition::Admin::TagsController#index as HTML
|
|
17708
|
+
[1m[36mExposition::User Load (0.3ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1[0m [["id", 5]]
|
|
17709
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0
|
|
17710
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "categorical_tags"[0m
|
|
17711
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (2.7ms)
|
|
17712
|
+
Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 1.2ms)
|
|
17713
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
17714
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17715
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17716
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17717
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17718
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dewitt@olson.info') LIMIT 1[0m
|
|
17719
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17720
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17721
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17722
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1[0m
|
|
17723
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17724
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17725
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17726
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaida@kuvalis.org') LIMIT 1[0m
|
|
17727
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17728
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17729
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17730
|
+
[1m[36mExposition::Post Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1[0m
|
|
17731
|
+
[1m[35mSQL (0.5ms)[0m INSERT 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"]]
|
|
17732
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17733
|
+
Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17734
|
+
Processing by Exposition::PostsController#index as HTML
|
|
17735
|
+
[1m[35m (0.6ms)[0m 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"]]
|
|
17736
|
+
[1m[36mExposition::Post Load (0.5ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0[0m [["published", "t"]]
|
|
17737
|
+
[1m[35mCategorical::Tag Exists (0.9ms)[0m SELECT 1 AS one FROM "categorical_tags" INNER 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"]]
|
|
17738
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.8ms)
|
|
17739
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.9ms)
|
|
17740
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1[0m [["published", "t"]]
|
|
17741
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (18.8ms)
|
|
17742
|
+
Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 2.4ms)
|
|
17743
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
17744
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17745
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17746
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17747
|
+
Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17748
|
+
Processing by Exposition::PostsController#index as HTML
|
|
17749
|
+
[1m[35m (0.5ms)[0m 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"]]
|
|
17750
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1[0m [["published", "t"]]
|
|
17751
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.4ms)
|
|
17752
|
+
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.9ms)
|
|
17753
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
17754
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17755
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17756
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17757
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17758
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('morton_hoeger@gutmannhahn.com') LIMIT 1[0m
|
|
17759
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17760
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17761
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17762
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1[0m
|
|
17763
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17764
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17765
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17766
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('penelope@hagenes.name') LIMIT 1[0m
|
|
17767
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17768
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17769
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17770
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1[0m
|
|
17771
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17772
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17773
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17774
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tiffany@blick.info') LIMIT 1[0m
|
|
17775
|
+
[1m[35mSQL (0.7ms)[0m 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"]]
|
|
17776
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17777
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
17778
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1[0m
|
|
17779
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17780
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17781
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17782
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sonia_fay@reichel.name') LIMIT 1[0m
|
|
17783
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17784
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17785
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17786
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1[0m
|
|
17787
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17788
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17789
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17790
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruthe@gerlach.net') LIMIT 1[0m
|
|
17791
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17792
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17793
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17794
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1[0m
|
|
17795
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17796
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17797
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17798
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rory@farrellvolkman.net') LIMIT 1[0m
|
|
17799
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17800
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17801
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17802
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1[0m
|
|
17803
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17804
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17805
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17806
|
+
[1m[36mExposition::User Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('collin@oberbrunner.biz') LIMIT 1[0m
|
|
17807
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
17808
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17809
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17810
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1[0m
|
|
17811
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17812
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17813
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17814
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amanda@weinat.name') LIMIT 1[0m
|
|
17815
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
17816
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17817
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17818
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1[0m
|
|
17819
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17820
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17821
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17822
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('everett_christiansen@kaulke.name') LIMIT 1[0m
|
|
17823
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17824
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17825
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17826
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1[0m
|
|
17827
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17828
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17829
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17830
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('korbin.jast@streich.co') LIMIT 1[0m
|
|
17831
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17832
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17833
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17834
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1[0m
|
|
17835
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17836
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17837
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17838
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norwood@wolfhyatt.io') LIMIT 1[0m
|
|
17839
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17840
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17841
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17842
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1[0m
|
|
17843
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17844
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17845
|
+
Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17846
|
+
Processing by Exposition::PostsController#index as HTML
|
|
17847
|
+
[1m[35m (0.5ms)[0m 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"]]
|
|
17848
|
+
[1m[36mExposition::Post Load (0.6ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0[0m [["published", "t"]]
|
|
17849
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" INNER 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"]]
|
|
17850
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms)
|
|
17851
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 4], ["taggable_type", "Exposition::Post"]]
|
|
17852
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms)
|
|
17853
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" INNER 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"]]
|
|
17854
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms)
|
|
17855
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 6], ["taggable_type", "Exposition::Post"]]
|
|
17856
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms)
|
|
17857
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" INNER 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"]]
|
|
17858
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms)
|
|
17859
|
+
[1m[36mCategorical::Tag Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 8], ["taggable_type", "Exposition::Post"]]
|
|
17860
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms)
|
|
17861
|
+
[1m[35mCategorical::Tag Exists (0.3ms)[0m SELECT 1 AS one FROM "categorical_tags" INNER 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"]]
|
|
17862
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms)
|
|
17863
|
+
[1m[36mCategorical::Tag Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 10], ["taggable_type", "Exposition::Post"]]
|
|
17864
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms)
|
|
17865
|
+
[1m[35mCategorical::Tag Exists (0.3ms)[0m SELECT 1 AS one FROM "categorical_tags" INNER 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"]]
|
|
17866
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms)
|
|
17867
|
+
[1m[36mCategorical::Tag Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 12], ["taggable_type", "Exposition::Post"]]
|
|
17868
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms)
|
|
17869
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (22.5ms)
|
|
17870
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]
|
|
17871
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (28.8ms)
|
|
17872
|
+
Completed 200 OK in 31ms (Views: 24.6ms | ActiveRecord: 6.1ms)
|
|
17873
|
+
Started GET "/?page=2" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17874
|
+
Processing by Exposition::PostsController#index as HTML
|
|
17875
|
+
Parameters: {"page"=>"2"}
|
|
17876
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count[0m [["published", "t"]]
|
|
17877
|
+
[1m[35mExposition::Post Load (0.4ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]]
|
|
17878
|
+
[1m[36mCategorical::Tag Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 13], ["taggable_type", "Exposition::Post"]]
|
|
17879
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms)
|
|
17880
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.2ms)
|
|
17881
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]
|
|
17882
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.8ms)
|
|
17883
|
+
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 1.5ms)
|
|
17884
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
17885
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17886
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
17887
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17888
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17889
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman_paucek@boyledach.name') LIMIT 1
|
|
17890
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
17891
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17892
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17893
|
+
[1m[35mExposition::Post Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1
|
|
17894
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
17895
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17896
|
+
Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17897
|
+
Processing by Exposition::PostsController#index as HTML
|
|
17898
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count[0m [["published", "t"]]
|
|
17899
|
+
[1m[35mExposition::Post Load (0.4ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]
|
|
17900
|
+
[1m[36mCategorical::Tag Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 14], ["taggable_type", "Exposition::Post"]]
|
|
17901
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms)
|
|
17902
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (6.5ms)
|
|
17903
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]
|
|
17904
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.2ms)
|
|
17905
|
+
Completed 200 OK in 14ms (Views: 8.6ms | ActiveRecord: 4.4ms)
|
|
17906
|
+
Started GET "/posts/title137" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17907
|
+
Processing by Exposition::PostsController#show as HTML
|
|
17908
|
+
Parameters: {"id"=>"title137"}
|
|
17909
|
+
[1m[36mExposition::Post Load (0.4ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1[0m [["published", "t"], ["slug", "title137"]]
|
|
17910
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.9ms)
|
|
17911
|
+
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.4ms)
|
|
17912
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
17913
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17914
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17915
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17916
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
17917
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ron_ernser@larkin.net') LIMIT 1[0m
|
|
17918
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
17919
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17920
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17921
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1[0m
|
|
17922
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
17923
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17924
|
+
Started GET "/posts/title138" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17925
|
+
Processing by Exposition::PostsController#show as HTML
|
|
17926
|
+
Parameters: {"id"=>"title138"}
|
|
17927
|
+
[1m[35mExposition::Post Load (0.6ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]]
|
|
17928
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)
|
|
17929
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
17930
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17931
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
17932
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
17933
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17934
|
+
[1m[35mCategorical::Tag Exists (0.5ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1
|
|
17935
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1[0m
|
|
17936
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17937
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17938
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17939
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1[0m
|
|
17940
|
+
[1m[35mCategorical::Tag Exists (0.4ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1
|
|
17941
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-15 20:04:36.925673"], ["updated_at", "2016-03-15 20:04:36.925673"]]
|
|
17942
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17943
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17944
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amari_sauer@purdy.info') LIMIT 1
|
|
17945
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
17946
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17947
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
17948
|
+
[1m[35mCategorical::Tag Exists (1.0ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1
|
|
17949
|
+
[1m[36mCategorical::Tag Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1[0m
|
|
17950
|
+
[1m[35mExposition::Post Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1
|
|
17951
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
17952
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
17953
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17954
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17955
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hope.kaulke@damore.name') LIMIT 1[0m
|
|
17956
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
17957
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
17958
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
17959
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1[0m
|
|
17960
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1
|
|
17961
|
+
[1m[36mExposition::Post Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1[0m
|
|
17962
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
17963
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]
|
|
17964
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
17965
|
+
Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400
|
|
17966
|
+
Processing by Exposition::PostsController#index as HTML
|
|
17967
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count[0m [["published", "t"]]
|
|
17968
|
+
[1m[35mExposition::Post Load (0.5ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]
|
|
17969
|
+
[1m[36mCategorical::Tag Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 16], ["taggable_type", "Exposition::Post"]]
|
|
17970
|
+
[1m[35mCategorical::Tag Load (0.6ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
17971
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.5ms)
|
|
17972
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" INNER 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[0m [["taggable_id", 17], ["taggable_type", "Exposition::Post"]]
|
|
17973
|
+
[1m[35mCategorical::Tag Load (0.5ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
17974
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms)
|
|
17975
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (11.8ms)
|
|
17976
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1[0m [["published", "t"]]
|
|
17977
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (16.8ms)
|
|
17978
|
+
Completed 200 OK in 20ms (Views: 15.7ms | ActiveRecord: 3.8ms)
|
|
17979
|
+
Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-15 16:04:37 -0400
|
|
17980
|
+
Processing by Exposition::TagsController#show as HTML
|
|
17981
|
+
Parameters: {"id"=>"tag1"}
|
|
17982
|
+
[1m[35mCategorical::Tag Load (0.8ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]]
|
|
17983
|
+
[1m[36mCategorical::Tagging Load (0.6ms)[0m [1mSELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["tag_id", 31], ["taggable_type", "Exposition::Post"]]
|
|
17984
|
+
[1m[35m (0.4ms)[0m 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"]]
|
|
17985
|
+
[1m[36mExposition::Post Load (0.5ms)[0m [1mSELECT "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[0m [["published", "t"]]
|
|
17986
|
+
[1m[35mCategorical::Tag Exists (0.7ms)[0m SELECT 1 AS one FROM "categorical_tags" INNER 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"]]
|
|
17987
|
+
[1m[36mCategorical::Tag Load (0.9ms)[0m [1mSELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2[0m [["taggable_id", 16], ["taggable_type", "Exposition::Post"]]
|
|
17988
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.7ms)
|
|
17989
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (8.0ms)
|
|
17990
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (16.0ms)
|
|
17991
|
+
Completed 200 OK in 25ms (Views: 15.1ms | ActiveRecord: 5.3ms)
|
|
17992
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
17993
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17994
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17995
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
17996
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
17997
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
17998
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
17999
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18000
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
18001
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18002
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18003
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
18004
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18005
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1[0m
|
|
18006
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
18007
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18008
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]
|
|
18009
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18010
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18011
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
18012
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
18013
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18014
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1
|
|
18015
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
18016
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18017
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18018
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
18019
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18020
|
+
[1m[35mExposition::User Load (0.3ms)[0m SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]
|
|
18021
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18022
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18023
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18024
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
18025
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
18026
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
18027
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
18028
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18029
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18030
|
+
[1m[35mCategorical::Tag Exists (0.6ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1
|
|
18031
|
+
[1m[36mCategorical::Tag Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1[0m
|
|
18032
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
18033
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18034
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
18035
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18036
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18037
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18038
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18039
|
+
[1m[36mCategorical::Tag Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1[0m
|
|
18040
|
+
[1m[35mCategorical::Tag Exists (0.4ms)[0m SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1
|
|
18041
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-15 20:04:37.142338"], ["updated_at", "2016-03-15 20:04:37.142338"]]
|
|
18042
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18043
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18044
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18045
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18046
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
18047
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18048
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18049
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18050
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
18051
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18052
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18053
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
18054
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18055
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18056
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18057
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18058
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
18059
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18060
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18061
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18062
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18063
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1[0m
|
|
18064
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18065
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18066
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18067
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
18068
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1
|
|
18069
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
18070
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
18071
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18072
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18073
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1[0m
|
|
18074
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1
|
|
18075
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
18076
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18077
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18078
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
18079
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1[0m
|
|
18080
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18081
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18082
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18083
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18084
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18085
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joe@manntromp.io') LIMIT 1[0m
|
|
18086
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
18087
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18088
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
18089
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18090
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
18091
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18092
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18093
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katharina.botsford@tromp.com') LIMIT 1[0m
|
|
18094
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
18095
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18096
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
18097
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18098
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
18099
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18100
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18101
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deontae_will@reicherterdman.info') LIMIT 1[0m
|
|
18102
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
18103
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18104
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18105
|
+
[1m[36mExposition::Post Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1[0m
|
|
18106
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
18107
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18108
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
18109
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18110
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18111
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18112
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18113
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('linwood.dare@shields.org') LIMIT 1[0m
|
|
18114
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
18115
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18116
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18117
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1[0m
|
|
18118
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
18119
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18120
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18121
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18122
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18123
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18124
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18125
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jana.murphy@vandervortdicki.org') LIMIT 1[0m
|
|
18126
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
18127
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18128
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18129
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18130
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
18131
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18132
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18133
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('valentine_dickens@little.org') LIMIT 1[0m
|
|
18134
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
18135
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18136
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18137
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18138
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18139
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18140
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
18141
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kelli@stokes.com') LIMIT 1[0m
|
|
18142
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
18143
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18144
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18145
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18146
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18147
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18148
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
18149
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('logan.kunze@schumm.com') LIMIT 1[0m
|
|
18150
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
18151
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18152
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18153
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1[0m
|
|
18154
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
18155
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18156
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18157
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilfredo_raynor@pagac.net') LIMIT 1[0m
|
|
18158
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
18159
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18160
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18161
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1[0m
|
|
18162
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
18163
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18164
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18165
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1[0m
|
|
18166
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
18167
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18168
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18169
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1[0m
|
|
18170
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
18171
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18172
|
+
[1m[35mExposition::Post Load (0.5ms)[0m SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC
|
|
18173
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
18174
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
18175
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
|
18176
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18177
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18178
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mitchel_hayes@shields.org') LIMIT 1
|
|
18179
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
18180
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18181
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18182
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1
|
|
18183
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["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"]]
|
|
18184
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18185
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18186
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shayna@labadieortiz.co') LIMIT 1
|
|
18187
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
18188
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18189
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18190
|
+
[1m[35mExposition::Post Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1
|
|
18191
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["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"]]
|
|
18192
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18193
|
+
[1m[36mExposition::Post Load (0.4ms)[0m [1mSELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1[0m [["published", "t"]]
|
|
18194
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18195
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18196
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18197
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18198
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18199
|
+
[1m[36mExposition::User Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elena.kirlin@purdygerlach.io') LIMIT 1[0m
|
|
18200
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
18201
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18202
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18203
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18204
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18205
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18206
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
18207
|
+
[1m[36mExposition::User Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosina@deckow.org') LIMIT 1[0m
|
|
18208
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
18209
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18210
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
18211
|
+
[1m[36mExposition::Post Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1[0m
|
|
18212
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
18213
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18214
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18215
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1[0m
|
|
18216
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
18217
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18218
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
18219
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18220
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18221
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18222
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18223
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emmanuel@doyle.biz') LIMIT 1[0m
|
|
18224
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
18225
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18226
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18227
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1[0m
|
|
18228
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "exposition_posts" ("title", "body", "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"]]
|
|
18229
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18230
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18231
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1[0m
|
|
18232
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
18233
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18234
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18235
|
+
[1m[36mExposition::Post Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1[0m
|
|
18236
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18237
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18238
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18239
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18240
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18241
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18242
|
+
[1m[35mExposition::User Exists (0.7ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karine@hirthe.biz') LIMIT 1
|
|
18243
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
18244
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18245
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18246
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18247
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
18248
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
18249
|
+
[1m[36mExposition::User Exists (1.0ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1[0m
|
|
18250
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18251
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18252
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18253
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18254
|
+
[1m[35mExposition::User Exists (0.4ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1
|
|
18255
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
18256
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18257
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18258
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18259
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1[0m
|
|
18260
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
18261
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18262
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
18263
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18264
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1
|
|
18265
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1[0m
|
|
18266
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18267
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18268
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18269
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18270
|
+
[1m[35mExposition::User Exists (0.6ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1
|
|
18271
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1[0m
|
|
18272
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
18273
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18274
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18275
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18276
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1
|
|
18277
|
+
[1m[36mExposition::User Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1[0m
|
|
18278
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18279
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18280
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18281
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18282
|
+
[1m[35mExposition::User Load (0.7ms)[0m SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1
|
|
18283
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18284
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
18285
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18286
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1
|
|
18287
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
18288
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18289
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18290
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18291
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1[0m
|
|
18292
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1
|
|
18293
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18294
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
18295
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18296
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
18297
|
+
[1m[36mExposition::User Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1[0m
|
|
18298
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
18299
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18300
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
18301
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18302
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
18303
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18304
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
18305
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18306
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
18307
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18308
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
18309
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
18310
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
18311
|
+
[1m[36mExposition::User Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1[0m
|
|
18312
|
+
[1m[35m (0.3ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
18313
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
18314
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18315
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
18316
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
18317
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
18318
|
+
[1m[35mExposition::User Exists (0.5ms)[0m SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1
|
|
18319
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["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"]]
|
|
18320
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
18321
|
+
[1m[36mExposition::User Load (0.5ms)[0m [1mSELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1[0m
|
|
18322
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
18323
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18324
|
+
[1m[35m (0.3ms)[0m COMMIT
|
|
18325
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
18326
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
18327
|
+
[1m[36mExposition::User Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madge_labadie@waters.co') LIMIT 1[0m
|
|
18328
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
18329
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18330
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
18331
|
+
[1m[36mExposition::Post Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1[0m
|
|
18332
|
+
[1m[35mSQL (0.4ms)[0m INSERT 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"]]
|
|
18333
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
18334
|
+
[1m[35mCategorical::Tag Load (0.7ms)[0m SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "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"]]
|
|
18335
|
+
Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (25.1ms)
|
|
18336
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|