pulitzer 0.13.1 → 0.14.0

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.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/pulitzer.scss +28 -2
  3. data/app/controllers/pulitzer/content_elements_controller.rb +6 -2
  4. data/app/controllers/pulitzer/custom_option_lists_controller.rb +55 -0
  5. data/app/controllers/pulitzer/custom_options_controller.rb +55 -0
  6. data/app/controllers/pulitzer/partial_types_controller.rb +0 -11
  7. data/app/controllers/pulitzer/posts_controller.rb +5 -6
  8. data/app/controllers/pulitzer/styles_controller.rb +42 -0
  9. data/app/helpers/pulitzer/posts_helper.rb +15 -4
  10. data/app/interactions/pulitzer/content_elements_controller/update.rb +21 -0
  11. data/app/models/pulitzer/content_element.rb +63 -8
  12. data/app/models/pulitzer/content_element_type.rb +6 -1
  13. data/app/models/pulitzer/custom_option.rb +6 -0
  14. data/app/models/pulitzer/custom_option_list.rb +10 -0
  15. data/app/models/pulitzer/post_type_content_element_type.rb +58 -2
  16. data/app/models/pulitzer/style.rb +11 -0
  17. data/app/views/pulitzer/content_elements/_clickable_fields.html.erb +31 -0
  18. data/app/views/pulitzer/content_elements/_form.html.erb +1 -3
  19. data/app/views/pulitzer/content_elements/_partial_index.html.erb +1 -1
  20. data/app/views/pulitzer/content_elements/_show.html.erb +11 -20
  21. data/app/views/pulitzer/custom_option_lists/_edit.html.erb +10 -0
  22. data/app/views/pulitzer/custom_option_lists/_index.html.erb +12 -0
  23. data/app/views/pulitzer/custom_option_lists/_new.html.erb +9 -0
  24. data/app/views/pulitzer/custom_option_lists/_show.html.erb +11 -0
  25. data/app/views/pulitzer/custom_option_lists/_show_wrapper.html.erb +3 -0
  26. data/app/views/pulitzer/custom_options/_edit.html.erb +10 -0
  27. data/app/views/pulitzer/custom_options/_fields.html.erb +2 -0
  28. data/app/views/pulitzer/custom_options/_index.html.erb +20 -0
  29. data/app/views/pulitzer/custom_options/_new.html.erb +10 -0
  30. data/app/views/pulitzer/custom_options/_show.html.erb +5 -0
  31. data/app/views/pulitzer/custom_options/_show_wrapper.html.erb +3 -0
  32. data/app/views/pulitzer/free_form_section_types/_show_wrapper.html.erb +1 -1
  33. data/app/views/pulitzer/partial_types/_index.html.erb +1 -1
  34. data/app/views/pulitzer/partials/_index.html.erb +4 -4
  35. data/app/views/pulitzer/partials/_new.html.erb +1 -1
  36. data/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb +4 -0
  37. data/app/views/pulitzer/post_type_content_element_types/_show.html.erb +13 -5
  38. data/app/views/pulitzer/post_types/_template.html.erb +5 -4
  39. data/app/views/pulitzer/post_types/index.html.erb +26 -12
  40. data/app/views/pulitzer/posts/{index.html.erb → _index.html.erb} +0 -0
  41. data/app/views/pulitzer/styles/_index.html.erb +10 -0
  42. data/app/views/pulitzer/styles/_new.html.erb +29 -0
  43. data/app/views/pulitzer/styles/_show.html.erb +15 -0
  44. data/app/views/pulitzer/styles/_show_wrapper.html.erb +3 -0
  45. data/config/routes.rb +4 -0
  46. data/lib/pulitzer/content_element_helper.rb +22 -4
  47. data/lib/pulitzer/version.rb +1 -1
  48. data/spec/controllers/pages_controller_spec.rb +16 -0
  49. data/spec/dummy/app/controllers/pages_controller.rb +7 -0
  50. data/spec/dummy/app/controllers/pulitzer_preview/pages_controller.rb +16 -0
  51. data/spec/dummy/app/views/pages/welcome.html.erb +27 -0
  52. data/spec/dummy/app/views/pulitzer/welcome.html.erb +27 -0
  53. data/spec/dummy/config/initializers/zz_pulitzer.rb +1 -0
  54. data/spec/dummy/config/routes.rb +2 -0
  55. data/spec/dummy/db/development.sqlite3 +0 -0
  56. data/spec/dummy/db/test.sqlite3 +0 -0
  57. data/spec/dummy/log/development.log +198 -0
  58. data/spec/dummy/log/test.log +1733 -0
  59. metadata +34 -6
  60. data/app/interactions/pulitzer/update_free_form_section_partials.rb +0 -18
  61. data/app/models/pulitzer/layout.rb +0 -11
  62. data/app/views/pulitzer/partial_types/_form.html.erb +0 -21
@@ -208203,3 +208203,1736 @@ Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 0.4ms)
208203
208203
  Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
208204
208204
  Pulitzer::PostType Load (0.0ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT ? [["id", 161], ["LIMIT", 1]]
208205
208205
   (0.7ms) rollback transaction
208206
+ Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
208207
+  (0.1ms) TRUNCATE TABLE schema_migrations;
208208
+  (3.2ms) delete from schema_migrations;
208209
+  (0.1ms) TRUNCATE TABLE ar_internal_metadata;
208210
+  (0.9ms) delete from ar_internal_metadata;
208211
+  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types;
208212
+  (0.8ms) delete from pulitzer_content_element_types;
208213
+  (0.1ms) TRUNCATE TABLE pulitzer_posts;
208214
+  (0.8ms) delete from pulitzer_posts;
208215
+  (0.1ms) TRUNCATE TABLE pulitzer_tags;
208216
+  (0.8ms) delete from pulitzer_tags;
208217
+  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types;
208218
+  (0.8ms) delete from pulitzer_post_type_content_element_types;
208219
+  (0.2ms) TRUNCATE TABLE pulitzer_versions;
208220
+  (0.8ms) delete from pulitzer_versions;
208221
+  (0.1ms) TRUNCATE TABLE pulitzer_post_tags;
208222
+  (0.9ms) delete from pulitzer_post_tags;
208223
+  (0.1ms) TRUNCATE TABLE pulitzer_post_types;
208224
+  (0.7ms) delete from pulitzer_post_types;
208225
+  (0.1ms) TRUNCATE TABLE pulitzer_partials;
208226
+  (0.8ms) delete from pulitzer_partials;
208227
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types;
208228
+  (0.7ms) delete from pulitzer_free_form_section_types;
208229
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections;
208230
+  (1.0ms) delete from pulitzer_free_form_sections;
208231
+  (0.1ms) TRUNCATE TABLE pulitzer_layouts;
208232
+  (0.7ms) delete from pulitzer_layouts;
208233
+  (0.1ms) TRUNCATE TABLE pulitzer_content_elements;
208234
+  (1.7ms) delete from pulitzer_content_elements;
208235
+  (0.1ms) TRUNCATE TABLE pulitzer_partial_types;
208236
+  (0.9ms) delete from pulitzer_partial_types;
208237
+  (0.1ms) TRUNCATE TABLE pulitzer_background_styles;
208238
+  (0.8ms) delete from pulitzer_background_styles;
208239
+  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles;
208240
+  (0.7ms) delete from pulitzer_justification_styles;
208241
+  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles;
208242
+  (0.8ms) delete from pulitzer_sequence_flow_styles;
208243
+  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles;
208244
+  (0.7ms) delete from pulitzer_arrangement_styles;
208245
+  (0.1ms) begin transaction
208246
+ SQL (0.9ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["plural", true]]
208247
+  (1.6ms) commit transaction
208248
+  (0.0ms) begin transaction
208249
+ Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]]
208250
+ SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208251
+  (0.8ms) commit transaction
208252
+  (0.1ms) begin transaction
208253
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]]
208254
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208255
+  (0.7ms) commit transaction
208256
+  (0.0ms) begin transaction
208257
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]]
208258
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208259
+  (0.7ms) commit transaction
208260
+  (0.1ms) begin transaction
208261
+ Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC [["post_type_id", 161]]
208262
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 161]]
208263
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Hero Title 1"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 1]]
208264
+  (0.7ms) commit transaction
208265
+  (0.0ms) begin transaction
208266
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Hero Title 2"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 2]]
208267
+  (0.7ms) commit transaction
208268
+  (0.1ms) begin transaction
208269
+ SQL (0.2ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Hero Title 3"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 3]]
208270
+  (0.7ms) commit transaction
208271
+  (0.0ms) begin transaction
208272
+ SQL (0.2ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Guest Title"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 4]]
208273
+  (0.6ms) commit transaction
208274
+  (0.1ms) begin transaction
208275
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Guest Text"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 5]]
208276
+  (0.7ms) commit transaction
208277
+  (0.0ms) begin transaction
208278
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Footer Title"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 6]]
208279
+  (0.7ms) commit transaction
208280
+  (0.0ms) begin transaction
208281
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Footer Text"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 7]]
208282
+  (0.7ms) commit transaction
208283
+  (0.0ms) begin transaction
208284
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Metadata title"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 8]]
208285
+  (0.7ms) commit transaction
208286
+  (0.1ms) begin transaction
208287
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Metadata description"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 9]]
208288
+  (0.7ms) commit transaction
208289
+  (0.0ms) begin transaction
208290
+ SQL (0.2ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 161], ["content_element_type_id", 124], ["label", "Metadata keywords"], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["sort_order", 10]]
208291
+  (0.7ms) commit transaction
208292
+  (0.0ms) begin transaction
208293
+ SQL (0.4ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 161], ["name", "Main Content"], ["sort_order", 11]]
208294
+  (0.8ms) commit transaction
208295
+  (0.1ms) begin transaction
208296
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 161], ["name", "Handpicked Homes"], ["sort_order", 12]]
208297
+  (0.7ms) commit transaction
208298
+  (0.0ms) begin transaction
208299
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
208300
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
208301
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 161], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["slug", "welcome"]]
208302
+ SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 161], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208303
+  (1.6ms) commit transaction
208304
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208305
+  (0.0ms) begin transaction
208306
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208307
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["version_id", 201], ["post_type_content_element_type_id", 401], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208308
+  (0.8ms) commit transaction
208309
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208310
+  (0.1ms) begin transaction
208311
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208312
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["version_id", 201], ["post_type_content_element_type_id", 402], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208313
+  (0.8ms) commit transaction
208314
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208315
+  (0.1ms) begin transaction
208316
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208317
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["version_id", 201], ["post_type_content_element_type_id", 403], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208318
+  (0.8ms) commit transaction
208319
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208320
+  (0.0ms) begin transaction
208321
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208322
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["version_id", 201], ["post_type_content_element_type_id", 404], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208323
+  (0.7ms) commit transaction
208324
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208325
+  (0.0ms) begin transaction
208326
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208327
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["version_id", 201], ["post_type_content_element_type_id", 405], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208328
+  (0.8ms) commit transaction
208329
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208330
+  (0.0ms) begin transaction
208331
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208332
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["version_id", 201], ["post_type_content_element_type_id", 406], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208333
+  (0.7ms) commit transaction
208334
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208335
+  (0.1ms) begin transaction
208336
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208337
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["version_id", 201], ["post_type_content_element_type_id", 407], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208338
+  (0.8ms) commit transaction
208339
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208340
+  (0.1ms) begin transaction
208341
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208342
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["version_id", 201], ["post_type_content_element_type_id", 408], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC]]
208343
+  (0.6ms) commit transaction
208344
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208345
+  (0.1ms) begin transaction
208346
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208347
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["version_id", 201], ["post_type_content_element_type_id", 409], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC]]
208348
+  (0.8ms) commit transaction
208349
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208350
+  (0.1ms) begin transaction
208351
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208352
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["version_id", 201], ["post_type_content_element_type_id", 410], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC]]
208353
+  (1.1ms) commit transaction
208354
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208355
+  (0.1ms) begin transaction
208356
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 201], ["free_form_section_type_id", 81], ["name", "Main Content"]]
208357
+  (0.8ms) commit transaction
208358
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208359
+  (0.1ms) begin transaction
208360
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 201], ["free_form_section_type_id", 82], ["name", "Handpicked Homes"]]
208361
+  (0.8ms) commit transaction
208362
+  (0.0ms) begin transaction
208363
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC], ["plural", true]]
208364
+  (0.7ms) commit transaction
208365
+  (0.1ms) begin transaction
208366
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
208367
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
208368
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Complete Guide to Breckenridge"], ["post_type_id", 162], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC], ["slug", "complete-guide-to-breckenridge"]]
208369
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 162], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC]]
208370
+  (0.7ms) commit transaction
208371
+  (0.1ms) begin transaction
208372
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC], ["plural", true]]
208373
+  (0.7ms) commit transaction
208374
+  (0.0ms) begin transaction
208375
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
208376
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
208377
+ SQL (0.4ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 163], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC], ["slug", "ski-jump-competition"]]
208378
+ SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 163], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC]]
208379
+  (0.9ms) commit transaction
208380
+  (0.1ms) begin transaction
208381
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC], ["plural", true]]
208382
+  (0.7ms) commit transaction
208383
+  (0.1ms) begin transaction
208384
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
208385
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
208386
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 164], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC], ["slug", "why-visit-breckenridge"]]
208387
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 164], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC]]
208388
+  (0.7ms) commit transaction
208389
+ Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]]
208390
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 0], ["LIMIT", 1]]
208391
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 161], ["status", 1], ["LIMIT", 1]]
208392
+  (0.1ms) begin transaction
208393
+ SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 201]]
208394
+  (0.8ms) commit transaction
208395
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" INNER JOIN "pulitzer_post_tags" ON "pulitzer_tags"."id" = "pulitzer_post_tags"."label_id" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 201], ["label_type", "Pulitzer::Tag"]]
208396
+  (0.1ms) begin transaction
208397
+ SQL (0.4ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 161], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC]]
208398
+  (0.8ms) commit transaction
208399
+ [ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 201], ["LIMIT", 1]]
208400
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007f8029c41c50 @uri=#<URI::GID gid://dummy/Pulitzer::Version/201>>
208401
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 161], ["LIMIT", 1]]
208402
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::CloneVersion !!!
208403
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
208404
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 161], ["status", 4], ["LIMIT", 1]]
208405
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 201]]
208406
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208407
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208408
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 401], ["LIMIT", 1]]
208409
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["post_type_content_element_type_id", 401], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["image", nil]]
208410
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (1.0ms) commit transaction
208411
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208412
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 811]]
208413
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.8ms) commit transaction
208414
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208415
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208416
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 402], ["LIMIT", 1]]
208417
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["post_type_content_element_type_id", 402], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["image", nil]]
208418
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.8ms) commit transaction
208419
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208420
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 812]]
208421
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.6ms) commit transaction
208422
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208423
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208424
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 403], ["LIMIT", 1]]
208425
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["post_type_content_element_type_id", 403], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["image", nil]]
208426
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208427
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208428
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 813]]
208429
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208430
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208431
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208432
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 404], ["LIMIT", 1]]
208433
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["post_type_content_element_type_id", 404], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["image", nil]]
208434
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.9ms) commit transaction
208435
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208436
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 814]]
208437
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.6ms) commit transaction
208438
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208439
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208440
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 405], ["LIMIT", 1]]
208441
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["post_type_content_element_type_id", 405], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["image", nil]]
208442
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.8ms) commit transaction
208443
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208444
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 815]]
208445
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208446
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208447
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208448
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 406], ["LIMIT", 1]]
208449
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["post_type_content_element_type_id", 406], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["image", nil]]
208450
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208451
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208452
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 816]]
208453
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208454
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208455
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208456
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 407], ["LIMIT", 1]]
208457
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["post_type_content_element_type_id", 407], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["image", nil]]
208458
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208459
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208460
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 817]]
208461
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208462
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208463
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208464
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 408], ["LIMIT", 1]]
208465
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["post_type_content_element_type_id", 408], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:31:59 UTC], ["updated_at", 2017-05-23 18:31:59 UTC], ["image", nil]]
208466
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208467
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208468
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 818]]
208469
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.6ms) commit transaction
208470
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208471
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208472
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 409], ["LIMIT", 1]]
208473
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["post_type_content_element_type_id", 409], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC], ["image", nil]]
208474
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208475
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208476
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 819]]
208477
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.8ms) commit transaction
208478
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]]
208479
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208480
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 410], ["LIMIT", 1]]
208481
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["post_type_content_element_type_id", 410], ["content_element_type_id", 124], ["created_at", 2017-05-23 18:32:00 UTC], ["updated_at", 2017-05-23 18:32:00 UTC], ["image", nil]]
208482
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208483
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.1ms) begin transaction
208484
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 205], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 820]]
208485
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208486
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 201]]
208487
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208488
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 81], ["name", "Main Content"]]
208489
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.6ms) commit transaction
208490
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 161]]
208491
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208492
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 205], ["id", 163]]
208493
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208494
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208495
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 82], ["name", "Handpicked Homes"]]
208496
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.7ms) commit transaction
208497
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 162]]
208498
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208499
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 205], ["id", 164]]
208500
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.8ms) commit transaction
208501
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 201]]
208502
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.0ms) begin transaction
208503
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 205]]
208504
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6]  (0.8ms) commit transaction
208505
+ [ActiveJob] [Pulitzer::CloneVersionJob] [4052a65f-8f67-49c0-b330-a7c887d842f6] Performed Pulitzer::CloneVersionJob from Inline(default) in 130.66ms
208506
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 4052a65f-8f67-49c0-b330-a7c887d842f6) to Inline(default) with arguments: #<GlobalID:0x007f8029c33e98 @uri=#<URI::GID gid://dummy/Pulitzer::Version/201>>
208507
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 161], ["LIMIT", 1]]
208508
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 205], ["LIMIT", 1]]
208509
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 161], ["status", 1], ["LIMIT", 1]]
208510
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 201]]
208511
+  (0.0ms) begin transaction
208512
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 801]]
208513
+  (0.8ms) commit transaction
208514
+  (0.0ms) begin transaction
208515
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 802]]
208516
+  (0.8ms) commit transaction
208517
+  (0.0ms) begin transaction
208518
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 803]]
208519
+  (0.7ms) commit transaction
208520
+  (0.1ms) begin transaction
208521
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 804]]
208522
+  (0.7ms) commit transaction
208523
+  (0.0ms) begin transaction
208524
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 805]]
208525
+  (0.7ms) commit transaction
208526
+  (0.0ms) begin transaction
208527
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 806]]
208528
+  (0.6ms) commit transaction
208529
+  (0.1ms) begin transaction
208530
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 807]]
208531
+  (0.6ms) commit transaction
208532
+  (0.0ms) begin transaction
208533
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 808]]
208534
+  (0.5ms) commit transaction
208535
+  (0.0ms) begin transaction
208536
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 809]]
208537
+  (0.7ms) commit transaction
208538
+  (0.0ms) begin transaction
208539
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-05-23 18:32:00 UTC], ["id", 810]]
208540
+  (0.7ms) commit transaction
208541
+  (0.1ms) begin transaction
208542
+ Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]]
208543
+  (0.1ms) rollback transaction
208544
+ Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
208545
+  (0.1ms) TRUNCATE TABLE schema_migrations;
208546
+  (1.6ms) delete from schema_migrations;
208547
+  (0.1ms) TRUNCATE TABLE ar_internal_metadata;
208548
+  (0.8ms) delete from ar_internal_metadata;
208549
+  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types;
208550
+  (0.7ms) delete from pulitzer_content_element_types;
208551
+  (0.1ms) TRUNCATE TABLE pulitzer_posts;
208552
+  (0.7ms) delete from pulitzer_posts;
208553
+  (0.1ms) TRUNCATE TABLE pulitzer_tags;
208554
+  (0.8ms) delete from pulitzer_tags;
208555
+  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types;
208556
+  (0.9ms) delete from pulitzer_post_type_content_element_types;
208557
+  (0.1ms) TRUNCATE TABLE pulitzer_versions;
208558
+  (0.8ms) delete from pulitzer_versions;
208559
+  (0.1ms) TRUNCATE TABLE pulitzer_post_tags;
208560
+  (0.7ms) delete from pulitzer_post_tags;
208561
+  (0.1ms) TRUNCATE TABLE pulitzer_post_types;
208562
+  (0.7ms) delete from pulitzer_post_types;
208563
+  (0.1ms) TRUNCATE TABLE pulitzer_partials;
208564
+  (0.7ms) delete from pulitzer_partials;
208565
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types;
208566
+  (0.8ms) delete from pulitzer_free_form_section_types;
208567
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections;
208568
+  (0.7ms) delete from pulitzer_free_form_sections;
208569
+  (0.1ms) TRUNCATE TABLE pulitzer_layouts;
208570
+  (0.7ms) delete from pulitzer_layouts;
208571
+  (0.1ms) TRUNCATE TABLE pulitzer_content_elements;
208572
+  (0.7ms) delete from pulitzer_content_elements;
208573
+  (0.1ms) TRUNCATE TABLE pulitzer_partial_types;
208574
+  (0.7ms) delete from pulitzer_partial_types;
208575
+  (0.1ms) TRUNCATE TABLE pulitzer_background_styles;
208576
+  (0.8ms) delete from pulitzer_background_styles;
208577
+  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles;
208578
+  (0.7ms) delete from pulitzer_justification_styles;
208579
+  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles;
208580
+  (0.7ms) delete from pulitzer_sequence_flow_styles;
208581
+  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles;
208582
+  (0.8ms) delete from pulitzer_arrangement_styles;
208583
+  (0.0ms) begin transaction
208584
+ SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["plural", true]]
208585
+  (0.8ms) commit transaction
208586
+  (0.1ms) begin transaction
208587
+ Pulitzer::ContentElementType Exists (0.3ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]]
208588
+ SQL (0.7ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208589
+  (0.7ms) commit transaction
208590
+  (0.1ms) begin transaction
208591
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]]
208592
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208593
+  (0.7ms) commit transaction
208594
+  (0.1ms) begin transaction
208595
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]]
208596
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208597
+  (0.7ms) commit transaction
208598
+  (0.1ms) begin transaction
208599
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC [["post_type_id", 165]]
208600
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 165]]
208601
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Hero Title 1"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 1]]
208602
+  (0.9ms) commit transaction
208603
+  (0.1ms) begin transaction
208604
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Hero Title 2"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 2]]
208605
+  (0.7ms) commit transaction
208606
+  (0.0ms) begin transaction
208607
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Hero Title 3"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 3]]
208608
+  (0.7ms) commit transaction
208609
+  (0.1ms) begin transaction
208610
+ SQL (0.2ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Guest Title"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 4]]
208611
+  (0.7ms) commit transaction
208612
+  (0.1ms) begin transaction
208613
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Guest Text"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 5]]
208614
+  (0.7ms) commit transaction
208615
+  (0.1ms) begin transaction
208616
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Footer Title"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 6]]
208617
+  (0.7ms) commit transaction
208618
+  (0.0ms) begin transaction
208619
+ SQL (0.2ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Footer Text"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 7]]
208620
+  (0.7ms) commit transaction
208621
+  (0.0ms) begin transaction
208622
+ SQL (0.5ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Metadata title"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 8]]
208623
+  (0.7ms) commit transaction
208624
+  (0.1ms) begin transaction
208625
+ SQL (1.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Metadata description"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 9]]
208626
+  (0.8ms) commit transaction
208627
+  (0.1ms) begin transaction
208628
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 165], ["content_element_type_id", 127], ["label", "Metadata keywords"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["sort_order", 10]]
208629
+  (0.7ms) commit transaction
208630
+  (0.1ms) begin transaction
208631
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 165], ["name", "Main Content"], ["sort_order", 11]]
208632
+  (0.7ms) commit transaction
208633
+  (0.1ms) begin transaction
208634
+ SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 165], ["name", "Handpicked Homes"], ["sort_order", 12]]
208635
+  (0.7ms) commit transaction
208636
+  (0.1ms) begin transaction
208637
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
208638
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
208639
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 165], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["slug", "welcome"]]
208640
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 165], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208641
+  (1.3ms) commit transaction
208642
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208643
+  (0.0ms) begin transaction
208644
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208645
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["version_id", 206], ["post_type_content_element_type_id", 411], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208646
+  (1.0ms) commit transaction
208647
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208648
+  (0.1ms) begin transaction
208649
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208650
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["version_id", 206], ["post_type_content_element_type_id", 412], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208651
+  (1.1ms) commit transaction
208652
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208653
+  (0.1ms) begin transaction
208654
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208655
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["version_id", 206], ["post_type_content_element_type_id", 413], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208656
+  (1.0ms) commit transaction
208657
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208658
+  (0.1ms) begin transaction
208659
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208660
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["version_id", 206], ["post_type_content_element_type_id", 414], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208661
+  (0.8ms) commit transaction
208662
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208663
+  (0.1ms) begin transaction
208664
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208665
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["version_id", 206], ["post_type_content_element_type_id", 415], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208666
+  (1.0ms) commit transaction
208667
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208668
+  (0.1ms) begin transaction
208669
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208670
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["version_id", 206], ["post_type_content_element_type_id", 416], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208671
+  (0.9ms) commit transaction
208672
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208673
+  (0.1ms) begin transaction
208674
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208675
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["version_id", 206], ["post_type_content_element_type_id", 417], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208676
+  (0.8ms) commit transaction
208677
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208678
+  (0.1ms) begin transaction
208679
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208680
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["version_id", 206], ["post_type_content_element_type_id", 418], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208681
+  (0.8ms) commit transaction
208682
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208683
+  (0.1ms) begin transaction
208684
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208685
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["version_id", 206], ["post_type_content_element_type_id", 419], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208686
+  (0.7ms) commit transaction
208687
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208688
+  (0.1ms) begin transaction
208689
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208690
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["version_id", 206], ["post_type_content_element_type_id", 420], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208691
+  (0.8ms) commit transaction
208692
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208693
+  (0.1ms) begin transaction
208694
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 206], ["free_form_section_type_id", 83], ["name", "Main Content"]]
208695
+  (0.8ms) commit transaction
208696
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208697
+  (0.1ms) begin transaction
208698
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 206], ["free_form_section_type_id", 84], ["name", "Handpicked Homes"]]
208699
+  (0.7ms) commit transaction
208700
+  (0.1ms) begin transaction
208701
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["plural", true]]
208702
+  (0.7ms) commit transaction
208703
+  (0.1ms) begin transaction
208704
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
208705
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
208706
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Complete Guide to Breckenridge"], ["post_type_id", 166], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["slug", "complete-guide-to-breckenridge"]]
208707
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 166], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208708
+  (0.8ms) commit transaction
208709
+  (0.1ms) begin transaction
208710
+ SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["plural", true]]
208711
+  (0.7ms) commit transaction
208712
+  (0.0ms) begin transaction
208713
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
208714
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
208715
+ SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 167], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["slug", "ski-jump-competition"]]
208716
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 167], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208717
+  (0.7ms) commit transaction
208718
+  (0.0ms) begin transaction
208719
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["plural", true]]
208720
+  (0.7ms) commit transaction
208721
+  (0.1ms) begin transaction
208722
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
208723
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
208724
+ SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 168], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["slug", "why-visit-breckenridge"]]
208725
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 168], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208726
+  (0.8ms) commit transaction
208727
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]]
208728
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 0], ["LIMIT", 1]]
208729
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 165], ["status", 1], ["LIMIT", 1]]
208730
+  (0.0ms) begin transaction
208731
+ SQL (0.4ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 206]]
208732
+  (0.8ms) commit transaction
208733
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" INNER JOIN "pulitzer_post_tags" ON "pulitzer_tags"."id" = "pulitzer_post_tags"."label_id" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 206], ["label_type", "Pulitzer::Tag"]]
208734
+  (0.0ms) begin transaction
208735
+ SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 165], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC]]
208736
+  (0.8ms) commit transaction
208737
+ [ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 206], ["LIMIT", 1]]
208738
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fb82344ec28 @uri=#<URI::GID gid://dummy/Pulitzer::Version/206>>
208739
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 165], ["LIMIT", 1]]
208740
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::CloneVersion !!!
208741
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
208742
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 165], ["status", 4], ["LIMIT", 1]]
208743
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 206]]
208744
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208745
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.1ms) begin transaction
208746
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 411], ["LIMIT", 1]]
208747
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["post_type_content_element_type_id", 411], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208748
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (1.0ms) commit transaction
208749
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.1ms) begin transaction
208750
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 831]]
208751
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208752
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208753
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208754
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 412], ["LIMIT", 1]]
208755
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["post_type_content_element_type_id", 412], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208756
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.8ms) commit transaction
208757
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208758
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 832]]
208759
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208760
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208761
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208762
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 413], ["LIMIT", 1]]
208763
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["post_type_content_element_type_id", 413], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208764
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208765
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208766
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 833]]
208767
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208768
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208769
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208770
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 414], ["LIMIT", 1]]
208771
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["post_type_content_element_type_id", 414], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208772
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208773
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208774
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 834]]
208775
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208776
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208777
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.1ms) begin transaction
208778
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 415], ["LIMIT", 1]]
208779
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["post_type_content_element_type_id", 415], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208780
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208781
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208782
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 835]]
208783
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.6ms) commit transaction
208784
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208785
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208786
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 416], ["LIMIT", 1]]
208787
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["post_type_content_element_type_id", 416], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208788
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208789
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208790
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 836]]
208791
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208792
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208793
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208794
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 417], ["LIMIT", 1]]
208795
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["post_type_content_element_type_id", 417], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208796
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.8ms) commit transaction
208797
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.1ms) begin transaction
208798
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 837]]
208799
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208800
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208801
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208802
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 418], ["LIMIT", 1]]
208803
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["post_type_content_element_type_id", 418], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208804
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.6ms) commit transaction
208805
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208806
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 838]]
208807
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208808
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208809
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.1ms) begin transaction
208810
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 419], ["LIMIT", 1]]
208811
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["post_type_content_element_type_id", 419], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208812
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208813
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.1ms) begin transaction
208814
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 839]]
208815
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208816
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 127], ["LIMIT", 1]]
208817
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208818
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 420], ["LIMIT", 1]]
208819
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["post_type_content_element_type_id", 420], ["content_element_type_id", 127], ["created_at", 2017-05-23 18:42:15 UTC], ["updated_at", 2017-05-23 18:42:15 UTC], ["image", nil]]
208820
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208821
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208822
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 210], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 840]]
208823
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.6ms) commit transaction
208824
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 206]]
208825
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.1ms) begin transaction
208826
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 83], ["name", "Main Content"]]
208827
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.8ms) commit transaction
208828
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 165]]
208829
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208830
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 210], ["id", 167]]
208831
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208832
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208833
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 84], ["name", "Handpicked Homes"]]
208834
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.6ms) commit transaction
208835
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 166]]
208836
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.1ms) begin transaction
208837
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 210], ["id", 168]]
208838
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.7ms) commit transaction
208839
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 206]]
208840
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.0ms) begin transaction
208841
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 210]]
208842
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020]  (0.6ms) commit transaction
208843
+ [ActiveJob] [Pulitzer::CloneVersionJob] [48994a3e-b852-48be-85eb-7fc596d37020] Performed Pulitzer::CloneVersionJob from Inline(default) in 129.64ms
208844
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: 48994a3e-b852-48be-85eb-7fc596d37020) to Inline(default) with arguments: #<GlobalID:0x007fb825879260 @uri=#<URI::GID gid://dummy/Pulitzer::Version/206>>
208845
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 165], ["LIMIT", 1]]
208846
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 210], ["LIMIT", 1]]
208847
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 165], ["status", 1], ["LIMIT", 1]]
208848
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 206]]
208849
+  (0.1ms) begin transaction
208850
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 821]]
208851
+  (0.8ms) commit transaction
208852
+  (0.1ms) begin transaction
208853
+ SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 822]]
208854
+  (0.8ms) commit transaction
208855
+  (0.1ms) begin transaction
208856
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 823]]
208857
+  (0.7ms) commit transaction
208858
+  (0.1ms) begin transaction
208859
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 824]]
208860
+  (0.7ms) commit transaction
208861
+  (0.0ms) begin transaction
208862
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 825]]
208863
+  (0.6ms) commit transaction
208864
+  (0.0ms) begin transaction
208865
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 826]]
208866
+  (0.7ms) commit transaction
208867
+  (0.0ms) begin transaction
208868
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 827]]
208869
+  (0.7ms) commit transaction
208870
+  (0.0ms) begin transaction
208871
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 828]]
208872
+  (0.6ms) commit transaction
208873
+  (0.0ms) begin transaction
208874
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 829]]
208875
+  (0.7ms) commit transaction
208876
+  (0.0ms) begin transaction
208877
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-05-23 18:42:15 UTC], ["id", 830]]
208878
+  (0.7ms) commit transaction
208879
+  (0.1ms) begin transaction
208880
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]]
208881
+  (0.1ms) rollback transaction
208882
+ Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
208883
+  (0.3ms) TRUNCATE TABLE schema_migrations;
208884
+  (1.6ms) delete from schema_migrations;
208885
+  (0.1ms) TRUNCATE TABLE ar_internal_metadata;
208886
+  (0.8ms) delete from ar_internal_metadata;
208887
+  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types;
208888
+  (0.7ms) delete from pulitzer_content_element_types;
208889
+  (0.1ms) TRUNCATE TABLE pulitzer_posts;
208890
+  (0.8ms) delete from pulitzer_posts;
208891
+  (0.1ms) TRUNCATE TABLE pulitzer_tags;
208892
+  (0.8ms) delete from pulitzer_tags;
208893
+  (0.2ms) TRUNCATE TABLE pulitzer_post_type_content_element_types;
208894
+  (0.8ms) delete from pulitzer_post_type_content_element_types;
208895
+  (0.1ms) TRUNCATE TABLE pulitzer_versions;
208896
+  (0.8ms) delete from pulitzer_versions;
208897
+  (0.1ms) TRUNCATE TABLE pulitzer_post_tags;
208898
+  (0.7ms) delete from pulitzer_post_tags;
208899
+  (0.1ms) TRUNCATE TABLE pulitzer_post_types;
208900
+  (0.7ms) delete from pulitzer_post_types;
208901
+  (0.1ms) TRUNCATE TABLE pulitzer_partials;
208902
+  (0.9ms) delete from pulitzer_partials;
208903
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types;
208904
+  (0.8ms) delete from pulitzer_free_form_section_types;
208905
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections;
208906
+  (1.2ms) delete from pulitzer_free_form_sections;
208907
+  (0.1ms) TRUNCATE TABLE pulitzer_layouts;
208908
+  (0.9ms) delete from pulitzer_layouts;
208909
+  (0.1ms) TRUNCATE TABLE pulitzer_content_elements;
208910
+  (1.1ms) delete from pulitzer_content_elements;
208911
+  (0.2ms) TRUNCATE TABLE pulitzer_partial_types;
208912
+  (0.9ms) delete from pulitzer_partial_types;
208913
+  (0.1ms) TRUNCATE TABLE pulitzer_background_styles;
208914
+  (0.8ms) delete from pulitzer_background_styles;
208915
+  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles;
208916
+  (0.8ms) delete from pulitzer_justification_styles;
208917
+  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles;
208918
+  (0.7ms) delete from pulitzer_sequence_flow_styles;
208919
+  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles;
208920
+  (0.7ms) delete from pulitzer_arrangement_styles;
208921
+  (0.1ms) begin transaction
208922
+ SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["plural", true]]
208923
+  (0.8ms) commit transaction
208924
+  (0.1ms) begin transaction
208925
+ Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]]
208926
+ SQL (0.4ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
208927
+  (0.8ms) commit transaction
208928
+  (0.1ms) begin transaction
208929
+ Pulitzer::ContentElementType Exists (0.5ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]]
208930
+ SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
208931
+  (0.7ms) commit transaction
208932
+  (0.1ms) begin transaction
208933
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]]
208934
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
208935
+  (0.7ms) commit transaction
208936
+  (0.1ms) begin transaction
208937
+ Pulitzer::PostTypeContentElementType Load (0.9ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC [["post_type_id", 169]]
208938
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 169]]
208939
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Hero Title 1"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 1]]
208940
+  (1.0ms) commit transaction
208941
+  (0.2ms) begin transaction
208942
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Hero Title 2"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 2]]
208943
+  (0.7ms) commit transaction
208944
+  (0.1ms) begin transaction
208945
+ SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Hero Title 3"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 3]]
208946
+  (0.7ms) commit transaction
208947
+  (0.1ms) begin transaction
208948
+ SQL (0.6ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Guest Title"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 4]]
208949
+  (0.8ms) commit transaction
208950
+  (0.1ms) begin transaction
208951
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Guest Text"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 5]]
208952
+  (0.6ms) commit transaction
208953
+  (0.1ms) begin transaction
208954
+ SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Footer Title"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 6]]
208955
+  (0.8ms) commit transaction
208956
+  (0.1ms) begin transaction
208957
+ SQL (0.5ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Footer Text"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 7]]
208958
+  (0.7ms) commit transaction
208959
+  (0.1ms) begin transaction
208960
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Metadata title"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 8]]
208961
+  (0.7ms) commit transaction
208962
+  (0.1ms) begin transaction
208963
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Metadata description"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 9]]
208964
+  (0.7ms) commit transaction
208965
+  (0.1ms) begin transaction
208966
+ SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 169], ["content_element_type_id", 130], ["label", "Metadata keywords"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["sort_order", 10]]
208967
+  (0.8ms) commit transaction
208968
+  (0.1ms) begin transaction
208969
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 169], ["name", "Main Content"], ["sort_order", 11]]
208970
+  (0.8ms) commit transaction
208971
+  (0.1ms) begin transaction
208972
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 169], ["name", "Handpicked Homes"], ["sort_order", 12]]
208973
+  (0.7ms) commit transaction
208974
+  (0.1ms) begin transaction
208975
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
208976
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
208977
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 169], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["slug", "welcome"]]
208978
+ SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 169], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
208979
+  (1.5ms) commit transaction
208980
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
208981
+  (0.0ms) begin transaction
208982
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
208983
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["version_id", 211], ["post_type_content_element_type_id", 421], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
208984
+  (0.7ms) commit transaction
208985
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
208986
+  (0.1ms) begin transaction
208987
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
208988
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["version_id", 211], ["post_type_content_element_type_id", 422], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
208989
+  (0.9ms) commit transaction
208990
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
208991
+  (0.1ms) begin transaction
208992
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
208993
+ SQL (0.6ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["version_id", 211], ["post_type_content_element_type_id", 423], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
208994
+  (0.8ms) commit transaction
208995
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
208996
+  (0.1ms) begin transaction
208997
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
208998
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["version_id", 211], ["post_type_content_element_type_id", 424], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
208999
+  (0.7ms) commit transaction
209000
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209001
+  (0.1ms) begin transaction
209002
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209003
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["version_id", 211], ["post_type_content_element_type_id", 425], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209004
+  (0.8ms) commit transaction
209005
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209006
+  (0.0ms) begin transaction
209007
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209008
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["version_id", 211], ["post_type_content_element_type_id", 426], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209009
+  (0.9ms) commit transaction
209010
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209011
+  (0.1ms) begin transaction
209012
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209013
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["version_id", 211], ["post_type_content_element_type_id", 427], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209014
+  (0.8ms) commit transaction
209015
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209016
+  (0.1ms) begin transaction
209017
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209018
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["version_id", 211], ["post_type_content_element_type_id", 428], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209019
+  (0.7ms) commit transaction
209020
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209021
+  (0.1ms) begin transaction
209022
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209023
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["version_id", 211], ["post_type_content_element_type_id", 429], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209024
+  (0.7ms) commit transaction
209025
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209026
+  (0.1ms) begin transaction
209027
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209028
+ SQL (0.5ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["version_id", 211], ["post_type_content_element_type_id", 430], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209029
+  (1.1ms) commit transaction
209030
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209031
+  (0.1ms) begin transaction
209032
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 211], ["free_form_section_type_id", 85], ["name", "Main Content"]]
209033
+  (1.1ms) commit transaction
209034
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209035
+  (0.1ms) begin transaction
209036
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 211], ["free_form_section_type_id", 86], ["name", "Handpicked Homes"]]
209037
+  (0.7ms) commit transaction
209038
+  (0.1ms) begin transaction
209039
+ SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["plural", true]]
209040
+  (0.8ms) commit transaction
209041
+  (0.1ms) begin transaction
209042
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
209043
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
209044
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Complete Guide to Breckenridge"], ["post_type_id", 170], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["slug", "complete-guide-to-breckenridge"]]
209045
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 170], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209046
+  (0.8ms) commit transaction
209047
+  (0.1ms) begin transaction
209048
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["plural", true]]
209049
+  (0.7ms) commit transaction
209050
+  (0.1ms) begin transaction
209051
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
209052
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
209053
+ SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 171], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["slug", "ski-jump-competition"]]
209054
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 171], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209055
+  (0.9ms) commit transaction
209056
+  (0.1ms) begin transaction
209057
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["plural", true]]
209058
+  (0.7ms) commit transaction
209059
+  (0.0ms) begin transaction
209060
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
209061
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
209062
+ SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 172], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["slug", "why-visit-breckenridge"]]
209063
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 172], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209064
+  (0.7ms) commit transaction
209065
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]]
209066
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 0], ["LIMIT", 1]]
209067
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 169], ["status", 1], ["LIMIT", 1]]
209068
+  (0.1ms) begin transaction
209069
+ SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 211]]
209070
+  (0.9ms) commit transaction
209071
+ Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" INNER JOIN "pulitzer_post_tags" ON "pulitzer_tags"."id" = "pulitzer_post_tags"."label_id" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 211], ["label_type", "Pulitzer::Tag"]]
209072
+  (0.1ms) begin transaction
209073
+ SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 169], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC]]
209074
+  (0.8ms) commit transaction
209075
+ [ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 211], ["LIMIT", 1]]
209076
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fa9a2ba3620 @uri=#<URI::GID gid://dummy/Pulitzer::Version/211>>
209077
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 169], ["LIMIT", 1]]
209078
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::CloneVersion !!!
209079
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
209080
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 169], ["status", 4], ["LIMIT", 1]]
209081
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 211]]
209082
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209083
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209084
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 421], ["LIMIT", 1]]
209085
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["post_type_content_element_type_id", 421], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209086
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209087
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209088
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 851]]
209089
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209090
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209091
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209092
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 422], ["LIMIT", 1]]
209093
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["post_type_content_element_type_id", 422], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209094
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209095
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209096
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 852]]
209097
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.8ms) commit transaction
209098
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209099
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209100
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 423], ["LIMIT", 1]]
209101
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["post_type_content_element_type_id", 423], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209102
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209103
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209104
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 853]]
209105
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209106
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209107
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209108
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 424], ["LIMIT", 1]]
209109
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["post_type_content_element_type_id", 424], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209110
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.8ms) commit transaction
209111
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209112
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 854]]
209113
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.6ms) commit transaction
209114
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209115
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209116
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 425], ["LIMIT", 1]]
209117
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["post_type_content_element_type_id", 425], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209118
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.6ms) commit transaction
209119
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209120
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 855]]
209121
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209122
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209123
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209124
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 426], ["LIMIT", 1]]
209125
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["post_type_content_element_type_id", 426], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209126
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.6ms) commit transaction
209127
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209128
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 856]]
209129
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209130
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209131
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209132
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 427], ["LIMIT", 1]]
209133
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["post_type_content_element_type_id", 427], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209134
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.6ms) commit transaction
209135
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209136
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 857]]
209137
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209138
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209139
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209140
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 428], ["LIMIT", 1]]
209141
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["post_type_content_element_type_id", 428], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209142
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.6ms) commit transaction
209143
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209144
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 858]]
209145
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209146
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209147
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209148
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 429], ["LIMIT", 1]]
209149
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["post_type_content_element_type_id", 429], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209150
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.6ms) commit transaction
209151
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209152
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 859]]
209153
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209154
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]]
209155
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209156
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 430], ["LIMIT", 1]]
209157
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["post_type_content_element_type_id", 430], ["content_element_type_id", 130], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["image", nil]]
209158
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209159
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209160
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 215], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 860]]
209161
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209162
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 211]]
209163
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.1ms) begin transaction
209164
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 85], ["name", "Main Content"]]
209165
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209166
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 169]]
209167
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209168
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 215], ["id", 171]]
209169
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209170
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209171
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 86], ["name", "Handpicked Homes"]]
209172
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.6ms) commit transaction
209173
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 170]]
209174
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209175
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.2ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 215], ["id", 172]]
209176
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.7ms) commit transaction
209177
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 211]]
209178
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.0ms) begin transaction
209179
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] SQL (0.2ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 215]]
209180
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629]  (0.9ms) commit transaction
209181
+ [ActiveJob] [Pulitzer::CloneVersionJob] [f8e0d3ce-8989-4e39-9945-ebc990895629] Performed Pulitzer::CloneVersionJob from Inline(default) in 133.51ms
209182
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: f8e0d3ce-8989-4e39-9945-ebc990895629) to Inline(default) with arguments: #<GlobalID:0x007fa9a2fc1a40 @uri=#<URI::GID gid://dummy/Pulitzer::Version/211>>
209183
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 169], ["LIMIT", 1]]
209184
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 215], ["LIMIT", 1]]
209185
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 169], ["status", 1], ["LIMIT", 1]]
209186
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 211]]
209187
+  (0.0ms) begin transaction
209188
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 841]]
209189
+  (0.7ms) commit transaction
209190
+  (0.0ms) begin transaction
209191
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 842]]
209192
+  (0.7ms) commit transaction
209193
+  (0.0ms) begin transaction
209194
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 843]]
209195
+  (0.7ms) commit transaction
209196
+  (0.0ms) begin transaction
209197
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 844]]
209198
+  (0.7ms) commit transaction
209199
+  (0.0ms) begin transaction
209200
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 845]]
209201
+  (0.7ms) commit transaction
209202
+  (0.0ms) begin transaction
209203
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 846]]
209204
+  (0.7ms) commit transaction
209205
+  (0.0ms) begin transaction
209206
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 847]]
209207
+  (0.7ms) commit transaction
209208
+  (0.0ms) begin transaction
209209
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 848]]
209210
+  (0.7ms) commit transaction
209211
+  (0.0ms) begin transaction
209212
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 849]]
209213
+  (0.7ms) commit transaction
209214
+  (0.1ms) begin transaction
209215
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-05-23 18:44:04 UTC], ["id", 850]]
209216
+  (0.6ms) commit transaction
209217
+  (0.1ms) begin transaction
209218
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]]
209219
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ? [["post_type_id", 169], ["slug", "welcome"], ["LIMIT", 1]]
209220
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 169], ["status", 1], ["LIMIT", 1]]
209221
+ Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ? [["version_id", 211], ["name", "Main Content"], ["LIMIT", 1]]
209222
+  (0.1ms) SAVEPOINT active_record_1
209223
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with no display"], ["created_at", 2017-05-23 18:44:04 UTC], ["updated_at", 2017-05-23 18:44:04 UTC], ["plural", false], ["kind", 1]]
209224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
209225
+  (0.0ms) SAVEPOINT active_record_1
209226
+ Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 169], ["LIMIT", 1]]
209227
+  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 169]]
209228
+ SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 173], ["free_form_section_id", 169], ["sort_order", 1]]
209229
+  (0.1ms) RELEASE SAVEPOINT active_record_1
209230
+  (0.6ms) rollback transaction
209231
+ Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
209232
+  (0.2ms) TRUNCATE TABLE schema_migrations;
209233
+  (1.7ms) delete from schema_migrations;
209234
+  (0.1ms) TRUNCATE TABLE ar_internal_metadata;
209235
+  (0.8ms) delete from ar_internal_metadata;
209236
+  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types;
209237
+  (0.8ms) delete from pulitzer_content_element_types;
209238
+  (0.1ms) TRUNCATE TABLE pulitzer_posts;
209239
+  (0.9ms) delete from pulitzer_posts;
209240
+  (0.1ms) TRUNCATE TABLE pulitzer_tags;
209241
+  (0.8ms) delete from pulitzer_tags;
209242
+  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types;
209243
+  (0.9ms) delete from pulitzer_post_type_content_element_types;
209244
+  (0.1ms) TRUNCATE TABLE pulitzer_versions;
209245
+  (0.8ms) delete from pulitzer_versions;
209246
+  (0.1ms) TRUNCATE TABLE pulitzer_post_tags;
209247
+  (0.8ms) delete from pulitzer_post_tags;
209248
+  (0.1ms) TRUNCATE TABLE pulitzer_post_types;
209249
+  (0.7ms) delete from pulitzer_post_types;
209250
+  (0.1ms) TRUNCATE TABLE pulitzer_partials;
209251
+  (0.6ms) delete from pulitzer_partials;
209252
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types;
209253
+  (0.8ms) delete from pulitzer_free_form_section_types;
209254
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections;
209255
+  (0.8ms) delete from pulitzer_free_form_sections;
209256
+  (0.1ms) TRUNCATE TABLE pulitzer_layouts;
209257
+  (0.7ms) delete from pulitzer_layouts;
209258
+  (0.1ms) TRUNCATE TABLE pulitzer_content_elements;
209259
+  (0.7ms) delete from pulitzer_content_elements;
209260
+  (0.1ms) TRUNCATE TABLE pulitzer_partial_types;
209261
+  (0.8ms) delete from pulitzer_partial_types;
209262
+  (0.1ms) TRUNCATE TABLE pulitzer_background_styles;
209263
+  (0.8ms) delete from pulitzer_background_styles;
209264
+  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles;
209265
+  (0.8ms) delete from pulitzer_justification_styles;
209266
+  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles;
209267
+  (0.8ms) delete from pulitzer_sequence_flow_styles;
209268
+  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles;
209269
+  (0.7ms) delete from pulitzer_arrangement_styles;
209270
+  (0.1ms) begin transaction
209271
+ SQL (0.5ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["plural", true]]
209272
+  (0.8ms) commit transaction
209273
+  (0.1ms) begin transaction
209274
+ Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]]
209275
+ SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209276
+  (0.6ms) commit transaction
209277
+  (0.1ms) begin transaction
209278
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]]
209279
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209280
+  (0.7ms) commit transaction
209281
+  (0.1ms) begin transaction
209282
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]]
209283
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209284
+  (0.7ms) commit transaction
209285
+  (0.1ms) begin transaction
209286
+ Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC [["post_type_id", 173]]
209287
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 173]]
209288
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Hero Title 1"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 1]]
209289
+  (1.0ms) commit transaction
209290
+  (0.1ms) begin transaction
209291
+ SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Hero Title 2"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 2]]
209292
+  (0.7ms) commit transaction
209293
+  (0.1ms) begin transaction
209294
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Hero Title 3"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 3]]
209295
+  (0.7ms) commit transaction
209296
+  (0.0ms) begin transaction
209297
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Guest Title"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 4]]
209298
+  (0.8ms) commit transaction
209299
+  (0.1ms) begin transaction
209300
+ SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Guest Text"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 5]]
209301
+  (0.7ms) commit transaction
209302
+  (0.1ms) begin transaction
209303
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Footer Title"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 6]]
209304
+  (0.8ms) commit transaction
209305
+  (0.1ms) begin transaction
209306
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Footer Text"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 7]]
209307
+  (0.7ms) commit transaction
209308
+  (0.1ms) begin transaction
209309
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Metadata title"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 8]]
209310
+  (0.7ms) commit transaction
209311
+  (0.1ms) begin transaction
209312
+ SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Metadata description"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 9]]
209313
+  (0.8ms) commit transaction
209314
+  (0.0ms) begin transaction
209315
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 173], ["content_element_type_id", 133], ["label", "Metadata keywords"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["sort_order", 10]]
209316
+  (0.7ms) commit transaction
209317
+  (0.1ms) begin transaction
209318
+ SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 173], ["name", "Main Content"], ["sort_order", 11]]
209319
+  (0.7ms) commit transaction
209320
+  (0.0ms) begin transaction
209321
+ SQL (0.2ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 173], ["name", "Handpicked Homes"], ["sort_order", 12]]
209322
+  (0.7ms) commit transaction
209323
+  (0.1ms) begin transaction
209324
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
209325
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
209326
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 173], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["slug", "welcome"]]
209327
+ SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 173], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209328
+  (1.6ms) commit transaction
209329
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209330
+  (0.0ms) begin transaction
209331
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209332
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["version_id", 216], ["post_type_content_element_type_id", 431], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209333
+  (0.7ms) commit transaction
209334
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209335
+  (0.1ms) begin transaction
209336
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209337
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["version_id", 216], ["post_type_content_element_type_id", 432], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209338
+  (0.7ms) commit transaction
209339
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209340
+  (0.1ms) begin transaction
209341
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209342
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["version_id", 216], ["post_type_content_element_type_id", 433], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209343
+  (1.0ms) commit transaction
209344
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209345
+  (0.1ms) begin transaction
209346
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209347
+ SQL (1.2ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["version_id", 216], ["post_type_content_element_type_id", 434], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209348
+  (0.9ms) commit transaction
209349
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209350
+  (0.1ms) begin transaction
209351
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209352
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["version_id", 216], ["post_type_content_element_type_id", 435], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209353
+  (0.7ms) commit transaction
209354
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209355
+  (0.1ms) begin transaction
209356
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209357
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["version_id", 216], ["post_type_content_element_type_id", 436], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209358
+  (0.7ms) commit transaction
209359
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209360
+  (0.1ms) begin transaction
209361
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209362
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["version_id", 216], ["post_type_content_element_type_id", 437], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209363
+  (0.8ms) commit transaction
209364
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209365
+  (0.1ms) begin transaction
209366
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209367
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["version_id", 216], ["post_type_content_element_type_id", 438], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209368
+  (0.8ms) commit transaction
209369
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209370
+  (0.1ms) begin transaction
209371
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209372
+ SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["version_id", 216], ["post_type_content_element_type_id", 439], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209373
+  (0.7ms) commit transaction
209374
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209375
+  (0.1ms) begin transaction
209376
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209377
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["version_id", 216], ["post_type_content_element_type_id", 440], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209378
+  (0.8ms) commit transaction
209379
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209380
+  (0.0ms) begin transaction
209381
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 216], ["free_form_section_type_id", 87], ["name", "Main Content"]]
209382
+  (0.7ms) commit transaction
209383
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209384
+  (0.0ms) begin transaction
209385
+ SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 216], ["free_form_section_type_id", 88], ["name", "Handpicked Homes"]]
209386
+  (0.7ms) commit transaction
209387
+  (0.0ms) begin transaction
209388
+ SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["plural", true]]
209389
+  (0.6ms) commit transaction
209390
+  (0.0ms) begin transaction
209391
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
209392
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
209393
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Complete Guide to Breckenridge"], ["post_type_id", 174], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["slug", "complete-guide-to-breckenridge"]]
209394
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 174], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209395
+  (0.7ms) commit transaction
209396
+  (0.1ms) begin transaction
209397
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["plural", true]]
209398
+  (0.6ms) commit transaction
209399
+  (0.0ms) begin transaction
209400
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
209401
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
209402
+ SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 175], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["slug", "ski-jump-competition"]]
209403
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 175], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209404
+  (0.8ms) commit transaction
209405
+  (0.0ms) begin transaction
209406
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["plural", true]]
209407
+  (0.7ms) commit transaction
209408
+  (0.0ms) begin transaction
209409
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
209410
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
209411
+ SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 176], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["slug", "why-visit-breckenridge"]]
209412
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 176], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209413
+  (0.7ms) commit transaction
209414
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]]
209415
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 0], ["LIMIT", 1]]
209416
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 173], ["status", 1], ["LIMIT", 1]]
209417
+  (0.0ms) begin transaction
209418
+ SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 216]]
209419
+  (0.8ms) commit transaction
209420
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" INNER JOIN "pulitzer_post_tags" ON "pulitzer_tags"."id" = "pulitzer_post_tags"."label_id" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 216], ["label_type", "Pulitzer::Tag"]]
209421
+  (0.0ms) begin transaction
209422
+ SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 173], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC]]
209423
+  (0.8ms) commit transaction
209424
+ [ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 216], ["LIMIT", 1]]
209425
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fddb07377c0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/216>>
209426
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 173], ["LIMIT", 1]]
209427
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::CloneVersion !!!
209428
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
209429
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 173], ["status", 4], ["LIMIT", 1]]
209430
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 216]]
209431
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209432
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209433
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 431], ["LIMIT", 1]]
209434
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["post_type_content_element_type_id", 431], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209435
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209436
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209437
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 871]]
209438
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.6ms) commit transaction
209439
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209440
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.0ms) begin transaction
209441
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 432], ["LIMIT", 1]]
209442
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["post_type_content_element_type_id", 432], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209443
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209444
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.0ms) begin transaction
209445
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 872]]
209446
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209447
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209448
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.0ms) begin transaction
209449
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 433], ["LIMIT", 1]]
209450
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["post_type_content_element_type_id", 433], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209451
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209452
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209453
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 873]]
209454
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209455
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209456
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209457
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 434], ["LIMIT", 1]]
209458
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["post_type_content_element_type_id", 434], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209459
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (1.0ms) commit transaction
209460
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209461
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 874]]
209462
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209463
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209464
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209465
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 435], ["LIMIT", 1]]
209466
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["post_type_content_element_type_id", 435], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209467
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209468
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209469
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 875]]
209470
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209471
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209472
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209473
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 436], ["LIMIT", 1]]
209474
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["post_type_content_element_type_id", 436], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209475
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.8ms) commit transaction
209476
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.0ms) begin transaction
209477
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 876]]
209478
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209479
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209480
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209481
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 437], ["LIMIT", 1]]
209482
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["post_type_content_element_type_id", 437], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209483
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209484
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209485
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 877]]
209486
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.6ms) commit transaction
209487
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209488
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.0ms) begin transaction
209489
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 438], ["LIMIT", 1]]
209490
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["post_type_content_element_type_id", 438], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209491
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209492
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.0ms) begin transaction
209493
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 878]]
209494
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.8ms) commit transaction
209495
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209496
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209497
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 439], ["LIMIT", 1]]
209498
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["post_type_content_element_type_id", 439], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209499
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (1.1ms) commit transaction
209500
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209501
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 879]]
209502
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.8ms) commit transaction
209503
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]]
209504
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209505
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTypeContentElementType Load (0.3ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 440], ["LIMIT", 1]]
209506
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["post_type_content_element_type_id", 440], ["content_element_type_id", 133], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["image", nil]]
209507
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.8ms) commit transaction
209508
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209509
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 220], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 880]]
209510
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209511
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 216]]
209512
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209513
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 87], ["name", "Main Content"]]
209514
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209515
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::Partial Load (0.2ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 173]]
209516
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209517
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 220], ["id", 175]]
209518
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209519
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209520
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 88], ["name", "Handpicked Homes"]]
209521
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209522
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 174]]
209523
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.0ms) begin transaction
209524
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 220], ["id", 176]]
209525
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (1.7ms) commit transaction
209526
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 216]]
209527
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.1ms) begin transaction
209528
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 220]]
209529
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491]  (0.7ms) commit transaction
209530
+ [ActiveJob] [Pulitzer::CloneVersionJob] [df71dd0d-7677-4f18-8e1b-c01eb04e2491] Performed Pulitzer::CloneVersionJob from Inline(default) in 139.29ms
209531
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: df71dd0d-7677-4f18-8e1b-c01eb04e2491) to Inline(default) with arguments: #<GlobalID:0x007fddb2ac5ac0 @uri=#<URI::GID gid://dummy/Pulitzer::Version/216>>
209532
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 173], ["LIMIT", 1]]
209533
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 220], ["LIMIT", 1]]
209534
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 173], ["status", 1], ["LIMIT", 1]]
209535
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 216]]
209536
+  (0.0ms) begin transaction
209537
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 861]]
209538
+  (0.7ms) commit transaction
209539
+  (0.0ms) begin transaction
209540
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 862]]
209541
+  (0.6ms) commit transaction
209542
+  (0.0ms) begin transaction
209543
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 863]]
209544
+  (0.6ms) commit transaction
209545
+  (0.1ms) begin transaction
209546
+ SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 864]]
209547
+  (0.7ms) commit transaction
209548
+  (0.0ms) begin transaction
209549
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 865]]
209550
+  (0.7ms) commit transaction
209551
+  (0.0ms) begin transaction
209552
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 866]]
209553
+  (0.8ms) commit transaction
209554
+  (0.1ms) begin transaction
209555
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 867]]
209556
+  (0.7ms) commit transaction
209557
+  (0.3ms) begin transaction
209558
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 868]]
209559
+  (0.7ms) commit transaction
209560
+  (0.1ms) begin transaction
209561
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 869]]
209562
+  (0.7ms) commit transaction
209563
+  (0.0ms) begin transaction
209564
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-05-23 18:45:30 UTC], ["id", 870]]
209565
+  (0.7ms) commit transaction
209566
+  (0.1ms) begin transaction
209567
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]]
209568
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ? [["post_type_id", 173], ["slug", "welcome"], ["LIMIT", 1]]
209569
+ Pulitzer::Version Load (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 173], ["status", 1], ["LIMIT", 1]]
209570
+ Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ? [["version_id", 216], ["name", "Main Content"], ["LIMIT", 1]]
209571
+  (0.0ms) SAVEPOINT active_record_1
209572
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with no display"], ["created_at", 2017-05-23 18:45:30 UTC], ["updated_at", 2017-05-23 18:45:30 UTC], ["plural", false], ["kind", 1]]
209573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
209574
+  (0.0ms) SAVEPOINT active_record_1
209575
+ Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 173], ["LIMIT", 1]]
209576
+  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 173]]
209577
+ SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 177], ["free_form_section_id", 173], ["sort_order", 1]]
209578
+  (0.0ms) RELEASE SAVEPOINT active_record_1
209579
+ Started POST "/welcome/welcome" for 127.0.0.1 at 2017-05-23 12:45:30 -0600
209580
+  (0.4ms) rollback transaction
209581
+ Creating scope :free_form. Overwriting existing method Pulitzer::ContentElement.free_form.
209582
+  (0.1ms) TRUNCATE TABLE schema_migrations;
209583
+  (1.6ms) delete from schema_migrations;
209584
+  (0.1ms) TRUNCATE TABLE ar_internal_metadata;
209585
+  (0.9ms) delete from ar_internal_metadata;
209586
+  (0.1ms) TRUNCATE TABLE pulitzer_content_element_types;
209587
+  (0.8ms) delete from pulitzer_content_element_types;
209588
+  (0.1ms) TRUNCATE TABLE pulitzer_posts;
209589
+  (0.8ms) delete from pulitzer_posts;
209590
+  (0.1ms) TRUNCATE TABLE pulitzer_tags;
209591
+  (0.7ms) delete from pulitzer_tags;
209592
+  (0.1ms) TRUNCATE TABLE pulitzer_post_type_content_element_types;
209593
+  (0.8ms) delete from pulitzer_post_type_content_element_types;
209594
+  (0.1ms) TRUNCATE TABLE pulitzer_versions;
209595
+  (0.8ms) delete from pulitzer_versions;
209596
+  (0.1ms) TRUNCATE TABLE pulitzer_post_tags;
209597
+  (0.7ms) delete from pulitzer_post_tags;
209598
+  (0.1ms) TRUNCATE TABLE pulitzer_post_types;
209599
+  (0.8ms) delete from pulitzer_post_types;
209600
+  (0.1ms) TRUNCATE TABLE pulitzer_partials;
209601
+  (0.7ms) delete from pulitzer_partials;
209602
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_section_types;
209603
+  (0.7ms) delete from pulitzer_free_form_section_types;
209604
+  (0.1ms) TRUNCATE TABLE pulitzer_free_form_sections;
209605
+  (0.7ms) delete from pulitzer_free_form_sections;
209606
+  (0.1ms) TRUNCATE TABLE pulitzer_layouts;
209607
+  (0.7ms) delete from pulitzer_layouts;
209608
+  (0.1ms) TRUNCATE TABLE pulitzer_content_elements;
209609
+  (0.7ms) delete from pulitzer_content_elements;
209610
+  (0.1ms) TRUNCATE TABLE pulitzer_partial_types;
209611
+  (0.8ms) delete from pulitzer_partial_types;
209612
+  (0.1ms) TRUNCATE TABLE pulitzer_background_styles;
209613
+  (0.8ms) delete from pulitzer_background_styles;
209614
+  (0.1ms) TRUNCATE TABLE pulitzer_justification_styles;
209615
+  (0.8ms) delete from pulitzer_justification_styles;
209616
+  (0.1ms) TRUNCATE TABLE pulitzer_sequence_flow_styles;
209617
+  (0.8ms) delete from pulitzer_sequence_flow_styles;
209618
+  (0.1ms) TRUNCATE TABLE pulitzer_arrangement_styles;
209619
+  (0.7ms) delete from pulitzer_arrangement_styles;
209620
+  (0.1ms) begin transaction
209621
+ SQL (0.4ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Welcome"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["plural", true]]
209622
+  (0.7ms) commit transaction
209623
+  (0.1ms) begin transaction
209624
+ Pulitzer::ContentElementType Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Text"], ["LIMIT", 1]]
209625
+ SQL (0.3ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Text"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC]]
209626
+  (0.5ms) commit transaction
209627
+  (0.0ms) begin transaction
209628
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Image"], ["LIMIT", 1]]
209629
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Image"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC]]
209630
+  (0.6ms) commit transaction
209631
+  (0.0ms) begin transaction
209632
+ Pulitzer::ContentElementType Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT ? [["name", "Video"], ["LIMIT", 1]]
209633
+ SQL (0.2ms) INSERT INTO "pulitzer_content_element_types" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Video"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC]]
209634
+  (0.6ms) commit transaction
209635
+  (0.0ms) begin transaction
209636
+ Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC [["post_type_id", 177]]
209637
+ Pulitzer::FreeFormSectionType Load (0.1ms) SELECT "pulitzer_free_form_section_types".* FROM "pulitzer_free_form_section_types" WHERE "pulitzer_free_form_section_types"."post_type_id" = ? [["post_type_id", 177]]
209638
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Hero Title 1"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 1]]
209639
+  (0.7ms) commit transaction
209640
+  (0.0ms) begin transaction
209641
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Hero Title 2"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 2]]
209642
+  (0.7ms) commit transaction
209643
+  (0.0ms) begin transaction
209644
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Hero Title 3"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 3]]
209645
+  (0.8ms) commit transaction
209646
+  (0.0ms) begin transaction
209647
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Guest Title"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 4]]
209648
+  (0.6ms) commit transaction
209649
+  (0.1ms) begin transaction
209650
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Guest Text"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 5]]
209651
+  (0.7ms) commit transaction
209652
+  (0.0ms) begin transaction
209653
+ SQL (0.2ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Footer Title"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 6]]
209654
+  (0.7ms) commit transaction
209655
+  (0.1ms) begin transaction
209656
+ SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Footer Text"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 7]]
209657
+  (0.7ms) commit transaction
209658
+  (0.1ms) begin transaction
209659
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Metadata title"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 8]]
209660
+  (0.7ms) commit transaction
209661
+  (0.1ms) begin transaction
209662
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Metadata description"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 9]]
209663
+  (0.7ms) commit transaction
209664
+  (0.1ms) begin transaction
209665
+ SQL (0.3ms) INSERT INTO "pulitzer_post_type_content_element_types" ("post_type_id", "content_element_type_id", "label", "created_at", "updated_at", "sort_order") VALUES (?, ?, ?, ?, ?, ?) [["post_type_id", 177], ["content_element_type_id", 136], ["label", "Metadata keywords"], ["created_at", 2017-05-23 18:47:00 UTC], ["updated_at", 2017-05-23 18:47:00 UTC], ["sort_order", 10]]
209666
+  (0.7ms) commit transaction
209667
+  (0.1ms) begin transaction
209668
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 177], ["name", "Main Content"], ["sort_order", 11]]
209669
+  (0.8ms) commit transaction
209670
+  (0.1ms) begin transaction
209671
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_section_types" ("post_type_id", "name", "sort_order") VALUES (?, ?, ?) [["post_type_id", 177], ["name", "Handpicked Homes"], ["sort_order", 12]]
209672
+  (0.7ms) commit transaction
209673
+  (0.1ms) begin transaction
209674
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
209675
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "welcome"], ["LIMIT", 1]]
209676
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Welcome"], ["post_type_id", 177], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["slug", "welcome"]]
209677
+ SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 177], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209678
+  (1.4ms) commit transaction
209679
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209680
+  (0.1ms) begin transaction
209681
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209682
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["version_id", 221], ["post_type_content_element_type_id", 441], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209683
+  (1.0ms) commit transaction
209684
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209685
+  (0.1ms) begin transaction
209686
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209687
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["version_id", 221], ["post_type_content_element_type_id", 442], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209688
+  (0.8ms) commit transaction
209689
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209690
+  (0.1ms) begin transaction
209691
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209692
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["version_id", 221], ["post_type_content_element_type_id", 443], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209693
+  (0.7ms) commit transaction
209694
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209695
+  (0.1ms) begin transaction
209696
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209697
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["version_id", 221], ["post_type_content_element_type_id", 444], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209698
+  (1.6ms) commit transaction
209699
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209700
+  (0.1ms) begin transaction
209701
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209702
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["version_id", 221], ["post_type_content_element_type_id", 445], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209703
+  (0.8ms) commit transaction
209704
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209705
+  (0.1ms) begin transaction
209706
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209707
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["version_id", 221], ["post_type_content_element_type_id", 446], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209708
+  (1.7ms) commit transaction
209709
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209710
+  (0.1ms) begin transaction
209711
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209712
+ SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["version_id", 221], ["post_type_content_element_type_id", 447], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209713
+  (0.7ms) commit transaction
209714
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209715
+  (0.1ms) begin transaction
209716
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209717
+ SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["version_id", 221], ["post_type_content_element_type_id", 448], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209718
+  (0.7ms) commit transaction
209719
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209720
+  (0.1ms) begin transaction
209721
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209722
+ SQL (0.5ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["version_id", 221], ["post_type_content_element_type_id", 449], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209723
+  (0.8ms) commit transaction
209724
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209725
+  (0.1ms) begin transaction
209726
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209727
+ SQL (0.2ms) INSERT INTO "pulitzer_content_elements" ("label", "version_id", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["version_id", 221], ["post_type_content_element_type_id", 450], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209728
+  (0.7ms) commit transaction
209729
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209730
+  (0.1ms) begin transaction
209731
+ SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 221], ["free_form_section_type_id", 89], ["name", "Main Content"]]
209732
+  (0.7ms) commit transaction
209733
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209734
+  (0.1ms) begin transaction
209735
+ SQL (0.2ms) INSERT INTO "pulitzer_free_form_sections" ("version_id", "free_form_section_type_id", "name") VALUES (?, ?, ?) [["version_id", 221], ["free_form_section_type_id", 90], ["name", "Handpicked Homes"]]
209736
+  (0.7ms) commit transaction
209737
+  (0.0ms) begin transaction
209738
+ SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Guides"], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["plural", true]]
209739
+  (0.7ms) commit transaction
209740
+  (0.0ms) begin transaction
209741
+ Pulitzer::Post Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
209742
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "complete-guide-to-breckenridge"], ["LIMIT", 1]]
209743
+ SQL (0.3ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Complete Guide to Breckenridge"], ["post_type_id", 178], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["slug", "complete-guide-to-breckenridge"]]
209744
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 178], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209745
+  (0.8ms) commit transaction
209746
+  (0.0ms) begin transaction
209747
+ SQL (0.2ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "Travel Articles"], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["plural", true]]
209748
+  (0.7ms) commit transaction
209749
+  (0.0ms) begin transaction
209750
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
209751
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "ski-jump-competition"], ["LIMIT", 1]]
209752
+ SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Ski Jump Competition"], ["post_type_id", 179], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["slug", "ski-jump-competition"]]
209753
+ SQL (0.2ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 179], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209754
+  (0.8ms) commit transaction
209755
+  (0.1ms) begin transaction
209756
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural") VALUES (?, ?, ?, ?) [["name", "External Articles"], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["plural", true]]
209757
+  (0.7ms) commit transaction
209758
+  (0.1ms) begin transaction
209759
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
209760
+ Pulitzer::Post Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? LIMIT ? [["slug", "why-visit-breckenridge"], ["LIMIT", 1]]
209761
+ SQL (0.2ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "created_at", "updated_at", "slug") VALUES (?, ?, ?, ?, ?) [["title", "Why visit Breckenridge"], ["post_type_id", 180], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["slug", "why-visit-breckenridge"]]
209762
+ SQL (0.1ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 180], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209763
+  (0.7ms) commit transaction
209764
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."title" = ? LIMIT ? [["title", "Welcome"], ["LIMIT", 1]]
209765
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 0], ["LIMIT", 1]]
209766
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 177], ["status", 1], ["LIMIT", 1]]
209767
+  (0.0ms) begin transaction
209768
+ SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 1], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 221]]
209769
+  (0.7ms) commit transaction
209770
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" INNER JOIN "pulitzer_post_tags" ON "pulitzer_tags"."id" = "pulitzer_post_tags"."label_id" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 221], ["label_type", "Pulitzer::Tag"]]
209771
+  (0.1ms) begin transaction
209772
+ SQL (0.3ms) INSERT INTO "pulitzer_versions" ("status", "post_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", 4], ["post_id", 177], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC]]
209773
+  (0.9ms) commit transaction
209774
+ [ActiveJob] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 221], ["LIMIT", 1]]
209775
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Performing Pulitzer::CloneVersionJob from Inline(default) with arguments: #<GlobalID:0x007fd01e9b2f58 @uri=#<URI::GID gid://dummy/Pulitzer::Version/221>>
209776
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::Post Load (0.5ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 177], ["LIMIT", 1]]
209777
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::CloneVersion !!!
209778
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] /Users/eric/.rvm/gems/ruby-2.3.1/bin/rspec
209779
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT ? [["post_id", 177], ["status", 4], ["LIMIT", 1]]
209780
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 221]]
209781
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209782
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209783
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 441], ["LIMIT", 1]]
209784
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.5ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 1"], ["post_type_content_element_type_id", 441], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209785
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (1.4ms) commit transaction
209786
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209787
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 891]]
209788
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209789
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209790
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209791
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 442], ["LIMIT", 1]]
209792
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 2"], ["post_type_content_element_type_id", 442], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209793
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209794
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.3ms) begin transaction
209795
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 892]]
209796
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (1.0ms) commit transaction
209797
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209798
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209799
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 443], ["LIMIT", 1]]
209800
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Hero Title 3"], ["post_type_content_element_type_id", 443], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209801
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209802
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209803
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 893]]
209804
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.7ms) commit transaction
209805
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209806
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209807
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 444], ["LIMIT", 1]]
209808
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.5ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Title"], ["post_type_content_element_type_id", 444], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209809
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209810
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209811
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 894]]
209812
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.6ms) commit transaction
209813
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209814
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.0ms) begin transaction
209815
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 445], ["LIMIT", 1]]
209816
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Guest Text"], ["post_type_content_element_type_id", 445], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209817
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.9ms) commit transaction
209818
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209819
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 895]]
209820
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.7ms) commit transaction
209821
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209822
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209823
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 446], ["LIMIT", 1]]
209824
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Title"], ["post_type_content_element_type_id", 446], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209825
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.7ms) commit transaction
209826
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209827
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 896]]
209828
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.7ms) commit transaction
209829
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209830
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.2ms) begin transaction
209831
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 447], ["LIMIT", 1]]
209832
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.7ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Footer Text"], ["post_type_content_element_type_id", 447], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209833
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209834
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209835
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 897]]
209836
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.7ms) commit transaction
209837
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209838
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209839
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 448], ["LIMIT", 1]]
209840
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata title"], ["post_type_content_element_type_id", 448], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209841
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209842
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209843
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 898]]
209844
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.7ms) commit transaction
209845
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209846
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209847
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 449], ["LIMIT", 1]]
209848
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata description"], ["post_type_content_element_type_id", 449], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209849
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209850
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209851
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 899]]
209852
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.7ms) commit transaction
209853
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]]
209854
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209855
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."sort_order" ASC LIMIT ? [["id", 450], ["LIMIT", 1]]
209856
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) INSERT INTO "pulitzer_content_elements" ("label", "post_type_content_element_type_id", "content_element_type_id", "created_at", "updated_at", "image") VALUES (?, ?, ?, ?, ?, ?) [["label", "Metadata keywords"], ["post_type_content_element_type_id", 450], ["content_element_type_id", 136], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["image", nil]]
209857
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.9ms) commit transaction
209858
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209859
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "version_id" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["version_id", 225], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 900]]
209860
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.9ms) commit transaction
209861
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::FreeFormSection Load (0.2ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? [["version_id", 221]]
209862
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209863
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 89], ["name", "Main Content"]]
209864
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209865
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 177]]
209866
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209867
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 225], ["id", 179]]
209868
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209869
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.1ms) begin transaction
209870
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) INSERT INTO "pulitzer_free_form_sections" ("free_form_section_type_id", "name") VALUES (?, ?) [["free_form_section_type_id", 90], ["name", "Handpicked Homes"]]
209871
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.6ms) commit transaction
209872
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::Partial Load (0.1ms) SELECT "pulitzer_partials".* FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? ORDER BY "pulitzer_partials"."sort_order" ASC [["free_form_section_id", 178]]
209873
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.0ms) begin transaction
209874
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.5ms) UPDATE "pulitzer_free_form_sections" SET "version_id" = ? WHERE "pulitzer_free_form_sections"."id" = ? [["version_id", 225], ["id", 180]]
209875
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209876
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? [["version_id", 221]]
209877
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.0ms) begin transaction
209878
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] SQL (0.3ms) UPDATE "pulitzer_versions" SET "status" = ?, "updated_at" = ? WHERE "pulitzer_versions"."id" = ? [["status", 0], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 225]]
209879
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249]  (0.8ms) commit transaction
209880
+ [ActiveJob] [Pulitzer::CloneVersionJob] [eef597b6-dd14-457e-8f2c-6bab4b0ec249] Performed Pulitzer::CloneVersionJob from Inline(default) in 155.41ms
209881
+ [ActiveJob] Enqueued Pulitzer::CloneVersionJob (Job ID: eef597b6-dd14-457e-8f2c-6bab4b0ec249) to Inline(default) with arguments: #<GlobalID:0x007fd0207d5300 @uri=#<URI::GID gid://dummy/Pulitzer::Version/221>>
209882
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT ? [["id", 177], ["LIMIT", 1]]
209883
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT ? [["id", 225], ["LIMIT", 1]]
209884
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 177], ["status", 1], ["LIMIT", 1]]
209885
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 221]]
209886
+  (0.0ms) begin transaction
209887
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 1"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 881]]
209888
+  (1.7ms) commit transaction
209889
+  (0.1ms) begin transaction
209890
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 2"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 882]]
209891
+  (0.8ms) commit transaction
209892
+  (0.0ms) begin transaction
209893
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Hero Title 3"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 883]]
209894
+  (0.7ms) commit transaction
209895
+  (0.0ms) begin transaction
209896
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Title"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 884]]
209897
+  (0.6ms) commit transaction
209898
+  (0.0ms) begin transaction
209899
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Guest Text"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 885]]
209900
+  (0.7ms) commit transaction
209901
+  (0.0ms) begin transaction
209902
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Title"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 886]]
209903
+  (0.6ms) commit transaction
209904
+  (0.0ms) begin transaction
209905
+ SQL (0.5ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Footer Text"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 887]]
209906
+  (0.8ms) commit transaction
209907
+  (0.1ms) begin transaction
209908
+ SQL (0.4ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata title"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 888]]
209909
+  (1.8ms) commit transaction
209910
+  (0.1ms) begin transaction
209911
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata description"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 889]]
209912
+  (0.7ms) commit transaction
209913
+  (0.1ms) begin transaction
209914
+ SQL (0.2ms) UPDATE "pulitzer_content_elements" SET "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["body", "Metadata keywords"], ["updated_at", 2017-05-23 18:47:01 UTC], ["id", 890]]
209915
+  (0.7ms) commit transaction
209916
+  (0.1ms) begin transaction
209917
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]]
209918
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ? [["post_type_id", 177], ["slug", "welcome"], ["LIMIT", 1]]
209919
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 177], ["status", 1], ["LIMIT", 1]]
209920
+ Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."version_id" = ? AND "pulitzer_free_form_sections"."name" = ? LIMIT ? [["version_id", 221], ["name", "Main Content"], ["LIMIT", 1]]
209921
+  (0.0ms) SAVEPOINT active_record_1
209922
+ SQL (0.3ms) INSERT INTO "pulitzer_post_types" ("name", "created_at", "updated_at", "plural", "kind") VALUES (?, ?, ?, ?, ?) [["name", "partial with no display"], ["created_at", 2017-05-23 18:47:01 UTC], ["updated_at", 2017-05-23 18:47:01 UTC], ["plural", false], ["kind", 1]]
209923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
209924
+  (0.0ms) SAVEPOINT active_record_1
209925
+ Pulitzer::FreeFormSection Load (0.1ms) SELECT "pulitzer_free_form_sections".* FROM "pulitzer_free_form_sections" WHERE "pulitzer_free_form_sections"."id" = ? LIMIT ? [["id", 177], ["LIMIT", 1]]
209926
+  (0.1ms) SELECT MAX("pulitzer_partials"."sort_order") FROM "pulitzer_partials" WHERE "pulitzer_partials"."free_form_section_id" = ? [["free_form_section_id", 177]]
209927
+ SQL (0.1ms) INSERT INTO "pulitzer_partials" ("post_type_id", "free_form_section_id", "sort_order") VALUES (?, ?, ?) [["post_type_id", 181], ["free_form_section_id", 177], ["sort_order", 1]]
209928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
209929
+ Started GET "/welcome/welcome" for 127.0.0.1 at 2017-05-23 12:47:01 -0600
209930
+ Processing by PagesController#welcome as HTML
209931
+ Parameters: {"slug"=>"welcome"}
209932
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT ? [["name", "Welcome"], ["LIMIT", 1]]
209933
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? AND "pulitzer_posts"."slug" = ? LIMIT ? [["post_type_id", 177], ["slug", "welcome"], ["LIMIT", 1]]
209934
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? LIMIT ? [["post_id", 177], ["status", 1], ["LIMIT", 1]]
209935
+ Rendering pages/welcome.html.erb within layouts/application
209936
+ Rendered pages/welcome.html.erb within layouts/application (0.3ms)
209937
+ Completed 200 OK in 20ms (Views: 10.5ms | ActiveRecord: 0.4ms)
209938
+  (0.5ms) rollback transaction